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

Way to swap to an alt, spend blood shards, swap back?

JTPace

Member
Joined
Jan 31, 2014
Messages
51
Reaction score
1
It this a thing? My crusader is ripping through T3 so I don't really want to stop and run my other characters, but it would be nice to gear them out meanwhile.
 
Are you asking how to make the bot switch characters on the same account and go back?
 
The API supports it, but, there are no plugins or any other tools that are plug'n'play as of today.

Learn some C#, make your dreams come true :)
 
The API supports it, but, there are no plugins or any other tools that are plug'n'play as of today.

Learn some C#, make your dreams come true :)

Is that a challenge!? I do C# for a living...the hard part would be learning the API. How would Trinity, other plugins, and particularly the R-RIFT profile handle its need to leave the game? Would they contently wait until that step completes?
 
Is that a challenge!? I do C# for a living...the hard part would be learning the API. How would Trinity, other plugins, and particularly the R-RIFT profile handle its need to leave the game? Would they contently wait until that step completes?

The complexities in the implementation of such a plugin require a good amount of knowledge about "how" the bot works. Behavior Trees, the hooks, hook executors, the pulsator, etc.

The easiest way is replacing the OutOfGame and BotBehavior hooks as Phelon mentioned. What to replace these with is the hard part :)
 
The complexities in the implementation of such a plugin require a good amount of knowledge about "how" the bot works. Behavior Trees, the hooks, hook executors, the pulsator, etc.
The easiest way is replacing the OutOfGame and BotBehavior hooks as Phelon mentioned. What to replace these with is the hard part :)

Can you explain those terms in a few words with 1 example inside trintiy/db each! Thanks!
 
Last edited:
There's some good logic and idea's here to form a basis. Someone who understands this, should definitely work some Rainbow Magic and create something!

Don't think Web Development on my part, can do anything here ^^
 
Back
Top