Jump to content

stat roller for dummies


Teralis

Recommended Posts

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

Link to comment
Share on other sites

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}

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...