|
urmeli Newbie
Joined: 17 May 2002 Posts: 0 Location: Germany
|
Posted: Wed Apr 17, 2002 12:59 am
help with a few triggers please |
ok i want to auto rest when when im low on hp, stand when im full and look every 30 seconds and kill any mobs that might be standing there. and a auto drink and eat would terrific. the commands are
rest to rest
stand to stand
eat danish, to eat
drink bladder to drink
look to see the room description
THANKS! |
|
|
|
Buba Newbie
Joined: 01 May 2002 Posts: 0
|
Posted: Wed Apr 17, 2002 1:25 am |
Um Yea, Well you see in order to have a trigger you have to have something to trigger off of, Whats the output from your MUD that says whether you need to rest or not, What does the room description look like when there is a Monster present...Things like that, Without that output hard to help.
|
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Wed Apr 17, 2002 4:23 am |
#TR {low on hp} {rest}
#TR {full} {stand}
#ALARM *30 {look}
#TR {There's a (%w) standing here} {kill %1}
#TR {you are hungry} {eat danish}
#TR {you are thirsty} {drink bladder}
Of course, you'll have to find the right phrases to trigger with as Pantara pointed out.
LightBulb
Vague questions get vague answers |
|
|
|
|
|