FishSticks
07-28-2003, 03:05 AM
Well I happened to die in wood sprites agian today, (Agian, heh) and this time I Decayed. It is a very dangerous place to hunt, but very rewarding with rich loot. They killer weed/call swarm combo, tangleweed, swing jeddert-axes at 360, (Which hit hard) and the bendiths do all rogue cheapshots. The ursians have a incredible hard CM manuever to dodge, which seems to be as deadly as minotaur manuevers.
The wood sprites are INCREDIBLY fast, more so then roa'ters.
So I've devised a script. It is long with many, many, matchs. (Since there are so many different posibilites). If anyone can help patch this thing up , I'd appreciate that.
Oh, and I should review what it does firsts. It moves warns you to get out of the room if there are 2 of any critter in the room (2 or even 1 at times can be lethal) , warns you from killer weed, tangles, tackles for you, knows when to stop/search.
put look
match Sprite You also see a wood sprite
match Sprite(s) You also see a wood sprite, a wood sprite
match Combo You also see a wood sprite, a forest bendith
match Combo2 You also see a wood sprite, a tusked ursian
match Combo3 You also see a tusked ursian, a wood sprite
match Combo4 You also see a forest bendith, a wood sprite
matchwait
Sprite:
match SpriteAttack A wood sprite swings a
match Killerweed A wood sprite eyes glow bright, and he motions to you!
match Bendith A forest bendith swings a
match Ursian tries to bite you!
match Ursian claws at you!
matchwait
SpriteAttack:
put stance off
put kill sprite
match Stunned The wood sprite is stunned!
match SpriteAttack A wood sprite swings a
match Bendith A forest bendith swings a
match Ursian tries to bite you!
match Ursian claws at you!
match Killerweed A wood sprite eyes glow bright, and he motions to you!
match SpriteDead The wood sprite's eyes grow dim as her lifeforce fades away.
matchwait
Stunned:
put tackle sprite
match Fail You fail to bring the wood sprite down, but manage
match FailBig You fail to bring the wood sprite down!
match Tackled Smooth!
match SpriteAttack A wood sprite swings a
match Bendith A forest bendith swings a
match Ursian tries to bite you!
match Ursian claws at you!
match Killerweed A wood sprite eyes glow bright, and he motions to you!
matchwait
SpriteDead:
put search sprite
put stance def
exit
Fail:
put tackle sprite
match Tackled Smooth!
match Fail You fail to bring the wood sprite down, but manage
match FailBig You fail to bring the wood sprite down!
match SpriteAttack A wood sprite swings a
match Bendith A forest bendith swings a
match Ursian tries to bite you!
match Ursian claws at you!
match Killerweed A wood sprite eyes glow bright, and he motions to you!
matchwait
FailBig:
put stance def
pause
put stand
echo ************************************************** ****
echo *** You failed to tackle it!! Start this cript over ***
echo ************************************************** ******
exit
Tackled:
put kill sprite
match Stunned The wood sprite is stunned!
match SpriteDead The wood sprite's eyes grow dim as her lifeforce fades away.
match SpriteAttack A wood sprite swings a
match Bendith A forest bendith swings a
match Ursian tries to bite you!
match Ursian claws at you!
match Killerweed A wood sprite eyes glow bright, and he motions to you!
matchwait
Killerweed:
put stance def
echo ************************************************** *****
echo **** MOVE OUT OF THE ROOM NOW BEFORE A THORN GETS YOU!!!
echo ************************************************** ******
echo ************************************************** ******
exit
Sprite(s):
echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
echo GET OUT OF THE ROOM, 2 CRITTERS ARE IN THE ROOM!!
echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
exit
Combo:
echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
echo GET OUT OF THE ROOM, 2 CRITTERS ARE IN THE ROOM!!
echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
exit
Combo2:
echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
echo GET OUT OF THE ROOM, 2 CRITTERS ARE IN THE ROOM!!
echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
exit
Combo3:
echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
echo GET OUT OF THE ROOM, 2 CRITTERS ARE IN THE ROOM!!
echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
exit
Combo4:
echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
echo GET OUT OF THE ROOM, 2 CRITTERS ARE IN THE ROOM!!
echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
exit
NOTE: The code doesn't seem to look right in this format.
The wood sprites are INCREDIBLY fast, more so then roa'ters.
So I've devised a script. It is long with many, many, matchs. (Since there are so many different posibilites). If anyone can help patch this thing up , I'd appreciate that.
Oh, and I should review what it does firsts. It moves warns you to get out of the room if there are 2 of any critter in the room (2 or even 1 at times can be lethal) , warns you from killer weed, tangles, tackles for you, knows when to stop/search.
put look
match Sprite You also see a wood sprite
match Sprite(s) You also see a wood sprite, a wood sprite
match Combo You also see a wood sprite, a forest bendith
match Combo2 You also see a wood sprite, a tusked ursian
match Combo3 You also see a tusked ursian, a wood sprite
match Combo4 You also see a forest bendith, a wood sprite
matchwait
Sprite:
match SpriteAttack A wood sprite swings a
match Killerweed A wood sprite eyes glow bright, and he motions to you!
match Bendith A forest bendith swings a
match Ursian tries to bite you!
match Ursian claws at you!
matchwait
SpriteAttack:
put stance off
put kill sprite
match Stunned The wood sprite is stunned!
match SpriteAttack A wood sprite swings a
match Bendith A forest bendith swings a
match Ursian tries to bite you!
match Ursian claws at you!
match Killerweed A wood sprite eyes glow bright, and he motions to you!
match SpriteDead The wood sprite's eyes grow dim as her lifeforce fades away.
matchwait
Stunned:
put tackle sprite
match Fail You fail to bring the wood sprite down, but manage
match FailBig You fail to bring the wood sprite down!
match Tackled Smooth!
match SpriteAttack A wood sprite swings a
match Bendith A forest bendith swings a
match Ursian tries to bite you!
match Ursian claws at you!
match Killerweed A wood sprite eyes glow bright, and he motions to you!
matchwait
SpriteDead:
put search sprite
put stance def
exit
Fail:
put tackle sprite
match Tackled Smooth!
match Fail You fail to bring the wood sprite down, but manage
match FailBig You fail to bring the wood sprite down!
match SpriteAttack A wood sprite swings a
match Bendith A forest bendith swings a
match Ursian tries to bite you!
match Ursian claws at you!
match Killerweed A wood sprite eyes glow bright, and he motions to you!
matchwait
FailBig:
put stance def
pause
put stand
echo ************************************************** ****
echo *** You failed to tackle it!! Start this cript over ***
echo ************************************************** ******
exit
Tackled:
put kill sprite
match Stunned The wood sprite is stunned!
match SpriteDead The wood sprite's eyes grow dim as her lifeforce fades away.
match SpriteAttack A wood sprite swings a
match Bendith A forest bendith swings a
match Ursian tries to bite you!
match Ursian claws at you!
match Killerweed A wood sprite eyes glow bright, and he motions to you!
matchwait
Killerweed:
put stance def
echo ************************************************** *****
echo **** MOVE OUT OF THE ROOM NOW BEFORE A THORN GETS YOU!!!
echo ************************************************** ******
echo ************************************************** ******
exit
Sprite(s):
echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
echo GET OUT OF THE ROOM, 2 CRITTERS ARE IN THE ROOM!!
echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
exit
Combo:
echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
echo GET OUT OF THE ROOM, 2 CRITTERS ARE IN THE ROOM!!
echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
exit
Combo2:
echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
echo GET OUT OF THE ROOM, 2 CRITTERS ARE IN THE ROOM!!
echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
exit
Combo3:
echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
echo GET OUT OF THE ROOM, 2 CRITTERS ARE IN THE ROOM!!
echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
exit
Combo4:
echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
echo GET OUT OF THE ROOM, 2 CRITTERS ARE IN THE ROOM!!
echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
exit
NOTE: The code doesn't seem to look right in this format.