From e085598c816de7d0ee8656b0763507e64aac279f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 9 Jun 2019 18:14:37 -0300 Subject: Treasure Map: You cannot read it because coordinates are TODO, but it works --- db/re/item_db.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'db') 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 → 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); + } "> }, -- cgit v1.2.3-60-g2f50