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

Botbase: Combat Rotation while not in Combat

Bloodyfinale

New Member
Joined
Aug 18, 2012
Messages
138
Reaction score
3
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