layzee Beginner
Joined: 10 Feb 2003 Posts: 11 Location: United Kingdom
|
Posted: Tue Oct 07, 2003 12:04 pm
Slow Walk Bot |
Hi zMudders,
I've created a path for an area in the mud I play called pets, which just so happens to be the area - im interested in.
MUD output is as follows:
(25) small tigers standing here.
I have written the following trigger:
#TRIGGER {^~(%1~)} {#math berserks (%1/5);say %1;#if {%1 > 4} {#stop;#loop 1,@berserks {b};#step}} "devbot"
To start it, I type #slow pets. Basically, what is supposed to happen is I should follow the slow walk path, until I hit some mobs in brackets (). When I do, it should stop the path berserk the number / 5, and #step to move to continue walking.
However, what actually happens is it moves the first step on the path and does the right number of berserks, but then it aborts speedwalking and nothing happens.
I'm using zMUD 6.62 on Windows XP.
Any ideas?
Mark |
|