Munsia2005-11-08 04:47:42
When I type IH
If I wanna trigger something for all the numbers but Dont want to save the numbers whats the variable?
monk97684 (example)
monk59623 (example)
So how would I trigger something to both monks without haveing to trigger thier exact numbers? Whats the variable for the numbers?
If I wanna trigger something for all the numbers but Dont want to save the numbers whats the variable?
monk97684 (example)
monk59623 (example)
So how would I trigger something to both monks without haveing to trigger thier exact numbers? Whats the variable for the numbers?
Daganev2005-11-08 04:50:15
%d in Zmud.
so it would be..
TRIGGER: monk(%d)
Action: KILL %1
edit: Stop trying to shortcut pixies.
so it would be..
TRIGGER: monk(%d)
Action: KILL %1
edit: Stop trying to shortcut pixies.
Munsia2005-11-08 04:53:23
QUOTE(daganev @ Nov 8 2005, 12:50 AM)
%d in Zmud.
so it would be..
TRIGGER: monk(%d)
Action: KILL %1
edit: Stop trying to shortcut pixies.
so it would be..
TRIGGER: monk(%d)
Action: KILL %1
edit: Stop trying to shortcut pixies.
219397
IT's not pixies it's monks Tired of having to manual them
Munsia2005-11-08 04:59:01
there.. reflexed. Thanks very much Daganev
Xenthos2005-11-08 05:13:03
readlog serenwilde
Munsia has slain a pixie that was loyal to you.
Munsia has slain a pixie that was loyal to you.
Munsia2005-11-08 05:14:59
It's not for killing!
Ekard2005-11-08 12:29:49
Its for giving tokens.
I need to make it for myself too.
I need to make it for myself too.
Narsrim2005-11-08 13:59:25
For Tosha monks, this works:
#trigger {"monk%1"} {give token to %1}
Then just do "info here grey" and you will give out all your tokens to the grey monks.
==============================================
Note that I do not use Zmud, I just dabbled until I found something that worked. There may be more effective ways to do this.
#trigger {"monk%1"} {give token to %1}
Then just do "info here grey" and you will give out all your tokens to the grey monks.
==============================================
Note that I do not use Zmud, I just dabbled until I found something that worked. There may be more effective ways to do this.
Ekard2005-11-08 16:35:46
QUOTE(Narsrim @ Nov 8 2005, 03:59 PM)
Then just do "info here grey" and you will give out all your tokens to the grey monks.
219517
Woow! I didnt knoe that you can do this! I always typed IH and MORE MORE and MORE in my stockroom. It would save me so much time! I could just write scripts for it!
Cairam2005-11-09 00:04:36
Whoah, cool! Thanks, Narsrim!