• Visit Rebornbuddy
  • Plugin to use Companion Gifts

    Discussion in 'Buddy Wing Forum' started by cartoonchikn, Nov 30, 2015.

    1. cartoonchikn

      cartoonchikn Member

      Joined:
      Jul 5, 2012
      Messages:
      130
      Likes Received:
      2
      Trophy Points:
      18
      Is there a plugin that will use gifts in your inventory for your companions? Clicking through a stack of 50 takes a while...
       
    2. wired203

      wired203 Community Developer

      Joined:
      Jan 22, 2015
      Messages:
      391
      Likes Received:
      1
      Trophy Points:
      18
      Not that I have seen but I have looked at the API and it appears it could be done.
       
    3. alltrueist

      alltrueist Active Member

      Joined:
      Dec 10, 2012
      Messages:
      1,424
      Likes Received:
      16
      Trophy Points:
      38
      I just used my Razer Naga to grind out 4500 gifts. I would prefer a profile for it, because that method requires that I keep the game as my main window (I can't use my PC for anything else for those 5+ hours).
       
    4. mikx

      mikx New Member

      Joined:
      Nov 15, 2015
      Messages:
      26
      Likes Received:
      0
      Trophy Points:
      0
      I use autoclick, grind +4000 gifts works gr8 and you dont go afk.

      Just do it in a place that nobody can see u.
       
    5. Cryogenesis

      Cryogenesis Moderator Moderator

      Joined:
      Jul 13, 2010
      Messages:
      2,128
      Likes Received:
      13
      Trophy Points:
      38
      How do you grind companion gifts?
       
    6. alltrueist

      alltrueist Active Member

      Joined:
      Dec 10, 2012
      Messages:
      1,424
      Likes Received:
      16
      Trophy Points:
      38
      https://torcommunity.com/guides/companions

      TL;DR: You can buy rank 1 gifts from a vendor for $200 and rank 2 gifts for $600. Rank 1's will get you all the way to 40, although it takes thousands just to go from 30-40 (I think I used 4500). Rank 2's will get you to 50.

      So you buy 5000+ and just leave your guy with a macro to gift them and you come back 5 hours later and your comp is rank 50.
       
    7. wired203

      wired203 Community Developer

      Joined:
      Jan 22, 2015
      Messages:
      391
      Likes Received:
      1
      Trophy Points:
      18
      I gotta ask, just what did that cost? And more details on the macro you made for your naga if you would be so kind :) Hrmmm nm found it, it's sad I have all the razer gear but never utilize it lol
       
      Last edited: Dec 1, 2015
    8. 056

      056 New Member

      Joined:
      May 21, 2014
      Messages:
      67
      Likes Received:
      1
      Trophy Points:
      0
      Code:
      wintitle = Star Wars
      SetTitleMatchMode, 2
      #SingleInstance Force
      
      IfWinExist %wintitle%
      {   
      	loop{        
      		Controlsend,,{1}, %wintitle%         
      		sleep 3600   
      		}
      }
      Return
      
      F5::ExitApp
      AHK script. Move companion gift to slot one. Hit F5 when done to stop it. Adjust sleep in ms.
       

    Share This Page