Party Scripting
MikeMasters
Member Posts: 141
I am interested to learn more about how this is done, specifically the Solaufein auto-buff script from Weimer. Using this script, a single key press can automatically cast multiple spells instantly. I understand that its not just a case of opening his script to see how its been done as the scripts are compiled?
Can anyone recommend some reading on how to go about doing this?
Can anyone recommend some reading on how to go about doing this?
0
Comments
Caveat lector: it is rather old. While IE scripting has not fundamentally changed, best practices and tooling may have.
IF
CombatCounter(0)
ActionListEmpty()
CheckStatLT(Myself,1,STONESKINS)
HaveSpell(WIZARD_STONE_SKIN)
CheckStatLT(Myself,5,SPELLFAILUREMAGE)
THEN
RESPONSE #100
ReallyForceSpell(Myself,WIZARD_STONE_SKIN)
END