From 423a6264dda598b1ba87ffce35001bc62fe928ac Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 4 Jun 2022 17:17:18 -0300 Subject: Include Dungeon Map - Now you can find RANDOM DUNGEONS! --- db/re/item_db.conf | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'db') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index c98666d58..7469c9c42 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -3062,7 +3062,24 @@ item_db: ( doevent "Warp Crystal::OnUse"; "> }, -// item id 679 reserved - warp crystals +{ + Id: 679 + AegisName: "DungeonMap" + Name: "Dungeon Map" + Type: "IT_USABLE" + Buy: 45000 + Sell: 300 + Weight: 14 + KeepAfterUse: true + Refine: false + Script: <" + // ShovelQuests_Dungeon → Coordinates for Treasure Map + if (!ShovelQuests_DungeonX) { + callfunc "shovel_genranddungeon"; + } + dispbottom l("A dungeon is burried in @@, (@@, @@)", ShovelQuests_DungeonMAP$, ShovelQuests_DungeonX, ShovelQuests_DungeonY); + "> +}, { Id: 680 AegisName: "TreasureMap" -- cgit v1.2.3-60-g2f50