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!

Bot not buffing etc

Praline

Member
Joined
Aug 17, 2015
Messages
150
Hope someone can advise me. Using the defaultcombat routine and everything else as is out of the box with nothing added or taken away - whenever I load the "combat.xml" profile, the bot will do the normal fighting/rotations etc., but will never use buffs or defensive techniques etc. as it does when I load a normal questing profile. Is there a setting somewhere I need to change somewhere that will allow the bot to use all the functions in the routine esp. buffs? Log file won't help in this case, since I am only asking a question regarding the two different ways the bot reacts between manual combat profiles and questing type profiles. It seems to distinguish between the two?

Running a Serenity Shadow toon for instance and using "combat.xml" profile (<Profile/>. Press start and bot will never use any of the Spell Buffs such as:
Spell.Buff("Force Technique"),
Spell.Buff("Force Valor"),
Spell.Cast("Guard", on => Me.Companion,
ret => Me.Companion != null && !Me.Companion.IsDead && !Me.Companion.HasBuff("Guard")),
Spell.Buff("Stealth", ret => !Rest.KeepResting() && !DefaultCombat.MovementDisabled)
);
 
Back
Top