TheRoseLady
08-16-2005, 07:22 PM
I took a wraith hunting script here and with the immense help of Latrin got it to work.
The thing is that it hangs on wraith talons. I need a way to either get them, or ignore them and have it restart where it was. Any helpers?
This is the script:
save look
a:
match crypt [Graveyard, Crypt]
match start1 [Minion Quarters]
put look
matchwait
crypt:
put stance off
put stand
pause 1
put stance def
put go arch
put search
put go crack
nextroom
move e
move e
move e
move e
move e
move e
put go tunnel
nextroom
move n
move e
move e
put turn torch
waitfor As you turn the flickering torch the wall slowly moves apart to reveal a darkened stairway!
put go stair
nextroom
move w
move w
move w
put go door
nextroom
move s
move s
move s
start1:
put search
put go stair
start:
COUNTER ADD 1
pause 1
put %s
match charcheck wraith
match goon You can't go there
match stand P>
match path%c Obvious
matchwait
charcheck:
match path%c disk
match path%c Also here:
match headcheck Obvious
match stand P>
matchwait
headcheck:
put exp
match kill Your mind is
match path%c You must rest!
match stand P>
matchwait
stand:
match stand You struggle
match goon You stand
put stand
matchwait
kill:
match kill Geez
match goon you search
match goon what were you
match stand P>
put stance off
put attack wra
pause 6
put search wra
matchwait
goon:
COUNTER SUBTRACT 1
put stance def
waitfor You are now
save look
goto start
path1:
path2:
path15:
path16:
save w
goto start
path3:
path4:
path5:
path6:
save s
goto start
path7:
path8:
path9:
path10:
save e
goto start
path11:
path12:
path13:
path14:
save n
goto start
path17:
match leave you must
match restart your mind is
put exp
matchwait
leave:
move sw
move sw
move se
put go crack
nextroom
move s
move s
move s
move s
move n
move n
move nw
move ne
move w
move w
put go crack
put go arch
put sit
exit
restart:
COUNTER SET 0
save look
goto start
The thing is that it hangs on wraith talons. I need a way to either get them, or ignore them and have it restart where it was. Any helpers?
This is the script:
save look
a:
match crypt [Graveyard, Crypt]
match start1 [Minion Quarters]
put look
matchwait
crypt:
put stance off
put stand
pause 1
put stance def
put go arch
put search
put go crack
nextroom
move e
move e
move e
move e
move e
move e
put go tunnel
nextroom
move n
move e
move e
put turn torch
waitfor As you turn the flickering torch the wall slowly moves apart to reveal a darkened stairway!
put go stair
nextroom
move w
move w
move w
put go door
nextroom
move s
move s
move s
start1:
put search
put go stair
start:
COUNTER ADD 1
pause 1
put %s
match charcheck wraith
match goon You can't go there
match stand P>
match path%c Obvious
matchwait
charcheck:
match path%c disk
match path%c Also here:
match headcheck Obvious
match stand P>
matchwait
headcheck:
put exp
match kill Your mind is
match path%c You must rest!
match stand P>
matchwait
stand:
match stand You struggle
match goon You stand
put stand
matchwait
kill:
match kill Geez
match goon you search
match goon what were you
match stand P>
put stance off
put attack wra
pause 6
put search wra
matchwait
goon:
COUNTER SUBTRACT 1
put stance def
waitfor You are now
save look
goto start
path1:
path2:
path15:
path16:
save w
goto start
path3:
path4:
path5:
path6:
save s
goto start
path7:
path8:
path9:
path10:
save e
goto start
path11:
path12:
path13:
path14:
save n
goto start
path17:
match leave you must
match restart your mind is
put exp
matchwait
leave:
move sw
move sw
move se
put go crack
nextroom
move s
move s
move s
move s
move n
move n
move nw
move ne
move w
move w
put go crack
put go arch
put sit
exit
restart:
COUNTER SET 0
save look
goto start