Forum Links 

Click to return to main page
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile  Log in to check your private messagesLog in to check your private messages    Log inLog in 
 Current Top Rated Killers 
 Next Event   Voting Links 


The event "Bad Blood - Gulgru vs Afales" is beginning in 6 days, 2 hours.

Zmud StatRoller

 
Post new topic   Reply to topic    Abandoned Realms Forum Index -> Newbie Q/A
View previous topic :: View next topic  
Author Message
Jakkob



Joined: 24 Feb 2013
Posts: 1
Location: ..Along the rocky coast of Maine

PostPosted: Mon Feb 25, 2013 12:42 am    Post subject: Zmud StatRoller

.. Does anyone have a stat roller to use witg zmud.?? I have tried searching but cant seem to find one that will work...thanks
Back to top
View user's profile Send private message
 
0 0 0
Stephen2_Aust



Joined: 10 Oct 2005
Posts: 224

PostPosted: Fri Mar 01, 2013 8:36 pm    Post subject:

<?xml version="1.0" encoding="ISO-8859-1" ?>
<cmud>
<class name="Autoroller" enabled="false">
<trigger priority="50" newline="false" prompt="true">
<pattern>^By what name do you wish to be remembered</pattern>
<value>YourNameHere
Y
PASS
PASS
YourNameHere
Y
Human
M
Thief</value>
</trigger>
<trigger priority="60" newline="false" prompt="true">
<pattern>~[(%d)~] Str: (%d) Int: (%d) Wis: (%d) Dex: (%d) Con: (%d)</pattern>
<value><![CDATA[#IF (%1 > @MaxRoll) {MaxRoll = %1}
#IF (%2 > @Str) {Str = %2}
#IF (%3 > @Int) {Int = %3}
#IF (%4 > @Wis) {Wis = %4}
#IF (%5 > @Dex) {Dex = %5}
#IF (%6 > @Con) {Con = %6}

#IF (%1 >= @TheoreticalMax) {Y;@alignment;@ethos;n;@hometown;quit;quit;quit} {N; NumRolls = @NumRolls + 1}

//#IF (%1 < @TheoreticalMax) {N}

#IF (@NumRolls = 50) {TheoreticalMax = @Str + @Int + @Wis + @Dex + @Con}
]]></value>
</trigger>
<var name="MaxRoll"/>
<var name="Str"/>
<var name="Int"/>
<var name="Wis"/>
<var name="Dex"/>
<var name="Con"/>
<alias name="ShowMax">
<value>#SAY Max: @MaxRoll
#SAY Str: @Str
#SAY Int: @Int
#SAY Wis: @Wis
#SAY Dex: @Dex
#SAY Con: @Con
#SAY Theoretical Max: (@Str + @Int + @Wis + @Dex + @Con)
#SAY Theoretical Max Set at: @TheoreticalMax
#SAY NumRolls: @NumRolls</value>
</alias>
<alias name="Reset">
<value>MaxRoll = %null
Str = %null
Int = %null
Wis = %null
Dex = %null
Con = %null
NumRolls = 0
TheoreticalMax = 1000
#SAY Reset!</value>
</alias>
<var name="NumRolls">0</var>
<var name="alignment">neutral</var>
<var name="ethos">neutral</var>
<var name="TheoreticalMax">1000</var>
<var name="hometown">Seringale</var>
</class>
</cmud>
Back to top
View user's profile Send private message
 
0 0 0
Stephen2_Aust



Joined: 10 Oct 2005
Posts: 224

PostPosted: Fri Mar 01, 2013 8:39 pm    Post subject:

There must be a way to import that into zMud, I exported it straight from cMud.

If not, tell me what the troubles are.

usage:
1) Change variables "Hometown", "alignment" and "ethos".
2) Change trigger "^By what name do you wish to be remembered" so it has your name, password, race and class
3) use "Reset" command
4) Connect to AR
5) Use "Showmax" command to see how you're tracking (num rolls, highest stat total vs. Theoretical max)

It's setup to roll 50 times to calculate the Maxroll, then aim for that. You can loosen this restriction if you want.
Back to top
View user's profile Send private message
 
0 0 0
Esivole
Immortal


Joined: 21 May 2004
Posts: 958
Location: Somewhere beyond the present.

PostPosted: Fri Mar 01, 2013 9:28 pm    Post subject:

I have a one line roller for the stats. I just figure theoretical max myself and go from there. The hometown/other stuff I do manually.
Back to top
View user's profile Send private message
 
0 0 0
Display posts from previous:   
Post new topic   Reply to topic    Abandoned Realms Forum Index -> Newbie Q/A All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © phpBB Group