PDA

View Full Version : Landing wraith hunter for wizards Stormfront



Theyesman
02-25-2005, 10:48 PM
Starts in the room 1 North from the SW corner

COUNTER SET 0
put stance off
save look
start:
COUNTER ADD 1
put %c
match charcheck a wraith.
match charcheck a wraith,
match charcheck a wraith and
match path%c Obvious
matchwait

charcheck:
match doh Also here:
match killdir Obvious exits:
matchwait

doh:
COUNTER SUBTRACT 1
goto start:

#################################
killdir:
match castdir Your hands glow
match castdir You already
put prep 904
matchwait

killdir1:
match castdir Your hands glow
match castdir You already
put prep 901
matchwait

castdir:
match enddir falls to the ground motionless.
match enddir and goes still.
match enddir and dies.
match enddir Cast at what?
match killdir1 Cast Roundtime
put cast wraith
matchwait

enddir:
put search wraith
goto checkexp

checkexp:
COUNTER SUBTRACT 1
match goon Your mind is
match gosite Your mind can't
put exp
matchwait

gosite:
match gositn You can't
match gosite [Minion
put e
matchwait

gositn:
match gositw You can't
match gositn [Minion
put n
matchwait

gositw:
match gositw [Minion
match resting You can't go there.
put w
matchwait

resting:
move s
move s
move se
goto backtocrack


goon:
save look
goto start
#################################

path1:
path2:
path3:
path16:
save n
goto start

path4:
path5:
path6:
path7:
save e
goto start

path8:
path9:
path10:
path11:
save s
goto start

path12:
path13:
path14:
path15:
save w
goto start

path17:
COUNTER SET 0
save look
goto start

backtocrack:
put stance gua
move go crack
put .spellup

[Edited on 2-26-2005 by Theyesman]

Schultry
03-07-2005, 01:57 PM
Theyesman, where is the One North of the Southwest Corner? Also if you start in the wrong place is it normal for it just to keep counting up by one?

Mini-Spir
03-07-2005, 01:58 PM
Counter - Yes, If made correctly it will eventually loop and continue on.

Schultry
03-09-2005, 12:02 PM
Here's a question has anyone tried this Script? I tried it and all it does is go into offensive stance, put 1 on the screen and sit there in offensive to die.

Latrinsorm
03-09-2005, 05:38 PM
In the first little section, "put %c" should be "put %s".