Difference between revisions of "Category:RoAClient Scripting"

From AvatarWiki
Jump to navigation Jump to search
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
[[Category:Scripting]]
 
[[Category:Scripting]]
  
RoAClient is a Free/Shareware windows client with a powerful scripting language.
+
RoAClient is a Freeware 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.
+
http://rhoneware.com/RoAClient
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.
 

Latest revision as of 15:07, 24 September 2005


RoAClient is a Freeware windows client with a powerful scripting language.

http://rhoneware.com/RoAClient

Pages in category "RoAClient Scripting"

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