Players Tips & Suggestions
 
Triggers and Scripts
Zmud Autoassist
Zmud Comm Window
Zmud ARCHERY script
Zmud CHARGE script
AoC Client Trigs by Andur
 
Game Tips
The Admonitions of Sharfor
Clantown Advice for Clanleaders
Spread Advice
Crafting (by Pravus)
Beginner's Warzone Map
 
Zone Help
Zone Walkthroughs
Labyrinth Guide - Ver 4. June 2009
separated gate links coming soon! -nyv
   - Main Lab Tips
   - Gate 1
   - Gate 2
   - Gate 3
   - Gate 4
   - Gate 5
   - Gate 6
   - Gate 7
   - Gate 8
   - Gate 9
   - Gate 10
   - Gate 11
   - Gate 12
   - Gate 13
Lab Guide download (txt format)
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} {} {} "" {} {} {}