From 52d7e8e4955572aff7d01f29f7b7b8032c779894 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Mon, 14 Apr 2008 22:28:30 +0000 Subject: Fixed bugreport:1337, bugreport:1355, bugreport:1361, and bugreport:1362. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12594 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/jobs/2-2/rogue.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'npc/jobs') diff --git a/npc/jobs/2-2/rogue.txt b/npc/jobs/2-2/rogue.txt index 42f90f480..5ad0066c8 100644 --- a/npc/jobs/2-2/rogue.txt +++ b/npc/jobs/2-2/rogue.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= kobra_k88 //===== Current Version: ===================================== -//= 2.5 +//= 2.6 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -17,6 +17,7 @@ //= impossible get a Gladius [3]. (bugreport:481) [Samuray22] //= 2.4c Corrected a Typo error ";;" and a typo error with "rouge". (bugreport:909) [Samuray22] //= 2.5 Added dummy "OnMyMobDead" labels. (bugreport:1100) [L0ne_W0lf] +//= 2.6 Fixed a few bugs in the Rogue Guildsman. [L0ne_W0lf] //============================================================ morocc,100,104,1 script Thug#rg 118,{ @@ -644,7 +645,7 @@ in_rogue,376,23,1 script Mr. Smith#rg 57,{ close; } else if (ROGUE_Q > 2) { - if (ROGUE_Q == 3) callsub S_CheckItems,510,10,932,10,957,10,958,10; + if (ROGUE_Q == 3) callsub S_CheckItems,510,6,932,10,957,10,958,10; else if (ROGUE_Q == 4) callsub S_CheckItems,511,10,910,10,926,10,964,10; else if (ROGUE_Q == 5) callsub S_CheckItems,508,10,948,10,935,10,940,10; else if (ROGUE_Q == 6) { @@ -928,7 +929,7 @@ S_Req: S_CheckItems: - if (Zeny > 99999 && countitem(getarg(0)) >= getarg(1) && countitem(getarg(2)) >= getarg(3) && countitem(getarg(4)) >= getarg(5) && countitem(getarg(6)) >= getarg(7)) { + if (Zeny > 9999 && countitem(getarg(0)) >= getarg(1) && countitem(getarg(2)) >= getarg(3) && countitem(getarg(4)) >= getarg(5) && countitem(getarg(6)) >= getarg(7)) { mes "[Mr. Smith]"; mes "Okay, we've got the application fee, ^FF000010,000 zeny^000000, "+getarg(1)+" "+getitemname(getarg(0))+", "+getarg(3)+" "+getitemname(getarg(2))+", "+getarg(5)+" "+getitemname(getarg(4))+" and "+getarg(7)+" "+getitemname(getarg(6))+"..."; set zeny,zeny-10000; -- cgit v1.2.3-60-g2f50