summaryrefslogtreecommitdiff
path: root/npc/custom/jobmaster.txt
diff options
context:
space:
mode:
authoreuphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-08-05 19:34:31 +0000
committereuphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-08-05 19:34:31 +0000
commit89237b4674de6cd2030a22f10fe698aab6defbf2 (patch)
tree0a36a50af9b48d51a9b1d14a46970078a2da826d /npc/custom/jobmaster.txt
parentf569968e15e9c89222713c7c3a61b8240df36db8 (diff)
downloadhercules-89237b4674de6cd2030a22f10fe698aab6defbf2.tar.gz
hercules-89237b4674de6cd2030a22f10fe698aab6defbf2.tar.bz2
hercules-89237b4674de6cd2030a22f10fe698aab6defbf2.tar.xz
hercules-89237b4674de6cd2030a22f10fe698aab6defbf2.zip
* 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
Diffstat (limited to 'npc/custom/jobmaster.txt')
-rw-r--r--npc/custom/jobmaster.txt6
1 files changed, 3 insertions, 3 deletions
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;