diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-30 16:02:55 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-30 16:02:55 +0000 |
commit | f17c3bc02c9e82147fb471132940e84d227ec4bc (patch) | |
tree | c7623d4aefa26cb8ae461b63c1efed99d8c99adf /npc/custom/eAAC_Scripts/kafraExpress/ke_jobchange.txt | |
parent | fa2020be43ddc026460896a3bb8b1d0f425265b2 (diff) | |
download | hercules-f17c3bc02c9e82147fb471132940e84d227ec4bc.tar.gz hercules-f17c3bc02c9e82147fb471132940e84d227ec4bc.tar.bz2 hercules-f17c3bc02c9e82147fb471132940e84d227ec4bc.tar.xz hercules-f17c3bc02c9e82147fb471132940e84d227ec4bc.zip |
- Removed trailing tabs, and fixed some spacing.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15524 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/custom/eAAC_Scripts/kafraExpress/ke_jobchange.txt')
-rw-r--r-- | npc/custom/eAAC_Scripts/kafraExpress/ke_jobchange.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/custom/eAAC_Scripts/kafraExpress/ke_jobchange.txt b/npc/custom/eAAC_Scripts/kafraExpress/ke_jobchange.txt index e720af3aa..5398f97f0 100644 --- a/npc/custom/eAAC_Scripts/kafraExpress/ke_jobchange.txt +++ b/npc/custom/eAAC_Scripts/kafraExpress/ke_jobchange.txt @@ -144,7 +144,7 @@ function SF_to1stJob { function SF_to2ndJob { do { - set @newjob, -1; + set @newjob, -1; if (@type == EAJL_UPPER && $@kejc_upperPolicy && kej_class2) { set @newjob, eaclass(kej_class2); set @newjob, (@newjob&EAJ_UPPERMASK)|@type; @@ -202,7 +202,7 @@ function SF_testChangeJob { if (BaseLevel < getarg(1)) set @fail, @fail|2; if (JobLevel < getarg(2)) - set @fail, @fail|4; + set @fail, @fail|4; if (@fail > 0) { if (@fail&1) mes "You need "+getarg(0)+"z for the conversion process."; @@ -334,10 +334,10 @@ function SF_changeJob { if ($@kejc_announce) announce strcharinfo(0)+" has been promoted to "+@jobStr$+"!",8; set Zeny,Zeny-@cost; - emotion e_grat; + emotion e_grat; return 1; default: //Cancel... - return 0; + return 0; } } |