Help a mechanic newbie please?

by Unknown

Back to Mechanic's Corner.

Unknown2008-01-10 12:40:28
When making an alias that has a good few commands in it, I'd really like to know how to make the system wait until I've recovered equilibrium before starting each command.

Thanks in advance,
Me.
Unknown2008-01-10 13:11:55
Depends. What client are you using?
Unknown2008-01-10 14:38:27
Assuming you're use zMUD, your best option to set up a more complicated system than just an alias. You would need a prompt trigger, a variable to hold the things you want to do, and an alias to put them there. So, for example, off the top of my head:

CODE
#Alias DoStuff {queue nature curse @target;queue stand}
#Alias Queue {#additem BalQueue %-1}

#Trigger {^(%d)h, (%d)m, (%d)e, (%d)p, (%d)en, (%d)w (*-)$} {#If (-Balanced-) {#If (%numitems(@balqueue) > 0)) {#execute %item(@balqueue, 1);#delitem balqueue %item(@balqueue, 1)}}}


That's probably not all right, but something like that. I'd have to actually put it in to zMUD and check on the syntax and things. Where I put -balanced-, you'll want to check the last variable of the prompt to see if you have balance and equilibrium. I forgot what the variable is or which location it is, since I don't have access to my system or help to check on it right now.
Kade2008-01-10 18:24:59
Ok, for those who don't understand the significance of putting various characters in their scripts how would you do this. I am trying to make a system which activates upon a command and goes through a list of defenses I want up in turn, instead of me having to prompt each defense individually. Help me out if you can. I need a way to go through the list, waiting for the equilibrium and balance each time.
Daganev2008-01-10 18:32:35
I'll post my alias when I get home (in 8 hours)
Unknown2008-01-10 18:58:43
I use Nexus if anyone's interested...
Unknown2008-01-15 18:16:04
I have an same idea but more for combat on Hexes on drawing them then flinging them to an target, I have them set for diffrent buttions but is there a way to make them into almsot one whole command or parts?
Unknown2008-01-20 03:48:25
hijacked!

Anyone mind sharing their offering script? I would like to be able to offerall and just offload my dead things, plz.
Rika2008-01-20 05:15:26
QUOTE(Nails @ Jan 20 2008, 04:48 PM) 478606
hijacked!

Anyone mind sharing their offering script? I would like to be able to offerall and just offload my dead things, plz.


OFFER CORPSES wink.gif
Unknown2008-01-20 05:30:42
... are you freaking serious?

EDIT: omg, she's serious.. I'm tarded
Rika2008-01-20 06:51:51
You're welcome. tongue.gif