forums wiki races classes cabals religions world history immortals all pages bugs items helps stats changes calendar map login donate play now

stat roller for dummies

Being pretty much new to zmud concerning aliases, triggers and such, anyone have a simple stat roller setup I can get, and if you have anything that I may need feel free to pm me. I saw one here in the forums on another posting and wow if thats the simplest one I am just zmud dumb.

Thanks

Mattamue made a good stat roller for Mu shclient, and if I am right Mushclient is now freeware.

Yeah, it's prolly simplest to use that. You can roll with mush, and then play with whatever client you prefer.

Funny thing is that is exactly how i started using MUSH, and after using it for rolling - i decided i much preffered it over zmud and just carried on using it - Matt's scripts for MUSH for FL are amazing

The roller and client are very nice.

If the trigger system is anything like Gmud(no idea, as I have and will use Gmud for-ev-er) you can just put [**] in the input and roll in the output.

** is any number from 25sh to 56, just remember to change your trigger set before you start adding points, or you'll start rolling again.

Being pretty much new to zmud concerning aliases, triggers and such, anyone have a simple stat roller setup I can get, and if you have anything that I may need feel free to pm me. I saw one here in the forums on another posting and wow if thats the simplest one I am just zmud dumb.

Thanks

Open Triggers. Click New:

Put this in PATTERN:

(%d)] Cmds

Put this in VALUE:

#IF (%1<56) {roll}

#IF (%1>55) {#BEEP}

Make sure you click the Green Save Check, right click to make sure it's Enabled, when you've gotten the roll you want be sure to right click and turn off Enable or it will roll again when you Add etc.

And for nostalgia, the old AR/FL script roller:

Str~: (%d) Int~: (%d) Wis~: (%d) Dex~: (%d) Con~: (%d) Keep~? (Y/N)

#MATH value %1+%2+%3+%4+%5

#SHOW %ansi( cyan)(Value:@value/Total~:@total~)

#IF (@value>=90total) {#BEEP} {N}

I already gave the dummy a trigger lads