|
nimrodguam Newbie
Joined: 25 Apr 2006 Posts: 1
|
Posted: Tue Apr 25, 2006 3:24 am
need help with an auto roller |
i need a stat roller for this mud and i cant figure out how to do it
it looks like this
[89] Str: 16 Int: 21 Wis: 18 Dex: 19 Con: 15 Keep? (Y/N)
i want the stats to stop rolling when it hits 18 22 19 20 15
no idea how to put the stuff into the client either
where do i put it in? triggers? macros? variable? alias
any help would be really appreciated
thanks |
|
|
|
Taz GURU
Joined: 28 Sep 2000 Posts: 1395 Location: United Kingdom
|
Posted: Tue Apr 25, 2006 9:43 am |
#TRIGGER {~[(%d)~] Str~: (%d) Int~: (%d) Wis~: (%d) Dex~: (%d) Con~: (%d) Keep} {#NOOP Do nothing. This is a comment replace with your checks!!;#ECHO Matched!}
You paste the above text into the command line and press return.
That will get you started, click the links on #TRIGGER, #NOOP and #ECHO for more information. |
|
_________________ Taz :) |
|
|
|
Vitae Enchanter
Joined: 17 Jun 2005 Posts: 673 Location: New York
|
Posted: Tue Apr 25, 2006 1:39 pm |
Also, check the search feature up top and search for stat roller and should come up with almost a hundred entries
|
|
|
|
|
|