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)
AoC Client Scripts (by Andur)

Here's a few sample triggers for the Aoc Client, including an auto-assister.

To import these in, simply fire up the client, and go to Triggers -> Import Triggers on the menu.

TRIGGER DOWNLOADS TO IMPORT:
assistTriggers.triggers
diceTrigger.triggers
enterTriggers.triggers
marqueeTrigger.triggers
rouletteTriggers.triggers
xpTrackerTrigger.triggers

I've included the following:

1. A simple group-say enter trigger, which can be easily modified into heal trigs, des trigs, etc.

2. The auto-assister trigger, which is often requested and a good example of how to use variables cross multiple triggers and program logic.

3. A strange little set of roulette triggers for keeping track of roulette stats. Shows how to dynamically create new variables.

4. Another strange little dice trigger that keeps track of dice roll statistics. Also shows how to dynamically create new variables and do some simple program logic. Though the only pair of dice that I know of loads on the guards in Shadow Rift, so not the easiest for people to try out.

5. A little trigger that keeps track of the total amount of xp you have earned.

6. And a totally bizarre trigger for doing a scrolling marquee type thing over tells. This one works by having someone tell you the following: "marquee message n" where message is a word to display and n is the number of times to display it. So, having someone tell you "marquee foo 4" would send back the following: foo
_foo
__foo
___foo
This is mainly just to demonstrate how to use loops.

-Andur