summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/re/item_db.conf4
-rw-r--r--npc/items/shovel.txt3
2 files changed, 3 insertions, 4 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 1808e1327..03514a4a4 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -3186,8 +3186,8 @@ item_db: (
AegisName: "TreasureMap"
Name: "Treasure Map"
Type: "IT_USABLE"
- Buy: 450000
- Sell: 1000
+ Buy: 45000
+ Sell: 300
Weight: 14
KeepAfterUse: true
Refine: false
diff --git a/npc/items/shovel.txt b/npc/items/shovel.txt
index 22b406059..30df008ec 100644
--- a/npc/items/shovel.txt
+++ b/npc/items/shovel.txt
@@ -332,8 +332,7 @@ OnHour00:
}
function script shovel_randomtreasure {
- .@id=any(TreasureKey,CoinBag,TreasureKey,SulfurPowder,Coal,
- IronOre,CopperOre,LeadOre,TinOre,SilverOre,GoldOre,PlatinumOre,IridiumOre,TitaniumOre,
+ .@id=any(TreasureKey,CoinBag,TreasureKey,CoinBag,CoinBag,
Diamond,Ruby,Emerald,Sapphire,Topaz,Amethyst);
delitem TreasureMap, 1;
.@amount=any(1,1,2);