PDA

View Full Version : Plane1 hunter for stormfront



Theyesman
03-01-2005, 12:15 AM
So this is my plane 1 hunter, it starts in the first room of plane1, takes you back to the birthing sands when fried. Has one bug, but i jimmy fixed it because i didn't want to nitpick to find out exactly what it is.

#Skull temple path:
put sign swords
put sign shields
put sign warding
put sign defending
put sign smiting
put sign striking
COUNTER SET 0
save look
start:
put %s
COUNTER ADD 1
match path%c void
match path%c arrow
match path%c disk
match path%c Obvious
match charcheck naisirc
match charcheck csetairi
match charcheck raving lunatic
match goon You can't go there
match stand P>
matchwait

charcheck:
match path%c void
match cloud gas cloud
match path%c arrow
match path%c that
match path%c disk
match path%c Also here:
match headcheck Obvious
match stand P>
matchwait

charcheck1:
match path%c void
match cloud gas cloud
match path%c arrow
match path%c that
match path%c disk
match path%c Also here:
match killdira Obvious
match stand P>
matchwait

cloud:
put prep 505
put cast cloud
waitfor A strong blast of air lashes out at a gas cloud
goto goon

doh1:
match path%c leaps from hiding
match path%c arrow
match killdir You feel a sudden rush
match path%c Cast Roundtime
match stand P>
pause 2
put time
put inc 516
matchwait

manacheck:
match path%c arrow
match path%c leaps from hiding
match doh1 You don't have
match killdir I could not find
match stand P>
put send 50 asdf
matchwait

headcheck:
match path%c arrow
match path%c leaps from hiding
match manacheck Your mind is
match leaving You must rest!
match stand P>
put exp
matchwait

stand:
match stand You struggle
match goon You stand
put stand
matchwait

#################################
killdira:
put target naisirc
killdir:
match killdir1 Geez!
match killdir1 Could not find
match goon You do not
match goon You search
match goon What were you
match stand P>
put stance off
put incant 904
put stance gua
put loot
matchwait

killdir1:
match goon You do not
match killdir1 Geez!
match killdir1 Could not find
match goon You search
match goon What were you
match stand P>
pause 3
put stance off
put incant 904
put stance gua
put loot
matchwait

goon:
match dropit won't fit
match fits in your
COUNTER SUBTRACT 1
put stow left
save look
matchwait

dropit:
put drop left
fits:
goto start
#################################


path1:
path6:
path15:
path28:
path45:
save sw
goto start

path71:
path74:
path77:
path80:
save nw
goto start

path3:
path10:
path21:
path36:
save se
goto start

path64:
path78:
path82:
save ne
goto start

path4:
path5:
path11:
path12:
path13:
path14:
path22:
path23:
path24:
path25:
path26:
path27:
path37:
path38:
path39:
path40:
path41:
path42:
path43:
path44:
path55:
path56:
path57:
path58:
path59:
path60:
path61:
path62:
path63:
path72:
path73:
path81:
save w
goto start

path2:
path7:
path8:
path9:
path16:
path17:
path18:
path19:
path20:
path29:
path30:
path31:
path32:
path33:
path34:
path35:
path46:
path47:
path48:
path49:
path50:
path51:
path52:
path53:
path54:
path65:
path66:
path67:
path68:
path69:
path70:
path75:
path79:
save e
goto start

path76:
save n
goto start

path83:
counter set 0
save look
goto start

leaving:
counter add 100
counter subtract 1
start1:
counter add 1
fixitnow:
match fixing You can't go there
match gohomedoor sturdy wooden door
match gohomemirror plain silver mirror
match path%c Obvious
put %s
matchwait

fixing:
save look
goto fixitnow

gohomedoor:
put go door
exit

gohomemirror:
put go mirror
exit

path101:
path106:
path115:
path128:
path145:
save sw
goto start1

path171:
path174:
path177:
path180:
save nw
goto start1

path103:
path110:
path121:
path136:
save se
goto start1

path164:
path178:
path182:
save ne
goto start1

path104:
path105:
path111:
path112:
path113:
path114:
path122:
path123:
path124:
path125:
path126:
path127:
path137:
path138:
path139:
path140:
path141:
path142:
path143:
path144:
path155:
path156:
path157:
path158:
path159:
path160:
path161:
path162:
path163:
path172:
path173:
path181:
save w
goto start1

path102:
path107:
path108:
path109:
path116:
path117:
path118:
path119:
path120:
path129:
path130:
path131:
path132:
path133:
path134:
path135:
path146:
path147:
path148:
path149:
path150:
path151:
path152:
path153:
path154:
path165:
path166:
path167:
path168:
path169:
path170:
path175:
path179:
save e
goto start1

path176:
save n
goto start1

path183:
counter set 100
goto start1

Theyesman
03-01-2005, 12:16 AM
It's probably:

leaving:
counter add 100
counter subtract 1 # RIGHT HERE!!!! but i don't care to fix
start1:
counter add 1
fixitnow:
match fixing You can't go there
match gohomedoor sturdy wooden door
match gohomemirror plain silver mirror
match path%c Obvious
put %s
matchwait

hectomaner
03-01-2005, 12:39 AM
i still say counter add 99

Sean
03-01-2005, 12:42 AM
So it only hunts naisirc's?

Theyesman
03-01-2005, 01:04 AM
Nope, it hunts all 3

Mistomeer
03-01-2005, 02:19 AM
Only thing I notice that you might want to change is that it seems to just move one room away if there's a void which means that if you stop in that room to attack something, chances are, you're going to get hit by the void...

hectomaner
03-01-2005, 02:44 PM
Originally posted by Tijay
So it only hunts naisirc's?

start:
put %s
COUNTER ADD 1
match path%c void
match path%c arrow
match path%c disk
match path%c Obvious
match charcheck naisirc
match charcheck csetairi
match charcheck raving lunatic
match goon You can't go there
match stand P>
matchwait