What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Botbase: Combat Rotation while not in Combat

Bloodyfinale

New Member
Joined
Aug 18, 2012
Messages
138
I am writing a new Botbase. At he moment i do not want to give to many information, but i hope i can release it soon. At the moment one problem is left, but i do not know hot to fix it.

if have this lines of code:
if (RaFHelper.Leader.CurrentTarget != null)
{
RaFHelper.Leader.CurrentTarget.Target();
}


I want the Combat Rotation to start damaging the target even if the bot is not in combat?
Can i force the combat rotation to work out of combat? If yes how.

Is it possible to force the Singular to always use AOE Rotation?

Thx for Reading!
 
Back
Top