aoc blackbook
  • Home
  • Directions
  • Labyrinth
  • Stats
  • Player Tips
  • Database
  • Contact
  • Vote TMS

Player Tips, Notes,
Guides and Walkthroughs

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
  • home
  • player tips
  • Zmud CHARGE script
Jherek's Charge Script (for ZMud)

Many thanks to Jherek for this zmud addition!

Formatted by Nyvly so it could be copy/pasted into zmud command window. Commands: cwin, and resetcharge

#CLASS {CHARGE}
#ALIAS cwin {
clansay Charges Landed:@cwin Missed:@cmiss Dodged:@cdod Damage:@chargedam, with @cko knock downs!
}
#ALIAS resetcharge {
chargedam=0
cko=0
cmiss=0
ctot=0
cwin=0
}
#VAR chargedam {0}
#VAR cko {0}
#VAR cmiss {0}
#VAR ctot {0}
#VAR cwin {0}
#TRIGGER {(*) is knocked down from the force of the charge!} {
#add cko 1
}
#TRIGGER {(*) quickly avoids your charge and you nearly land on your own weapon!} {
#add cmiss 1;#add ctot 1
}
#TRIGGER {(*) steps aside as you attempt to charge!} {
#add ctot 1;#add cdod 1
}
#TRIGGER {* makes a wet, gurgling sound as you run %w through with *! ~[(%d)~]} {
#add cwin 1;#add ctot 1;#ADD chargedam %4
}
#CLASS 0


  • home
  • player tips
  • Zmud CHARGE script
  • Back to top

aoc blackbook website © 2006-2023.
Version 7 - Revised 2022 -315


Age of Chaos MUD is trademark of PandaPub.com

Wheel of Time is trademark of Robert Jordan.


Website developed by Nyv/Nyvly. Contributions, notes, and walkthroughs are compiled from generous works of players and authors of the past and present. For more information please refer to the Contact page.