diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-25 16:33:32 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-25 16:33:32 -0300 |
commit | e7b665f76604395b6f77a2085ccb147951d65703 (patch) | |
tree | d8f70fc9f5aeb97774fb28d53fa2726256afe38f /npc | |
parent | 5c13750cd1178a7564a1bb35ad6c6e141d507be6 (diff) | |
download | serverdata-e7b665f76604395b6f77a2085ccb147951d65703.tar.gz serverdata-e7b665f76604395b6f77a2085ccb147951d65703.tar.bz2 serverdata-e7b665f76604395b6f77a2085ccb147951d65703.tar.xz serverdata-e7b665f76604395b6f77a2085ccb147951d65703.zip |
Fix bugs on Paxel
Diffstat (limited to 'npc')
-rw-r--r-- | npc/017-1/paxel.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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; |