diff options
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 7 |
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); + } "> }, |