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)
);
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)
);