What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Plugin to use Companion Gifts

cartoonchikn

Member
Joined
Jul 5, 2012
Messages
130
Reaction score
2
Is there a plugin that will use gifts in your inventory for your companions? Clicking through a stack of 50 takes a while...
 
Not that I have seen but I have looked at the API and it appears it could be done.
 
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).
 
I use autoclick, grind +4000 gifts works gr8 and you dont go afk.

Just do it in a place that nobody can see u.
 
How do you grind companion gifts?

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.
 
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:
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.
 
Back
Top