PDA

View Full Version : Gravedigging script!



Eicher
11-01-2007, 04:51 PM
this is my first complex matching script, but hell, it works!

#created by Rvain of Plat.
#to use this script make the name dig then in the command
#window type .dig (you're storage IE cloak, backpack ect.)
#You must start in the room with the graverobber.
echo
echo
echo -=-Rvains Digging game magic!-=-
echo
echo
counter set 0

begin:
put look
match ok graverobber.
match no down
match no up
matchwait

ok:
put tap shovel
match getback You tap a cheaply made shovel
match getmore referring to?
matchwait

no:
echo
echo
echo -=Get to the graverobber!=-
echo
echo
exit

start:
put glance
match go shovel
match loot crate
match loot coffer
match loot strongbox
match loot chest
match loot box
match go your empty hands.
matchwait

go:
put tap shovel
match shovel You tap a cheaply made shovel
match buy referring to?
matchwait

shovel:
put get shovel
match dig shovel
match buy referring to?
goto dig

dig:
pause 1
put glance
put dig
match loot Congratulations!
match go Grave Robber!
match dig Roundtime:
match omgwait seconds
matchwait

omgwait:
pause 1
put glance
goto dig



loot:
put glance
match crate crate
match coffer coffer
match chest chest
match trunk trunk
match strongbox strongbox
match box box
matchwait


crate:
put open my crate
put look in my crate
put get coin
pause 1
put empty my crate in my %1%
match crate2 nicely.
match big leaving the rest
match big fit.
match crate2 comes out
matchwait
pause 2

crate2:
put drop crate
goto go

coffer:
put open my coffer
put look in my coffer
put get coin
pause 1
put empty my coffer in my %1%
match coffer2 nicely.
match big leaving the rest
match big fit.
match coffer2 comes out
matchwait
pause 2

coffer2:
put drop coffer
goto go

chest:
put open my chest
put look in my chest
put get coin
pause 1
put empty my chest in my %1%
match chest2 nicely.
match big leaving the rest
match big fit.
match chest2 comes out
matchwait
pause 2

chest2:
put drop chest
goto go

trunk:
put open my trunk
put look in my trunk
put get coin
pause 1
put empty my trunk in my %1%
match trunk2 nicely
match big leaving the rest
match big fit.
match trunk2 comes out
matchwait
pause 2

trunk2:
put drop trunk
goto go

strongbox:
put open my strongbox
put look in my strongbox
put get coin
pause 1
put empty my strongbox in my %1%
match strongbox2 nicely
match big leaving the rest
match big fit.
match strongbox2 comes out
matchwait
pause 2

strongbox2:
put drop strongbox
goto go


box:
put open my box
put look in my box
put get coin
pause 1
put empty my box in my %1%
match box2 nicely
match big leaving the rest
match big fit.
match box2 comes out
matchwait
pause 2

box2:
put drop box
goto go

big:
echo
echo
echo -=Something big inside this box that wont fit!=-
echo
echo
exit

buy:
move d
move d
goto getmore

getmore:
put give grave 2000
put put shove in my %1%
put glance
goto check

check:
match bank silver!
match getback Your shovel won't fit in
match storage it's closed!
match getmore empty hands
matchwait

storage:
echo
echo
echo -=Open you're %1% dumbass!=-
echo
echo
exit

getback:
move u
move u
goto start

bank:
move d
move d
put go road
move sw
move w
move w
move sw
move s
move w
put go arch
put check bal
put with 50000 coin
goto silver

silver:
match digging you 50000 silvers.
match poor much in the account
matchwait

digging:
put go arch
move e
move n
move ne
move e
move e
move ne
put go road
move u
move u
wait 1
put look
goto begin

poor:
echo
echo
echo __--You are broke bitch!--__
echo
echo
echo
exit