From af306b56124259b09be194430f949ea0f3703a76 Mon Sep 17 00:00:00 2001 From: ultramage Date: Fri, 7 Sep 2007 20:41:23 +0000 Subject: * Moved quest_variables.txt to /doc * Added comments to some getitem/delitem calls * Disabled nightmare drop in the custom mvp arena script * Fixed problem with baby novice + swordsman quest (topic:160247) * Fixed a typo and problem in the airship typing challenge git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11138 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/jobs/1-1/swordman.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'npc/jobs') diff --git a/npc/jobs/1-1/swordman.txt b/npc/jobs/1-1/swordman.txt index 072df242e..d66971121 100644 --- a/npc/jobs/1-1/swordman.txt +++ b/npc/jobs/1-1/swordman.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= kobra_k88; L0ne_W0lf //===== Current Version: ===================================== -//= 1.8 +//= 1.9b //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -31,6 +31,7 @@ //= Removed "green" traps, quest is no longer timed. //= No longer uses function "F_ToHigh" //= 1.9 Dialog is official, but the Script is now custom as far as maps go. [L0ne_W0lf] +//= 1.9b Fixed usage of wrong jobchange func messing up baby classes [ultramage] //============================================================ izlude_in,74,172,4 script Swordman 119,{ @@ -150,7 +151,7 @@ izlude_in,74,172,4 script Swordman 119,{ else if (job_sword_q == 4) { mes "Hahaha! Congratulations! Now you are fully qualified to be a real Swordman! I will transform you right away!"; next; - jobchange Job_Swordman; + callfunc "Job_Change",Job_Swordman; set job_sword_q,0; mes "[Swordman]"; mes "Once again, congratulations. I expect that you will be a good representative of the Swordman Association."; -- cgit v1.2.3-70-g09d2