• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

auto warrior misc fixes

Joined
Jun 18, 2014
RedCents
2,534¢
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:
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
again this is for a non modded version, after i get off work I will add a toggle to turn it off or on.
 
auto warrior misc fixes

Users who are viewing this thread

Back
Top
Cart