From 0c5213b87e15f3a513bd24ab7da5fc1d94c47180 Mon Sep 17 00:00:00 2001 From: euphyy Date: Thu, 28 Jun 2012 04:44:17 +0000 Subject: * Standardized and added Shadow Chaser job quest! (bugreport:5834) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16350 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/custom/jobmaster.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/custom') diff --git a/npc/custom/jobmaster.txt b/npc/custom/jobmaster.txt index 1256ec653..4580ba148 100644 --- a/npc/custom/jobmaster.txt +++ b/npc/custom/jobmaster.txt @@ -9,7 +9,7 @@ //===== Description: ========================================= //= A fully functional job changer. //===== Additional Comments: ================================= -//= 1.1 Fixed reset on Baby job change. +//= 1.1 Fixed reset on Baby job change. [Euphy] //============================================================ prontera,153,193,6 script Job Master 123,{ @@ -99,7 +99,7 @@ function Job_Menu { if (select(" ~ Change into ^0055FF"+jobname(.@i)+"^000000 class: ~ ^777777Go back^000000")==1) { mes "[Job Master]"; mes "You are now "+A_An(jobname(.@i))+"!"; - if (.@i==4001) if (.LastJob) set lastJob, Class; + if (.@i==4001 && .LastJob) set lastJob, Class; jobchange .@i; if (.@i==4001 || .@i==4023) resetlvl(1); specialeffect2 338; specialeffect2 432; -- cgit v1.2.3-60-g2f50