|
infimious Beginner
Joined: 24 Jun 2009 Posts: 15
|
Posted: Thu Jul 02, 2009 1:03 am
Paths |
Need help with a Path... or something im not even 100% sure. I want to clear a zone with just pressing a button. im strong enough hands down.
If i knew how to use Zmud Paths that would be great to, i use zmud 7.21 and dont want to upgrade so dont ask
e
#10 f g e
e
1
#10 f g e
e
1
#10 f g e
e
1
w
#10 f g n
n
1
#10 f g w
w
1
#10 f g w
w
1
e
#10 f g n
n
1
#10 f g w
w
1
#10 f g w
w
1
e
e
#10 f g e
e
1
#10 f g n
n
1
#10 f g e
e
1
#10 f g e
e
1
w
d
#5 c ' call
e
#10 f g n
n
1
#10 f g s
s
1
n
#10 f g e
e
1
#10 f g e
e
1
#10 f g n
n
1
un painting
op painting
#10 f g n
n
1
#10 f g e
e
1
#10 f g e
e
1
#10 f g n
n
1
s
w
w
#10 f g w
w
1
#10 f g w
w
1
#10 f g n
n
1
#10 f g n
n
1
e
reload
d
#3 call
#10 f g n
n
1
#10 f g w
w
1
#10 f g w
w
1
e
#10 f g n
n
1
#10 f g e
e
1
u
w
a
#3 c ' det
#3 c ' infra
un door w
op door w
w
#10 void g
un trapdoor
op trapdoor
u
g all chest
d
e
e
d
w
s
#2 call
#10 f g e
e
1
#10 f g s
s
1
#10 f g e
e
1
#10 f g e
e
1
#10 f g e
e
1
#10 f g e
e
1
#10 f g n
n
1
#10 f g e
e
1
#10 f g n
n
1
#10 f g e
e
1
#10 f g e
e
1
#10 f g n
n
1
#8 c ' call
n
#5 void g
1
sec
d
g all chest |
|
|
|
Tech GURU
Joined: 18 Oct 2000 Posts: 2733 Location: Atlanta, USA
|
Posted: Thu Jul 02, 2009 3:49 pm |
Er... what exactly are you asking for here? Are you saying you want to have an alias automatically do all of these things? Is that a command list you have there? Did you put it into an alias? Do you have any triggers to help know when to move to the next command?
It may help do a search for any of the discussions here on building a command queue. |
|
_________________ Asati di tempari! |
|
|
|
qdly Beginner
Joined: 26 Jun 2009 Posts: 13
|
Posted: Fri Jul 10, 2009 12:16 am |
easiest, leaziest way:
make an alias and put all your commands one after another, with ";" between them:
n;s;e;w;s;look;kill goblin;etc
possibly, add some waiting states
n;s;e;w;s;look;kill goblin;#WA 60000;loot;loot;loot;say hi to qdly;etc (#WA 60000 = 1 minute = 60sec = 60000ms; #WA 1000 = 1sec = 1000ms)
ofc you can make it with trigs, more time consumming, but will work better, |
|
|
|
|
|