so with everyone having some general issues with auto warrior I will post misc snippets to fix things people want, so I will list a couple here and if people want to post something I will do my best to adjust them for you.
Ok so people that do not want battle leap to fire, not sure if it is a modded version but this fix will fix it:
again this is for a non modded version, after i get off work I will add a toggle to turn it off or on.
Ok so people that do not want battle leap to fire, not sure if it is a modded version but this fix will fix it:
Rich (BB code):
|--Reaction Discs
/if (${Me.CombatAbilityReady[${shieldhit}]} && ${Me.PctHPs}<70 && ${Me.Endurance}>500) {
/call DiscNow "${shieldhit}"
| } else /if (${Me.AltAbilityReady[Battle Leap]} && !${Me.Song[Battle Leap].ID} && ${Target.Distance}<50) {
| /call AANow 611
}
/return

