From 85fdcfa5c7831dc87a2b6810b3e2ebd5e3ec49c7 Mon Sep 17 00:00:00 2001 From: celest Date: Thu, 24 Mar 2005 15:31:28 +0000 Subject: * Added 'map_charid2id' * Changed monster damage logging to save char ID's * Implemented 'event_script_type' * Set Emsolute Develop as a learnable skill * Updated 'require_glory_guild' * Allow monsters to cast skills near themselves even when monster_nofootset is set to 'yes' * Print number of online users in online.txt/.html even if there's only 1 user git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1282 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/jobs/custom/jobchange.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/jobs') diff --git a/npc/jobs/custom/jobchange.txt b/npc/jobs/custom/jobchange.txt index e69c42595..11c313772 100644 --- a/npc/jobs/custom/jobchange.txt +++ b/npc/jobs/custom/jobchange.txt @@ -22,7 +22,7 @@ mes "Sup? I'm the insanely cool and uber cute jobchanger thingy for eAthena! Fir next; menu "First Class",LFirstClass,"Second Class (2-1)",LSecondClass,"Alternate Second Class (2-2)",LSecondClass2,"Novice High",LNovice2,"Advance First Class",Llevelcheck,"Advance Second Class",Llevelcheck,"Super Novice",LSuperNovice; LNovice2: - if ((readparam(11) >= 99) && (readparam(55) >= 50) || (readparam(19) > 20)) goto Lchange; + if ((readparam(11) >= 99) && (readparam(55) >= 50) || ((readparam(19) > 20) && (readparam(19) != 23)) goto Lchange; mes "[ ^0065DFJobra^000000 ]"; mes "Ummmm, excuse me... o.O..."; mes "Hey! You don't MEET the class requirements..."; -- cgit v1.2.3-60-g2f50