landy
12-11-2007, 09:30 AM
This script was made with stormfront, dunno if it'll work for wizard. Start it in the thrak inn trophy room or just after you go through the crevice to get to burrow orcs. Right now it's set up for a runestaff wizard, it will even try to use wands if you got em. It also has mana leech support, but it's deactivated in this version, you can turn it back on easy enough just ask me.
start:
put look
match resting [Raging Thrak
match begin [Underground
matchwait
begin:
put d
counter set 1
goto checkroom
move1:
pause 1
put sw
counter set 2
goto checkroom
move2:
pause 1
put nw
counter set 3
goto checkroom
move3:
pause 1
put se
counter set 4
goto checkroom
move4:
pause 1
put e
counter set 5
goto checkroom
move5:
pause 1
put w
counter set 6
goto checkroom
move6:
pause 1
put s
counter set 7
goto checkroom
move7:
pause 1
put w
counter set 8
goto checkroom
move8:
pause 1
put sw
counter set 9
goto checkroom
move9:
pause 1
put n
counter set 10
goto checkroom
move10:
pause 1
put s
counter set 11
goto checkroom
move11:
pause 1
put nw
counter set 12
goto checkroom
move12:
pause 1
put se
counter set 13
goto checkroom
move13:
pause 1
put s
counter set 14
goto checkroom
move14:
pause 1
put n
counter set 15
goto checkroom
move15:
pause 1
put w
counter set 16
goto checkroom
move16:
pause 1
put d
counter set 17
goto checkroom
move17:
pause 1
put sw
counter set 18
goto checkroom
move18:
pause 1
put w
counter set 19
goto checkroom
move19:
pause 1
put e
counter set 20
goto checkroom
move20:
pause 1
put ne
counter set 21
goto checkroom
move21:
pause 1
put u
counter set 22
goto checkroom
move22:
pause 1
put e
counter set 23
goto checkroom
move23:
pause 1
put ne
counter set 24
goto checkroom
move24:
pause 1
put e
counter set 25
goto checkroom
move25:
pause 1
put n
counter set 26
goto checkroom
move26:
pause 1
put ne
counter set 27
goto checkroom
move27:
pause 1
put u
goto checkexp
checkroom:
match move%c% You can't go there
match move%c% I could not find what
match filter a greater burrow orc
match move%c% Obvious paths
match move%c% Obvious exits
match logoff ...wait
match logoff dead
match logoff ghost
match logoff [The Cell
match logoff [Consultation
match logoff [Scripting
matchwait
filter:
put look
match move%c% Also here:
match attack Obvious paths
match attack Obvious exits
matchwait
attack:
put target orc
match waitsec ...wait
match logoff ghost
match dead You can't target
match logoff dead
match inc1 are now targeting
match move%c% Usage:
matchwait
inc1:
put send 3 thatguy
match logoff no condition
match trywand You don't
match inc2 I could not
match logoff You are a
match logoff stunned.
match waitsec ...wait
matchwait
inc2:
put stanc off
put incant 903
put stanc def
match logoff You are a
match move%c% I could not find
match dead dies.
match waitsec Roundtime
match waitsec Round Time
match waitsec ...wait
match logoff no condition
match move%c% What were you
match move%c% You do not currently
match logoff stunned.
matchwait
trywand:
put get aqu wand
match wandatt You remove
match wandatt You already have
match trywand2 Get what?
match storecape You need a free
matchwait
trywand2:
put get blu wand
match wandatt You remove
match wandatt You already have
match trywand3 Get what?
matchwait
trywand3:
put get cry wand
match wandatt You remove
match wandatt You already have
match move%c% Get what?
matchwait
wandatt:
put stanc off
put wave wand
put stanc def
match logoff You are a
match move%c% You wave to a
match move%c% Surely you
match dead dies.
match inc1 Roundtime
match waitsec Wait
match waitsec ...wait
match logoff stunned.
matchwait
dead:
pause 2
put stow left
put search orc
match stow1 diopside
match stow2 cordierite
match stow3 ring
match stow4 statue
match stow5 crystal
match stow6 quartz
match stow7 lapis
match stow8 amethyst
match stow9 sapphire
match stow0 gem
match stow11 coral
match stow22 stone
match stow33 jade
match stow44 ivory
match stow55 pearl
match stow66 ruby
match stow77 spinel
match stow88 opal
match stow99 wand
match stow00 nugget
match stow111 diamond
match stow222 jasper
match stow333 emerald
match stow444 topaz
match stow555 zircon
match stow666 garnet
match stow777 tourmaline
match stow888 amber
match stow999 scroll
match stow000 paper
match stow1111 papyrus
match stow2222 vellum
match filter wastes away
matchwait
storecape:
put put left in my cape
match logoff ghost
match logoff dead
match trywand You put
match logoff won't fit
matchwait
checkexp:
put exp
match gohome Your mind can't take much more
match checkstart Your mind is numbed
match checkstart Your mind is becoming numbed
match checkstart Your mind is muddled
match checkstart Your mind is clear
match checkstart Your mind is fresh and clear
match checkstart Your mind is as clear as a bell
matchwait
checkstart:
put send 15 thatguy
match begin I could not find
match delay You don't
matchwait
logoff:
put quit
waitsec:
pause 4
goto inc1
stow1:
put get diopside
put stow diopside
goto filter
stow2:
put get cordierite
put stow cordierite
goto filter
stow3:
put get ring
put stow ring
goto filter
stow4:
put get statue
put stow statue
goto filter
stow5:
put get crystal
put stow crystal
goto filter
stow6:
put get quartz
put stow quartz
goto filter
stow7:
put get lapis
put stow lapis
goto filter
stow8:
put get amethyst
put stow amethyst
goto filter
stow9:
put get sapphire
put stow sapphire
goto filter
stow0:
put get gem
put stow gem
goto filter
stow11:
put get coral
put stow coral
goto filter
stow22:
put get stone
put stow stone
goto filter
stow33:
put get jade
put stow jade
goto filter
stow44:
put get ivory
put stow ivory
goto filter
stow55:
put get pearl
put stow pearl
goto filter
stow66:
put get ruby
put stow ruby
goto filter
stow77:
put get spinel
put stow spinel
goto filter
stow88:
put get opal
put stow opal
goto filter
stow99:
put get wand
put stow wand
goto filter
stow00:
put get nugget
put stow nugget
goto filter
stow111:
put get diamond
put stow diamond
goto filter
stow222:
put get jasper
put stow jasper
goto filter
stow333:
put get emerald
put stow emerald
goto filter
stow444:
put get topaz
put stow topaz
goto filter
stow555:
put get zircon
put stow zircon
goto filter
stow666:
put get garnet
put stow garnet
goto filter
stow777:
put get tourmaline
put stow tourmaline
goto filter
stow888:
put get amber
put stow amber
goto filter
stow999:
put get scroll
put stow scroll
goto filter
stow000:
put get paper
put stow paper
goto filter
stow1111:
put get papyrus
put stow papyrus
goto filter
stow2222:
put get vellum
put stow vellum
goto filter
gohunt:
put wake
put stand
pause 2
put inc 401
pause 4
put inc 406
pause 4
put inc 503
pause 4
put inc 513
put ready weapon
put e
put out
put n
put n
put e
put n
put go gate
pause 1
put sw
put s
put s
put s
put s
put s
put se
put e
put e
put go brid
put s
move sw
move w
move s
move se
move w
move sw
move e
move e
move s
move sw
move s
move w
move s
move sw
move n
move nw
move n
move nw
put go cre
goto begin
gohome:
put go cre
move se
move s
move se
move s
move ne
move n
move e
move n
move ne
move n
move w
move w
move ne
move e
move nw
move n
move e
move ne
move n
move go brid
move w
move w
move nw
move n
move n
move n
move n
move n
move ne
move go gate
move s
move w
move s
move s
move s
move s
move s
move s
move s
move e
move go sho
put rem my pack
pause .5
put sell pack
pause .5
put wear pack
pause .5
move out
move w
move n
move n
move n
move n
put go bank
put go arc
put depo all
move go arc
move out
move n
move go inn
move w
put sleep
goto resting
delay:
pause 120
goto checkstart
resting:
put exp
match notyet Your mind can't take much more
match notyet Your mind is numbed
match notyet Your mind is becoming numbed
match gohunt Your mind is muddled
match gohunt Your mind is clear
match gohunt Your mind is fresh and clear
match gohunt Your mind is as clear as a bell
matchwait
notyet:
pause 120
goto resting
tryleech:
put send 1 to thatg
match trywand You don't
match leechit could not
matchwait
leechit:
put inc 516
pause 3
goto inc1
start:
put look
match resting [Raging Thrak
match begin [Underground
matchwait
begin:
put d
counter set 1
goto checkroom
move1:
pause 1
put sw
counter set 2
goto checkroom
move2:
pause 1
put nw
counter set 3
goto checkroom
move3:
pause 1
put se
counter set 4
goto checkroom
move4:
pause 1
put e
counter set 5
goto checkroom
move5:
pause 1
put w
counter set 6
goto checkroom
move6:
pause 1
put s
counter set 7
goto checkroom
move7:
pause 1
put w
counter set 8
goto checkroom
move8:
pause 1
put sw
counter set 9
goto checkroom
move9:
pause 1
put n
counter set 10
goto checkroom
move10:
pause 1
put s
counter set 11
goto checkroom
move11:
pause 1
put nw
counter set 12
goto checkroom
move12:
pause 1
put se
counter set 13
goto checkroom
move13:
pause 1
put s
counter set 14
goto checkroom
move14:
pause 1
put n
counter set 15
goto checkroom
move15:
pause 1
put w
counter set 16
goto checkroom
move16:
pause 1
put d
counter set 17
goto checkroom
move17:
pause 1
put sw
counter set 18
goto checkroom
move18:
pause 1
put w
counter set 19
goto checkroom
move19:
pause 1
put e
counter set 20
goto checkroom
move20:
pause 1
put ne
counter set 21
goto checkroom
move21:
pause 1
put u
counter set 22
goto checkroom
move22:
pause 1
put e
counter set 23
goto checkroom
move23:
pause 1
put ne
counter set 24
goto checkroom
move24:
pause 1
put e
counter set 25
goto checkroom
move25:
pause 1
put n
counter set 26
goto checkroom
move26:
pause 1
put ne
counter set 27
goto checkroom
move27:
pause 1
put u
goto checkexp
checkroom:
match move%c% You can't go there
match move%c% I could not find what
match filter a greater burrow orc
match move%c% Obvious paths
match move%c% Obvious exits
match logoff ...wait
match logoff dead
match logoff ghost
match logoff [The Cell
match logoff [Consultation
match logoff [Scripting
matchwait
filter:
put look
match move%c% Also here:
match attack Obvious paths
match attack Obvious exits
matchwait
attack:
put target orc
match waitsec ...wait
match logoff ghost
match dead You can't target
match logoff dead
match inc1 are now targeting
match move%c% Usage:
matchwait
inc1:
put send 3 thatguy
match logoff no condition
match trywand You don't
match inc2 I could not
match logoff You are a
match logoff stunned.
match waitsec ...wait
matchwait
inc2:
put stanc off
put incant 903
put stanc def
match logoff You are a
match move%c% I could not find
match dead dies.
match waitsec Roundtime
match waitsec Round Time
match waitsec ...wait
match logoff no condition
match move%c% What were you
match move%c% You do not currently
match logoff stunned.
matchwait
trywand:
put get aqu wand
match wandatt You remove
match wandatt You already have
match trywand2 Get what?
match storecape You need a free
matchwait
trywand2:
put get blu wand
match wandatt You remove
match wandatt You already have
match trywand3 Get what?
matchwait
trywand3:
put get cry wand
match wandatt You remove
match wandatt You already have
match move%c% Get what?
matchwait
wandatt:
put stanc off
put wave wand
put stanc def
match logoff You are a
match move%c% You wave to a
match move%c% Surely you
match dead dies.
match inc1 Roundtime
match waitsec Wait
match waitsec ...wait
match logoff stunned.
matchwait
dead:
pause 2
put stow left
put search orc
match stow1 diopside
match stow2 cordierite
match stow3 ring
match stow4 statue
match stow5 crystal
match stow6 quartz
match stow7 lapis
match stow8 amethyst
match stow9 sapphire
match stow0 gem
match stow11 coral
match stow22 stone
match stow33 jade
match stow44 ivory
match stow55 pearl
match stow66 ruby
match stow77 spinel
match stow88 opal
match stow99 wand
match stow00 nugget
match stow111 diamond
match stow222 jasper
match stow333 emerald
match stow444 topaz
match stow555 zircon
match stow666 garnet
match stow777 tourmaline
match stow888 amber
match stow999 scroll
match stow000 paper
match stow1111 papyrus
match stow2222 vellum
match filter wastes away
matchwait
storecape:
put put left in my cape
match logoff ghost
match logoff dead
match trywand You put
match logoff won't fit
matchwait
checkexp:
put exp
match gohome Your mind can't take much more
match checkstart Your mind is numbed
match checkstart Your mind is becoming numbed
match checkstart Your mind is muddled
match checkstart Your mind is clear
match checkstart Your mind is fresh and clear
match checkstart Your mind is as clear as a bell
matchwait
checkstart:
put send 15 thatguy
match begin I could not find
match delay You don't
matchwait
logoff:
put quit
waitsec:
pause 4
goto inc1
stow1:
put get diopside
put stow diopside
goto filter
stow2:
put get cordierite
put stow cordierite
goto filter
stow3:
put get ring
put stow ring
goto filter
stow4:
put get statue
put stow statue
goto filter
stow5:
put get crystal
put stow crystal
goto filter
stow6:
put get quartz
put stow quartz
goto filter
stow7:
put get lapis
put stow lapis
goto filter
stow8:
put get amethyst
put stow amethyst
goto filter
stow9:
put get sapphire
put stow sapphire
goto filter
stow0:
put get gem
put stow gem
goto filter
stow11:
put get coral
put stow coral
goto filter
stow22:
put get stone
put stow stone
goto filter
stow33:
put get jade
put stow jade
goto filter
stow44:
put get ivory
put stow ivory
goto filter
stow55:
put get pearl
put stow pearl
goto filter
stow66:
put get ruby
put stow ruby
goto filter
stow77:
put get spinel
put stow spinel
goto filter
stow88:
put get opal
put stow opal
goto filter
stow99:
put get wand
put stow wand
goto filter
stow00:
put get nugget
put stow nugget
goto filter
stow111:
put get diamond
put stow diamond
goto filter
stow222:
put get jasper
put stow jasper
goto filter
stow333:
put get emerald
put stow emerald
goto filter
stow444:
put get topaz
put stow topaz
goto filter
stow555:
put get zircon
put stow zircon
goto filter
stow666:
put get garnet
put stow garnet
goto filter
stow777:
put get tourmaline
put stow tourmaline
goto filter
stow888:
put get amber
put stow amber
goto filter
stow999:
put get scroll
put stow scroll
goto filter
stow000:
put get paper
put stow paper
goto filter
stow1111:
put get papyrus
put stow papyrus
goto filter
stow2222:
put get vellum
put stow vellum
goto filter
gohunt:
put wake
put stand
pause 2
put inc 401
pause 4
put inc 406
pause 4
put inc 503
pause 4
put inc 513
put ready weapon
put e
put out
put n
put n
put e
put n
put go gate
pause 1
put sw
put s
put s
put s
put s
put s
put se
put e
put e
put go brid
put s
move sw
move w
move s
move se
move w
move sw
move e
move e
move s
move sw
move s
move w
move s
move sw
move n
move nw
move n
move nw
put go cre
goto begin
gohome:
put go cre
move se
move s
move se
move s
move ne
move n
move e
move n
move ne
move n
move w
move w
move ne
move e
move nw
move n
move e
move ne
move n
move go brid
move w
move w
move nw
move n
move n
move n
move n
move n
move ne
move go gate
move s
move w
move s
move s
move s
move s
move s
move s
move s
move e
move go sho
put rem my pack
pause .5
put sell pack
pause .5
put wear pack
pause .5
move out
move w
move n
move n
move n
move n
put go bank
put go arc
put depo all
move go arc
move out
move n
move go inn
move w
put sleep
goto resting
delay:
pause 120
goto checkstart
resting:
put exp
match notyet Your mind can't take much more
match notyet Your mind is numbed
match notyet Your mind is becoming numbed
match gohunt Your mind is muddled
match gohunt Your mind is clear
match gohunt Your mind is fresh and clear
match gohunt Your mind is as clear as a bell
matchwait
notyet:
pause 120
goto resting
tryleech:
put send 1 to thatg
match trywand You don't
match leechit could not
matchwait
leechit:
put inc 516
pause 3
goto inc1