diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-28 04:44:17 +0000 |
---|---|---|
committer | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-06-28 04:44:17 +0000 |
commit | 0c5213b87e15f3a513bd24ab7da5fc1d94c47180 (patch) | |
tree | 2c4bd44e7f508e0147bb295f69c39e63e1487d97 /npc/custom | |
parent | 40a8f0771cd06fd90a4182fd7bf9be88de329bd4 (diff) | |
download | hercules-0c5213b87e15f3a513bd24ab7da5fc1d94c47180.tar.gz hercules-0c5213b87e15f3a513bd24ab7da5fc1d94c47180.tar.bz2 hercules-0c5213b87e15f3a513bd24ab7da5fc1d94c47180.tar.xz hercules-0c5213b87e15f3a513bd24ab7da5fc1d94c47180.zip |
* 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
Diffstat (limited to 'npc/custom')
-rw-r--r-- | npc/custom/jobmaster.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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; |