summaryrefslogtreecommitdiff
path: root/db/re/item_db.conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-09 18:14:37 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-09 18:14:37 -0300
commite085598c816de7d0ee8656b0763507e64aac279f (patch)
treec85e08cfaebc5c452351ce755821d1382fb132e5 /db/re/item_db.conf
parent109df4b0e610df5f93ee7e3c971b81acee9b5818 (diff)
downloadserverdata-e085598c816de7d0ee8656b0763507e64aac279f.tar.gz
serverdata-e085598c816de7d0ee8656b0763507e64aac279f.tar.bz2
serverdata-e085598c816de7d0ee8656b0763507e64aac279f.tar.xz
serverdata-e085598c816de7d0ee8656b0763507e64aac279f.zip
Treasure Map: You cannot read it because coordinates are TODO, but it works
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r--db/re/item_db.conf7
1 files changed, 6 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf
index 439923005..e6a0d6238 100644
--- a/db/re/item_db.conf
+++ b/db/re/item_db.conf
@@ -3192,7 +3192,12 @@ item_db: (
KeepAfterUse: true
Refine: false
Script: <"
- dispbottom ("Error, contact pirate about this! or just blame Jesusalva");
+ // ShovelQuests_Assigned<MAP$,X,Y> → Coordinates for Treasure Map
+ if (!ShovelQuests_AssignedX) {
+ dispbottom ("You cannot read this map...");
+ } else {
+ dispbottom ("A treasure is burried in @@, (@@, @@)", ShovelQuests_AssignedMAP$, ShovelQuests_AssignedX, ShovelQuests_AssignedY);
+ }
">
},