PDA

View Full Version : Fire Cats



Dwarven Empath
01-06-2008, 11:35 AM
Try this one, its old, but it might still work...

Starts right after you go cave.

counter set 1

start:
put look
match filter1 a fire cat
match filter2 a fire rat
match restorlevel Table]
match logoff [Scripting Violation Limbo]
match logoff [The Cell]
match lost Obvious paths:
match lost Obvious exits:
matchwait

lost:
goto R%c

checkexp:
put exp
match gorest You must rest
match gorest Your mind is numbed.
match gorest Your mind is muddled
match gorest Your mind is becoming
match R1 Your mind is
matchwait

R1:
pause .5
counter set 2
put nw
goto checkroom

R2:
pause .5
put n
counter set 3
goto checkroom

R3:
pause .5
put s
counter set 4
goto checkroom

R4:
pause .5
put w
counter set 5
goto checkroom

R5:
pause .5
put sw
counter set 6
goto checkroom

R6:
pause .5
put se
counter set 7
goto checkroom

R7:
pause .5
put se
counter set 8
goto checkroom

R8:
pause .5
put n
counter set 9
goto checkroom

R9:
pause .5
put nw
counter set 10
goto checkroom

R10:
pause .5
put se
counter set 11
goto checkroom

R11:
pause .5
put ne
counter set 12
goto checkroom

R12:
pause .5
put w
counter set 13
goto checkroom

R13:
pause .5
put e
counter set 14
goto checkroom

R14:
goto checkexp

goback:
put stand
waitfor You
counter subtract
goto R%c

checkroom:
match goback You can't do that while laying down.
match start Sorry, you may only type ahead
match R%c You can't go there
match start I could not find what
match logoff V'reen
match logoff morph
match filter1 a fire cat
match filter2 a fire rat
match R%c Obvious paths:
match R%c Obvious exits:
matchwait

filter1:
match start You can't go there.
match R%c Also here:
match preatt1 Obvious paths:
match preatt1 Obvious exits:
matchwait

filter2:
match start You can't go there.
match R%c Also here:
match preatt2 Obvious paths:
match preatt2 Obvious exits:
matchwait

preatt1:
put SIGN OF WARDING
waitfor !
put SIGN OF DEFENDING
waitfor !
put SIGN OF STRIKING
waitfor !
put SIGN OF SMITING
waitfor !
put SIGN OF SWORDS
waitfor !
goto attack1

preatt2:
put SIGN OF WARDING
waitfor !
put SIGN OF DEFENDING
waitfor !
put SIGN OF STRIKING
waitfor !
put SIGN OF SMITING
waitfor !
put SIGN OF SWORDS
waitfor !
goto attack2

attack1:
put att cat
match wait1 ...wait
match dead1 dies
match dead1 dead
match dead1 motionless
match dead1 A little bit
match attack1 only type ahead
match attack1 Please wait
match lost You are
match attack1 Roundtime
match attack1 Wait
match start I could not find
matchwait

attack2:
put att rat
match wait2 ...wait
match dead2 dies
match dead2 dead
match dead2 motionless
match dead2 A little bit
match attack2 only type ahead
match attack2 Please wait
match lost You are
match attack2 Roundtime
match attack2 Wait
match start I could not find
matchwait

wait1:
pause .5
goto attack1

wait2:
pause .5
goto attack2

dead1:
pause 1
put skin cat
match skinned1 You skinned
match pauseskin1 ...wait
match attack1 You might want
match continue1 You botched
match continue1 You can only skin creatures!
match continue1 been skinned.
matchwait

pauseskin1:
pause 1
goto dead1

dead2:
pause 1
put skin rat
match skinned2 You skinned
match pauseskin2 ...wait
match attack2 You might want
match continue2 You botched
match continue2 You can only skin creatures!
match continue2 been skinned.
matchwait

pauseskin2:
pause 1
goto dead2

continue1:
put search cat
goto checktre

continue2:
put search rat
goto checktre

checktre:
match getzircon zircon
match gettopaz topaz
match getwand wand
match getring gold ring
match getmother mother-of-pearl
match getcoral coral
match getshell shell
match getgarnet garnet
match gettopaz shell
match getstone stone
match getsap sapphire
match getlap lapis
match getpearl pearl
match getruby ruby
match getquartz quartz
match getame amethyst
match gettou tourmaline
match getopal opal
match getdiamond diamond
match aftertreasure still alive
match aftertreasure I could not find what you were referring to.
match aftertreasure A fire cat decays into a compost of fangs, fur and claws.
match aftertreasure A fire rat crumbles into a pile of ash.
matchwait

standup:
put stand
goto start

getcoral:
save coral
goto gettreasure

getring:
save ring
goto gettreasure

getmother:
save mother
goto gettreasure

getzircon:
save zircon
goto gettreasure

getwand:
save wand
goto gettreasure

getshell:
save shell
goto gettreasure

getpearl:
save pearl
goto gettreasure

getgarnet:
save garnet
goto gettreasure

gettopaz:
save topaz
goto gettreasure

getstone:
save stone
goto gettreasure

gettopaz:
save topaz
goto gettreasure

getsap:
save sapphire
goto gettreasure

getlap:
save lapis
goto gettreasure

getruby:
save ruby
goto gettreasure

getquartz:
save quartz
goto gettreasure

getame:
save amethyst
goto gettreasure

gettou:
save tourmaline
goto gettreasure

getopal:
save opal
goto gettreasure

getdiamond:
save diamond
goto gettreasure

gettreasure:
put put %weapon in my cloak
waitfor You put a
put get %s
match treasurefinal I could not find
match continuetre You pick up
matchwait

continuetre:
put put %s in my cloak
waitfor You put
goto treasurefinal

treasurefinal:
put get %weapon from my cloak
waitfor You remove
goto aftertreasure

aftertreasure:
pause 1
put look
match filter1 fire cat
match filter2 fire rat
match R%c Obvious
matchwait

skinned1:
put put my %weapon in my cloak
waitfor You put a
put get claw
waitfor You pick up
put put claw in my cloak
waitfor You put a
put get my %weapon from my cloak
waitfor You remove a
goto continue1

skinned2:
put put my %weapon in my cloak
waitfor You put a
put get tail
waitfor You pick up
put put tail in my cloak
waitfor You put a
put get my %weapon from my cloak
waitfor You remove a
goto continue2

restorlevel:
put exp
match levelup Exp. until next lvl: -
match rest Your mind
matchwait

moverest:
move go open
move s
move se
move d
move n
move nw
move nw
move nw
move nw
move w
move w
move w
move sw
move sw
move w
move sw
move s
move s
move s
move s
move s
move w
move n
move ne
move w
move climb rockslide
move s
move sw
move s
move s
move sw
move sw
move s
move sw
move s
move s
move se
move sw
move climb bank
move go bridge
move w
move w
move nw
move n
move n
move n
move n
move n
move ne
move go gate
move s
move e
move e
move e
move e
move e
move e
move e
move s
move s
move e
move s
move s
move s
move go inn
move go door
move n
put go table
goto restorlevel

continuehunt:
put get my %weapon from my cloak
move out
move s
move go door
move out
move n
move n
move n
move w
move n
move n
move w
move w
move w
move w
move w
move w
move w
move n
move go gate
move sw
move s
move s
move s
move s
move s
move se
move e
move e
move go bridge
move climb bank
move ne
move nw
move n
move n
move ne
move n
move ne
move ne
move n
move n
move ne
move n
move climb rockslide
move e
move sw
move s
move e
move n
move n
move n
move n
move n
move ne
move e
move go trail
move ne
move e
move e
move e
move se
move se
move se
move se
move s
move u
move nw
move n
move go cave
goto start

sellfurrier:
move go path
move nw
move ne
move n
move go trail
move e
move ne
move e
move e
move e
move e
move e
move e
move e
move e
move ne
move e
move e
move e
move e
move e
move ne
move e
move ne
move e
move e
move go door
move go breach
move s
move s
move s
move s
move go brush
move down
move climb path
move se
move e
move e
move se
move s
move e
move go bridge
move up
move se
move se
move se
move se
move e
move go door
put remove my cloak
waitfor You take a
put sell my cloak
waitfor You ask
put wear my cloak
waitfor You put a
move out
move w
move s
move s
move w
move go shop
put remove my cloak
waitfor You take a
put sell my cloak
waitfor You ask
put wear my cloak
waitfor You put a
move out
move e
move e
move e
move go door
goto bankdepo

bankdepo:
pause 1
put depo 1000
match bankdepo You deposit
match gobankrest You don't have that much!
matchwait

gobankrest:
put check
move out
move e
move n
move go inn
move go arch
move go table
pause 1
put sit
pause 1
goto restorlevel

gorest:
put put %weapon in my cloak
goto moverest

bankdepo:
pause 1
put depo 1000
match bankdepo You deposit 1000 silvers in
match gobankrest You don't have that much!
matchwait

rest:
put time
waitfor Today
pause 3
goto spellup1

spellup1:
pause 460
goto continuehunt

levelup:
put stand

goto logoff

logoff:
put exit

Summertime
01-06-2008, 12:18 PM
Thanks! Anyone got one that goes into warcats?

Hilts
01-20-2008, 09:47 PM
i got kranars old one, i changed alot in it and made it go into warcats and hunt as well, it skins/sells skins blah blah also, ill post it if anyones interested in it

Hilts
01-20-2008, 09:50 PM
actually ya know... that one empath posted looks exactly like kranars....

Rizben
02-04-2008, 07:47 AM
want to post that warcat one

Hilts
02-23-2008, 11:46 AM
This script uses the variables %weapon(main hunting weapon), %weapon2(Skinning Blade), %sheath(puts both weapons you have set as variables in here, so if you dont have something that holds 2 weapons.. you need to fix it) %shield and %container(for gems and whatnot) enjoy.. let me know if it hangs somewhere or somehow, it shouldnt though


counter set 1

start:
put look
match filter1 a fire cat
match filter2 a fire rat
match filter3 a striped warcat
match startcheck Table]
match logoff [Scripting Violation Limbo]
match logoff [The Cell]
match lost Obvious paths:
match lost Obvious exits:
matchwait

lost:
goto R%c

checkexp:
put exp
match moverest You must rest
match R1 Your mind is
matchwait

R1:
pause .5
counter set 2
put w
goto checkroom

R2:
pause .5
put e
counter set 3
goto checkroom

R3:
pause .5
put nw
counter set 4
goto checkroom

R4:
pause .5
put n
counter set 5
goto checkroom

R5:
pause .5
put s
counter set 6
goto checkroom

R6:
pause .5
put w
counter set 7
goto checkroom

R7:
pause .5
put sw
counter set 8
goto checkroom

R8:
pause .5
put se
counter set 9
goto checkroom

R9:
pause .5
put se
counter set 10
goto checkroom

R10:
pause .5
put n
counter set 11
goto checkroom

R11:
pause .5
put nw
counter set 12
goto checkroom

R12:
pause .5
put climb crevice
counter set 13
goto checkroom

R13:
pause .5
put s
counter set 14
goto checkroom

R14:
pause .5
put ne
counter set 15
goto checkroom

R15:
pause .5
put n
counter set 16
goto checkroom

R16:
pause .5
put s
counter set 17
goto checkroom

R17:
pause .5
put sw
counter set 18
goto checkroom

R18:
pause .5
put nw
counter set 19
goto checkroom

R19:
pause .5
put ne
counter set 20
goto checkroom

R20:
pause .5
put go stalagmite
counter set 21
goto checkroom

R21:
pause .5
put nw
counter set 22
goto checkroom

R22:
pause .5
put se
counter set 23
goto checkroom

R23:
pause .5
put s
counter set 24
goto checkroom

R24:
pause .5
put se
counter set 25
goto checkroom

R25:
pause .5
put nw
counter set 26
goto checkroom

R26:
pause .5
put n
counter set 27
goto checkroom

R27:
pause .5
put go stalagmite
counter set 28
goto checkroom

R28:
pause .5
put se
counter set 29
goto checkroom

R29:
pause .5
put s
counter set 30
goto checkroom

R30:
pause .5
put sw
counter set 31
goto checkroom

R31:
pause .5
put nw
counter set 32
goto checkroom

R32:
pause .5
put se
counter set 33
goto checkroom

R33:
pause .5
put n
counter set 34
goto checkroom

R34:
pause .5
put climb crevice
counter set 35
goto checkroom

R35:
pause .5
put se
counter set 36
goto checkroom

R36:
pause .5
put s
counter set 37
goto checkroom

R37:
pause .5
put nw
counter set 38
goto checkroom

R38:
pause .5
put nw
counter set 39
goto checkroom

R39:
pause .5
put ne
counter set 40
goto checkroom

R40:
pause .5
put e
counter set 41
goto checkroom

R41:
pause .5
put n
counter set 42
goto checkroom

R42:
pause .5
put s
counter set 43
goto checkroom

R43:
pause .5
put se
counter set 44
goto checkroom

R44:
pause .5
put w
counter set 45

R45:
pause .5
put e
counter set 46
goto checkroom

R46:
goto checkexp

goback:
put stand
waitfor You
counter subtract
goto R%c

checkroom:
match goback You can't do that while laying down.
match start Sorry, you may only type ahead
match R%c You can't go there
match start I could not find what
match filter1 a fire cat
match filter2 a fire rat
match filter3 a striped warcat
match R%c Obvious paths:
match R%c Obvious exits:
matchwait

filter1:
match start You can't go there.
match R%c Also here:
match attack1 Obvious paths:
match attack1 Obvious exits:
matchwait

filter2:
match start You can't go there.
match R%c Also here:
match attack2 Obvious paths:
match attack2 Obvious exits:
matchwait

filter3:
match start You can't go there.
match R%c Also here:
match attack3 Obvious paths:
match attack3 Obvious exits:
matchwait

attack1:
put att cat
match wait1 ...wait
match dead1 dies
match dead1 dead
match dead1 motionless
match dead1 A little bit
match attack1 only type ahead
match attack1 Please wait
match lost You are
match attack1 Roundtime
match attack1 Wait
match start I could not find
match R%c What were you referring to?
matchwait

attack2:
put att rat
match wait2 ...wait
match dead2 dies
match dead2 dead
match dead2 motionless
match dead2 A little bit
match attack2 only type ahead
match attack2 Please wait
match lost You are
match attack2 Roundtime
match attack2 Wait
match start I could not find
match R%c What were you referring to?
matchwait

attack3:
put att warcat
match wait3 ...wait
match dead3 dies
match dead3 dead
match dead3 motionless
match dead3 A little bit
match attack3 only type ahead
match attack3 Please wait
match lost You are
match attack3 Roundtime
match attack3 Wait
match start I could not find
match R%c What were you referring to?
matchwait

wait1:
pause .5
goto attack1

wait2:
pause .5
goto attack2

wait3:
pause .5
goto attack3

dead1:
pause .5
put put %weapon in my %sheath
waitfor you
put get %weapon2 from my %sheath
waitfor you
put skin cat
match skinned1 You skinned
match pauseskin1 ...wait
match attack1 You might want
match failed1 You botched
match continue1 You can only skin creatures!
match continue1 been skinned.
matchwait

dead2:
pause .5
put put %weapon in my %sheath
waitfor you
put get %weapon2 from my %sheath
waitfor you
put skin rat
match skinned2 You skinned
match pauseskin2 ...wait
match attack2 You might want
match failed2 You botched
match continue2 You can only skin creatures!
match continue2 been skinned.
matchwait

dead3:
pause .5
put put %weapon in my %sheath
waitfor you
put get %weapon2 from my %sheath
waitfor you
put skin warcat
match skinned3 You skinned
match pauseskin3 ...wait
match attack3 You might want
match failed3 You botched
match continue3 You can only skin creatures!
match continue3 been skinned.
matchwait

pauseskin1:
pause .5
goto dead1

pauseskin2:
pause .5
goto dead2

pauseskin3:
pause .5
goto dead3

failed1:
put put %weapon2 in my %sheath
waitfor you
put get my %weapon from my %sheath
goto continue1

failed2:
put put %weapon2 in my %sheath
waitfor you
put get my %weapon from my %sheath
goto continue2

failed3:
put put %weapon2 in my %sheath
waitfor you
put get my %weapon from my %sheath
goto continue3

continue1:
pause .5
put search cat
goto checktre

continue2:
pause .5
put search rat
goto checktre

continue3:
pause .5
put search warcat
goto checktre

checktre:
match getorb orb
match getcrys crystal
match gettopaz topaz
match getwand wand
match getring gold ring
match getcore core
match getcoral coral
match getfire essence of fire
match getgarnet garnet
match getamulet amulet
match getstone stone
match getsap sapphire
match getlap lapis
match getpearl pearl
match getruby ruby
match getquartz quartz
match getame amethyst
match gettou tourmaline
match getopal opal
match getdiamond diamond
match getamber amber
match aftertreasure still alive
match aftertreasure I could not find what you were referring to.
match aftertreasure it had nothing
match aftertreasure a fire rat
match aftertreasure a fire cat
match aftertreasure a striped warcat
matchwait

standup:
put stand
goto start

getamber:
save amber
goto gettreasure

getamulet:
save "crystal amulet"
goto gettreasure

getorb:
save orb
goto gettreasure

getcoral:
save coral
goto gettreasure

getring:
save ring
goto gettreasure

getcore:
save core
goto gettreasure

getcrys:
save crystal
goto gettreasure

getwand:
save wand
goto gettreasure

getfire:
save "essence of fire"
goto gettreasure

getpearl:
save pearl
goto gettreasure

getgarnet:
save garnet
goto gettreasure

gettopaz:
save topaz
goto gettreasure

getstone:
save stone
goto gettreasure

gettopaz:
save topaz
goto gettreasure

getsap:
save sapphire
goto gettreasure

getlap:
save lapis
goto gettreasure

getruby:
save ruby
goto gettreasure

getquartz:
save quartz
goto gettreasure

getame:
save amethyst
goto gettreasure

gettou:
save tourmaline
goto gettreasure

getopal:
save opal
goto gettreasure

getdiamond:
save diamond
goto gettreasure

gettreasure:
put put %weapon in my %sheath
waitfor You put a
put open my %container
waitfor you
put get %s
match treasurefinal I could not find
match continuetre You pick up
matchwait

continuetre:
put put %s in my %container
waitfor you put
goto treasurefinal

treasurefinal:
put close my %container
waitfor you
put get %weapon from my %sheath
waitfor You remove
goto aftertreasure

aftertreasure:
pause 1
put look
match filter1 fire cat
match filter2 fire rat
match filter3 a striped warcat
match R%c Obvious
matchwait

skinned1:
put open my backsack
waitfor you
put put my %weapon2 in my %sheath
waitfor You put a
put get claw
waitfor you
put put claw in my backsack
waitfor You put a
put close my backsack
waitfor you
put get my %weapon from my %sheath
waitfor You remove a
goto continue1

skinned2:
put open my backsack
waitfor you
put put my %weapon2 in my %sheath
waitfor You put a
put get tail
waitfor you
put put tail in my backsack
waitfor You put a
put close my backsack
waitfor you
put get my %weapon from my %sheath
waitfor You remove a
goto continue2

skinned3:
put open my backsack
waitfor you
put put my %weapon2 in my %sheath
waitfor You put a
put get whisker
waitfor you
put put whisker in my backsack
waitfor You put a
put close my backsack
waitfor you
put get my %weapon from my %sheath
waitfor You remove a
goto continue3

moverest:
move go open
move s
move se
move d
move n
move nw
move nw
move nw
move nw
move w
move w
move w
move sw
move sw
move w
move sw
move s
move s
move s
move s
move s
move w
move n
move ne
move w
move climb rockslide
move s
move sw
move s
move s
move sw
move sw
move s
move sw
move s
move s
move se
move sw
move climb bank
move go bridge
move w
move w
move nw
move n
move n
move n
move n
move n
move ne
move go gate
move s
pause .5
echo *
echo *
echo *
echo ****Going To The Furrier To Sell Your Skins****
echo *
echo *
echo *
move go furr
put put %weapon in my %sheath
waitfor you
put open my backsack
waitfor you
put remove my backsack
waitfor You take a
put sell my backsack
waitfor You ask
put close my backsack
waitfor you
put wear my backsack
waitfor You put a
move out
pause .5
echo *
echo *
echo *
echo ****Going To The Bank To Deposit Your Loot****
echo *
echo *
echo *
goto bankdepo

hunt:
pause .5
put get my %weapon from my %sheath
waitfor you
put rem my %shield
waitfor you
put stand
waitfor you
move out
move s
move go door
move out
move n
move n
move n
move w
move n
move n
move w
move w
move w
move w
move w
move w
move w
move n
move go gate
move sw
move s
move s
move s
move s
move s
move se
move e
move e
move go bridge
move climb bank
move ne
move nw
move n
move n
move ne
move n
move ne
move ne
move n
move n
move ne
move n
move climb rockslide
move e
move sw
move s
move e
move n
move n
move n
move n
move n
move ne
move e
move go trail
move ne
move e
move e
move e
move se
move se
move se
move se
move s
move u
move nw
move n
move go cave
goto start

bankdepo:
move s
move w
move s
move s
move s
move go bank
move go arch
put depo all
match bankrest You deposit
match bankrest You don't have that much!
matchwait

bankrest:
put check
move go arch
move out
move n
move n
move n
move e
move e
move e
move e
move e
move e
move e
move e
move s
move s
move e
move s
move s
move s
move go inn
move go door
move n
move go table
put sit
waitfor you
put put %weapon in my %sheath
waitfor you
put wear my %shield
goto rest

rest:
pause 300
put exper
match rest Your mind can't take much more
match rest Your mind is numbed
match rest Your mind is becoming numbed
match rest Your mind is muddled
match rest Your mind is clear
match hunt Your mind is fresh and clear
match hunt Your mind is as clear as a bell
matchwait

startcheck:
put exp
match rest Your mind can't take much more
match rest Your mind is numbed
match rest Your mind is becoming numbed
match rest Your mind is muddled
match rest Your mind is clear
match hunt Your mind is fresh and clear
match hunt Your mind is as clear as a bell
matchwait

logoff:
put exit