From 32dccfa39f5a38268546741b202cb77435796c2e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 1 Mar 2019 19:54:48 -0300 Subject: Update quest debug for peter. * quests.xml still outdated * GenericQuestDebug doesn't allows to change char variable for daily feature --- npc/functions/quest-debug/003-ShipQuests_Peter.txt | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/npc/functions/quest-debug/003-ShipQuests_Peter.txt b/npc/functions/quest-debug/003-ShipQuests_Peter.txt index 685e00a5..4732d238 100644 --- a/npc/functions/quest-debug/003-ShipQuests_Peter.txt +++ b/npc/functions/quest-debug/003-ShipQuests_Peter.txt @@ -3,7 +3,7 @@ // gumi // jesusalva // Notes: -// Using l() usually is not a good idea +// Using l() usually is not a good idea (translating debug text? What?) function script QuestDebug3 { do @@ -17,14 +17,15 @@ function script QuestDebug3 { mes l("Instance ID: @@", getq3(ShipQuests_Peter)); next; + .@q=getq(ShipQuests_Peter); + GenericQuestDebug ShipQuests_Peter, l("Does not have the quest"), 0, - l("Peter needs help"), 6, - l("Peter asks to kill rattos"), 1, - l("Killed rattos"), 2, - l("Got no reward"), 3, - l("Peter asks to kill rattos again"), 4, - l("Peter gave reward"), 5; + l("Peter needs help"), 1, + l("Toggle Tortuga Bounty"), .@q^2, + l("Toggle Ratto Bounty"), .@q^4, + l("Toggle Croc Bounty"), .@q^8, + l("Quest complete"), 15; if (@menuret < 0) { -- cgit v1.2.3-70-g09d2