From c9a8b3c3ff44fdacb2abb8f3d970fd2928feeb17 Mon Sep 17 00:00:00 2001 From: samuray22 Date: Sat, 24 Nov 2007 00:44:58 +0000 Subject: * Fixed a error in Rogue Job Quest. (bugreport:481) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11790 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/Changelog.txt | 2 ++ npc/jobs/2-2/rogue.txt | 9 +++++---- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'npc') diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 3ac258853..ccd6205f8 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,5 +1,7 @@ Date Added ====== +2007/11/23 + * Fixed a error in Rogue Job Quest. (bugreport:481) [Samuray22] 2007/11/22 * Fixed Missing Variables in Metto quest. (bugreport:473) [Samuray22] * Deleted some unused Variables in Bio Ethics quest. diff --git a/npc/jobs/2-2/rogue.txt b/npc/jobs/2-2/rogue.txt index 1e1cf0569..3876d8c95 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.4a +//= 2.4b //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -13,6 +13,7 @@ //= 2.4 Rescripted to Aegis 10.3 stadards. [L0ne_W0lf] //= No longer uses function "F_BlockHigh" //= 2.4a Deleted unused variables. [Samuray22] +//= 2.4b Changed a Problem with JobLevel what made impossible get a Gladius [3]. (bugreport:481) [Samuray22] //============================================================ morocc,100,104,1 script Thug#rg 118,{ @@ -161,7 +162,6 @@ in_rogue,363,122,4 script Rogue Guildsman#rg 747,{ mes "You've been"; mes "doin' a great job~"; } - set .@JobLevel,JobLevel; callfunc "Job_Change",Job_Rogue; callfunc "F_ClearJobVar"; next; @@ -174,10 +174,11 @@ in_rogue,363,122,4 script Rogue Guildsman#rg 747,{ mes "[Markie]"; mes "Enjoy your freedom as a Rogue. Just remember that you gotta be free and responsible at the same time. So treat other guys the way you wanna be treated, kay? Alright, seeya round."; close2; - if (.@jlevel == 50) + if (JobLevel == 50) { getitem 1220,1; //Gladius_ - else + } else { getitem 1219,1; //Gladius + } end; } if (select("I'm ready.:Hold on, I need to get ready!") == 2) { -- cgit v1.2.3-60-g2f50