ShatteredCasis
04-16-2011, 01:37 PM
DigDug for the spitfire is now up on the repo as "digdug_spits"
Use at your own risk. When you download it you'll need to open it and configure the settings at the top. Set your containers, how much you want to spend per round on shovels (halfling will want a lower amount).
There's a "donotloot" list that is a regular expression, any matches to this will not be looted from the box... so be careful.
@donotloot = /shoe|driftwood|sandal|boot/
This would mean anything in the treasure chest that has the phrase... "shoe", "driftwood", "sandal", or "boot" would be trashed... Partial matches will also occur, such as "bootstrap" contains "boot", so it would be trashed.
It can sell all the items in your specified loot container (or attempt to). If the item doesn't sell on the first attempt (ie, it's over 35k) script will just put it back.
You can also tell it that you want to manually sell stuff, or you can specify a different script to run for selling.
- Casis
Use at your own risk. When you download it you'll need to open it and configure the settings at the top. Set your containers, how much you want to spend per round on shovels (halfling will want a lower amount).
There's a "donotloot" list that is a regular expression, any matches to this will not be looted from the box... so be careful.
@donotloot = /shoe|driftwood|sandal|boot/
This would mean anything in the treasure chest that has the phrase... "shoe", "driftwood", "sandal", or "boot" would be trashed... Partial matches will also occur, such as "bootstrap" contains "boot", so it would be trashed.
It can sell all the items in your specified loot container (or attempt to). If the item doesn't sell on the first attempt (ie, it's over 35k) script will just put it back.
You can also tell it that you want to manually sell stuff, or you can specify a different script to run for selling.
- Casis