Jump to content

MUSHclient help


spiegel06

Recommended Posts

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...