From a09e5436e06f844688f708c23975d3ce7e4b3965 Mon Sep 17 00:00:00 2001 From: Playtester Date: Thu, 20 Apr 2006 23:15:03 +0000 Subject: Hopefully fixed the custom jobmaster as well. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6203 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/Changelog.txt | 1 + npc/custom/jobs/jobmaster.txt | 2 ++ 2 files changed, 3 insertions(+) (limited to 'npc') diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 52049b0ae..9f10e036e 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -28,6 +28,7 @@ Nexon Date Added ====== 04/20 + * Hopefully also fixed the custom job master [Playtester] * Fixed it again, better use constants [Playtester] * Fixed Rebirth script not working for some Knights and Crusaders [Playtester] - needs some testing! diff --git a/npc/custom/jobs/jobmaster.txt b/npc/custom/jobs/jobmaster.txt index be736ead3..db7604597 100644 --- a/npc/custom/jobs/jobmaster.txt +++ b/npc/custom/jobs/jobmaster.txt @@ -275,6 +275,8 @@ prontera.gat,153,193,6 script Job Master 123,{ menu "No",L_quit,"Yes",-; if ((BaseLevel < 99) || (JobLevel < 50)) goto L_cantCh; set lastJob, readparam(19); + if(lastJob == Job_Knight2) set lastJob,Job_Knight; + if(lastJob == Job_Crusader2) set lastJob,Job_Crusader; jobchange Job_Novice_High; resetlvl(1); skill 142,1,0; -- cgit v1.2.3-70-g09d2