From 8be5787da0a515b2791b885cea3bddb65ed1b62f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 12 Mar 2018 17:49:03 -0300 Subject: Update Elmo with remaining Candor quests and prepare Maya for extension --- npc/005-1/maya.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'npc/005-1') diff --git a/npc/005-1/maya.txt b/npc/005-1/maya.txt index 321436628..ed8794396 100644 --- a/npc/005-1/maya.txt +++ b/npc/005-1/maya.txt @@ -2,13 +2,16 @@ // Author: // Saulc // GonzoDark +// Jesusalva // Variables: // 0 CandorQuest_Maya // Values: // 00 Default, no quest selected. // 01 First quest accepted: Need 3 cotton cloth and 3 maggot slime // 02 First quest completed: Reward Candor shirt -// 03 wolvern tooth +20k + 2000monster point ->claw pendant +// 03 Second quest accepted: Need +// 04 Second quest completed: Reward +// 05 wolvern tooth +20k + 2000monster point ->claw pendant 005-1,42,37,0 script Maya NPC_RAIJIN_FEMALE_LEGION_ARTIS,{ .@maya = getq(CandorQuest_Maya); @@ -19,6 +22,12 @@ goto L_QuestAccepted; if (.@maya == 2) goto L_NextQuestPending; + if (.@maya == 3) + goto L_NextQuestPending; + if (.@maya == 4) + goto L_NextQuestPending; + if (.@maya == 5) + goto L_NextQuestPending; L_QuestNotStarted: mesn; -- cgit v1.2.3-60-g2f50