summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-06-04 17:17:18 -0300
committerJesusaves <cpntb1@ymail.com>2022-06-04 17:17:18 -0300
commit423a6264dda598b1ba87ffce35001bc62fe928ac (patch)
tree1c3ac2de92c5c0da91f3ae65e065b5d9ed0c341c /db
parentcd85f89af12067e72343ad5c2b3a79583108464a (diff)
downloadserverdata-423a6264dda598b1ba87ffce35001bc62fe928ac.tar.gz
serverdata-423a6264dda598b1ba87ffce35001bc62fe928ac.tar.bz2
serverdata-423a6264dda598b1ba87ffce35001bc62fe928ac.tar.xz
serverdata-423a6264dda598b1ba87ffce35001bc62fe928ac.zip
Include Dungeon Map - Now you can find RANDOM DUNGEONS!
Diffstat (limited to 'db')
-rw-r--r--db/re/item_db.conf19
1 files changed, 18 insertions, 1 deletions
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<MAP$,X,Y> → 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"