PDA

View Full Version : Ebon's Gate Digging script for SF



zhelas
10-26-2009, 10:14 AM
During the festivals I do use Storm Front. Anyone have a good script for digging in the graveyard?

Thanks for your help.

Peace

ElvenFury
10-26-2009, 10:46 AM
Oh's, hai's. I's love's digging's at's E'b''on'''''s Gate's!!!!!!!!!11 But's I's don't's have's a's script's for's it's. Sorry's.

B2
10-26-2009, 10:47 AM
This one doesn't get new shovels for you, and it doesn't empty your boxes (except for coins). It's only good in rooms with trash holes (not all of the digging rooms have them). It's good for the extremely tedious parts, though!

dig:
put dig
match dig Roundtime
match dig wait
match strongbox strongbox from the soil.
match box box from the soil.
match crate crate from the soil.
match chest chest from the soil.
match coffer coffer from the soil.
match trunk trunk from the soil.
match new Grave Robber
matchwait

box:
save box
goto open

chest:
save chest
goto open

crate:
save crate
goto open

coffer:
save coffer
goto open

strongbox:
save strongbox
goto open

trunk:
save trunk
goto open

Open:
put open my %s%
put get coins from my %s%
put look in my %s%
goto trash

trash:
echo **Type TRASH when you're ready**
match trash2 Trash
match trash2 There is nothing in there.
matchwait

trash2:
put put my %s% in hole
goto new

New:
put get my shovel
match dig You remove
match done Get what?
Matchwait

Done:
Echo * * You're out of shovels! * *
exit