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

MUSHclient help

I was hoping that someone will know how to do this.

Ok I wish to have a timer go off only when a specific object is running. For example, I cast shield on myself and wish to have an emote go off during the duration of shield, but I do not wish to know when it does hence the timer and want it to go off randomly. I dont know how to and was hoping if someone might know how to do it.

Thanks in advance.

watch for deleted-char posts by spiegel06 because of getting owned in pk coming to a forum near you! THIS SPRING!

honestly, i hate mushclient. no clue. though if you want the thing to go off at random times while your shield/armor/whatever is active, it'd be far easier to simply make a macro you can slam to run the emote while you know you have the affect on. this also helps with the problem of the thing causing you to miss a precious bit of time mid-pfight.

You need a triger and a variable.

Everytime you cast the shield it should set the variable to true.

When it falls it sets variable to false.

Then you need to have a random event happening.

For example a triger that executes when your HP + MAna + Moves + seconds end in 9. Or just use the tick clock event to triger if mana is a even number.

Then you put a IF statement in the triger, so that it only does the emote you wish IF the Variable is True.

Or in other words, you are doomed.

I suck in Pk already so it wont be that bad, I want it mostly for the Rp part of it.

Mya - by chance know how to do that in MUSH?