From 89237b4674de6cd2030a22f10fe698aab6defbf2 Mon Sep 17 00:00:00 2001 From: euphyy Date: Sun, 5 Aug 2012 19:34:31 +0000 Subject: * Added Kagerou/Oboro to custom Job Master (custom\jobmaster.txt) * Fixed bugreport:6413 and did some minor cleaning in 13-1 quests (quests\quests_13_1.txt) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16585 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/custom/jobmaster.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/custom/jobmaster.txt') diff --git a/npc/custom/jobmaster.txt b/npc/custom/jobmaster.txt index 42e4a3776..1112c515e 100644 --- a/npc/custom/jobmaster.txt +++ b/npc/custom/jobmaster.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Euphy //===== Current Version: ===================================== -//= 1.2 +//= 1.3 //===== Compatible With: ===================================== //= rAthena SVN r16114+ //===== Description: ========================================= @@ -11,6 +11,7 @@ //===== Additional Comments: ================================= //= 1.1 Fixed reset on Baby job change. [Euphy] //= 1.2 Added Expanded Super Novice support and initial Kagerou/Oboro support. [Euphy] +//= 1.3 Kagerou/Oboro added. [Euphy] //============================================================ prontera,153,193,6 script Job Master 123,{ @@ -51,8 +52,7 @@ function Job_Menu; function A_An; mes "[Job Master]"; } } set .@j1, roclass(.@eac|EAJL_2_1); set .@j2,roclass(.@eac|EAJL_2_2); if ((.@eac&EAJ_UPPERMASK) == EAJ_SUPER_NOVICE) setarray .@exp[0],roclass(.@eac|EAJL_THIRD),99; - // Kagerou & Oboro pending skill completion. - // if (Class == Job_Ninja) setarray .@exp[0],.@j1,70; + if (Class == Job_Ninja) setarray .@exp[0],.@j1,70; if (.@exp[0] && .ThirdClass) { if (BaseLevel < .Rebirth[0] || JobLevel < .@exp[1]) { set .@blvl, .Rebirth[0]-BaseLevel; set .@jlvl, .@exp[1]-JobLevel; -- cgit v1.2.3-60-g2f50