Lan shook his head sightly. 'He was better. But he thought I was finished, with only one arm. He never understood. You surrender after you're dead.'
Robert Jordan, New Spring
ZMUD Auto Assist Add-in |
Contributed by Kallesto
Should be able to copy/paste the following syntax into the ZMud command prompt and press enter. |
#CLASS {Autoassist} {disable} #TRIGGER {(%w)* hit*} {#IF {%1=%proper( @assist)} {ass; #T- Autoassist;#echo Autoassister executed, disabling!}} #TRIGGER {(%w)* whip*} {#IF {%1=%proper( @assist)} {ass;#T- Autoassist;#echo Autoassister executed, disabling!}} #TRIGGER {(%w)* blast*} {#IF {%1=%proper( @assist)} {ass;#T- Autoassist;#echo Autoassister executed, disabling!}} #TRIGGER {(%w)* pierce*} {#IF {%1=%proper( @assist)} {ass;#T- Autoassist;#echo Autoassister executed, disabling!}} #TRIGGER {(%w)* slash*} {#IF {%1=%proper( @assist)} {ass;#T- Autoassist;#echo Autoassister executed, disabling!}} #TRIGGER {The %w (%w)* crush*} {#IF {%1=%proper( @assist)} {ass;#T- Autoassist;#echo Autoassister executed, disabling!}} #TRIGGER {(%w)* pound*} {#IF {%1=%proper( @assist)} {ass;#T- Autoassist;#echo Autoassister executed, disabling!}} #TRIGGER {The %w (%w)* blast*} {#IF {%1=%proper( @assist)} {ass;#T- Autoassist;#echo Autoassister executed, disabling!}} #TRIGGER {(%w)* crush*} {#IF {%1=%proper( @assist)} {ass;#T- Autoassist;#echo Autoassister executed, disabling!}} #TRIGGER {The %w (%w)* hit*} {#IF {%1=%proper( @assist)} {ass;#T- Autoassist;#echo Autoassister executed, disabling!}} #TRIGGER {The %w (%w)* pierce*} {#IF {%1=%proper( @assist)} {ass;#T- Autoassist;#echo Autoassister executed, disabling!}} #TRIGGER {The %w (%w)* pound*} {#IF {%1=%proper( @assist)} {ass;#T- Autoassist;#echo Autoassister executed, disabling!}} #TRIGGER {The %w (%w)* slash*} {#IF {%1=%proper( @assist)} {ass;#T- Autoassist;#echo Autoassister executed, disabling!}} #TRIGGER {The %w (%w)* whip*} {#IF {%1=%proper( @assist)} {ass;#T- Autoassist;#echo Autoassister executed, disabling!}} #CLASS 0 #CLASS {autoassistenable} {disable} #TRIGGER {You receive your share of experience} {#T+ Autoassist} #CLASS 0 #BUTTON 11 {Assist Off!} {#PR assist "AutoAssist who?";#T+ autoassist;#T+ autoassistenable;#echo Enabling AutoAssist: %proper( @assist);gs AutoAssist enabled, Triggering on %proper( @assist)!!} {Assist on!} {#T- autoassist;#T- autoassistenable;#ECHO Disabling autoassist;gs AutoAssist Disabled!} {} {1} {} {} {} {} {} {} {} {12} {10} {} {} "" {} {} {} |