From 2bc5a3ccaee0c675d283386940a977a0e4225901 Mon Sep 17 00:00:00 2001 From: j-tkay Date: Wed, 24 Oct 2012 11:13:00 +0000 Subject: - Fixed bugreport:6810, checkquest paramater typo and added checkquest in Wanderer Job Change Quest. (npc/re/jobs/3-2/wanderer.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16827 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/re/jobs/3-2/wanderer.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'npc/re/jobs/3-2') diff --git a/npc/re/jobs/3-2/wanderer.txt b/npc/re/jobs/3-2/wanderer.txt index e550a51de..062c9b685 100644 --- a/npc/re/jobs/3-2/wanderer.txt +++ b/npc/re/jobs/3-2/wanderer.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Muad_Dib, Meyraw //===== Current Version: ===================================== -//= 1.2 +//= 1.3 //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= @@ -13,6 +13,7 @@ //= 1.0 First Version. //= 1.1 Updated dialogue to be more official / accurate. Huge thanks to Muad_Dib! [Masao] //= 1.2 Fixed an endless loop in dialogue. +//= 1.3 Fixed a typo and added checkquest. [Joseph] //============================================================ xmas,162,209,5 script Aspiring Wanderer, Soy 714,{ @@ -887,7 +888,7 @@ hu_fild05,342,130,5 script Dancer Kim#fild 879,{ close; } if (job_wan == 7) { - if (checkquest(2221,PLAYTIME) == 1) { + if (checkquest(2221,PLAYTIME) == 0 || checkquest(2221,PLAYTIME) == 1) { if (checkquest(2221,HUNTING) == 2) { mes "[Dancer Kim]"; mes "Whew!"; @@ -933,7 +934,7 @@ hu_fild05,342,130,5 script Dancer Kim#fild 879,{ mes "But I'm sure I have a better chance to win."; close; } - if (checkquest(2221,PLAYIME) == 2) { + if (checkquest(2221,PLAYTIME) == 2) { mes "[Dancer Kim]"; mes "Oh, you came back to me."; mes "I'm so tired. I don't give up halfway. It's a good exercise for me. I will have to give up Nollio to another Wanderer, it's all over...."; -- cgit v1.2.3-70-g09d2