From e7b665f76604395b6f77a2085ccb147951d65703 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 25 Mar 2019 16:33:32 -0300 Subject: Fix bugs on Paxel --- npc/017-1/paxel.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc/017-1') diff --git a/npc/017-1/paxel.txt b/npc/017-1/paxel.txt index 7d097472b..cf7bceed8 100644 --- a/npc/017-1/paxel.txt +++ b/npc/017-1/paxel.txt @@ -11,7 +11,7 @@ 017-1,131,22,0 script Paxel NPC_PLAYER,{ .@q=getq(SQuest_Paxel); if(.@q == 2) goto L_Done; - if (season() != SEASON_SPRING && !$@GM_OVERRIDE) goto L_OutOfSeason; + if (season() != SPRING && !$@GM_OVERRIDE) goto L_OutOfSeason; if(.@q == 1) goto L_Ask2; if (BaseLevel >= 55) goto L_Ask1; @@ -85,6 +85,7 @@ L_Check1: setq SQuest_Paxel, 1; mesn; mesq l("Perfect! you have enough Terranite Ore, I will take them for now but I need other items in order to bring them to life."); + next; L_Ask2: mesn; -- cgit v1.2.3-60-g2f50