Difference between revisions of "Category:RoAClient Scripting"

From AvatarWiki
Jump to navigation Jump to search
 
Line 2: Line 2:
  
 
RoAClient is a Free/Shareware windows client with a powerful scripting language.
 
RoAClient is a Free/Shareware windows client with a powerful scripting language.
For a simple XP counter you need to add 3 code segments.
 
 
1. A trigger to add up the XP received.
 
The Trigger should be:
 
^You receive %0 experience points.
 
The Reaction should be:
 
$varadd xpcount %0
 
 
2. An alias to report the xp gained, you can call it runreport.
 
;This run we gained @xpcount xp, since I last reset the counter I have gained @xpday total.
 
 
3. An alias to reset the xpcounter, runreset.
 
$var xpcount 0
 
 
At the end of each run (or during it) type runreport to display the XP gained.  Entering runreset will reset the counter.
 

Revision as of 00:11, 19 September 2005


RoAClient is a Free/Shareware windows client with a powerful scripting language.

Pages in category "RoAClient Scripting"

The following 3 pages are in this category, out of 3 total.