From fea4f6e7d920aa346b7791a4b17d19380137ba4e Mon Sep 17 00:00:00 2001 From: masao87 Date: Thu, 29 Dec 2011 03:22:42 +0000 Subject: - Fixed Mercenary check in Ranger Job change Quest. Also set correct time value for SC_STONE from 2 Seconds to 2Minutes. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15301 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/jobs/3-1/ranger.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/jobs/3-1/ranger.txt') diff --git a/npc/jobs/3-1/ranger.txt b/npc/jobs/3-1/ranger.txt index 9a141e0c6..5d6e8e5f3 100644 --- a/npc/jobs/3-1/ranger.txt +++ b/npc/jobs/3-1/ranger.txt @@ -603,7 +603,7 @@ tur_dun01,91,169,3 script Test Instructor#jr02 732,{ mes "Come back when you are ready."; close; case 2: - if (getmercinfo(0) > 0) + if (getmercinfo(1) > 0) { mes "[Test Instructor, Teardrop]"; mes "Stop!"; @@ -2350,7 +2350,7 @@ job3_rang02,251,49,3 script Test Supervisor#jr_13 732,{ } else if (checkquest(8261) == 1) { - if (getmercinfo(0) == 2034) + if (getmercinfo(1) == 2034) { erasequest 8261; mes "[Test Supervisor, Freeze]"; @@ -2361,7 +2361,7 @@ job3_rang02,251,49,3 script Test Supervisor#jr_13 732,{ next; mes "[Test Supervisor, Freeze]"; mes "Then, Good luck!"; - sc_start SC_STONE,120,10; + sc_start SC_STONE,120000,10; close2; donpcevent "Test Supervisor#jr_13::OnDisable"; donpcevent "Third Test Timer#jr_12::OnEnable"; -- cgit v1.2.3-70-g09d2