diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-06-04 17:17:18 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-06-04 17:17:18 -0300 |
commit | 423a6264dda598b1ba87ffce35001bc62fe928ac (patch) | |
tree | 1c3ac2de92c5c0da91f3ae65e065b5d9ed0c341c /db/re/item_db.conf | |
parent | cd85f89af12067e72343ad5c2b3a79583108464a (diff) | |
download | serverdata-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/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 19 |
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" |