summaryrefslogtreecommitdiff
path: root/npc/custom/eAAC_Scripts/kafraExpress
diff options
context:
space:
mode:
authorbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-01-30 16:02:55 +0000
committerbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-01-30 16:02:55 +0000
commitf17c3bc02c9e82147fb471132940e84d227ec4bc (patch)
treec7623d4aefa26cb8ae461b63c1efed99d8c99adf /npc/custom/eAAC_Scripts/kafraExpress
parentfa2020be43ddc026460896a3bb8b1d0f425265b2 (diff)
downloadhercules-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')
-rw-r--r--npc/custom/eAAC_Scripts/kafraExpress/global_functionsKE.txt2
-rw-r--r--npc/custom/eAAC_Scripts/kafraExpress/ke_bank.txt2
-rw-r--r--npc/custom/eAAC_Scripts/kafraExpress/ke_jobchange.txt8
-rw-r--r--npc/custom/eAAC_Scripts/kafraExpress/ke_jobswap.txt2
-rw-r--r--npc/custom/eAAC_Scripts/kafraExpress/ke_main.txt2
-rw-r--r--npc/custom/eAAC_Scripts/kafraExpress/ke_warp_dungeon.txt6
6 files changed, 11 insertions, 11 deletions
diff --git a/npc/custom/eAAC_Scripts/kafraExpress/global_functionsKE.txt b/npc/custom/eAAC_Scripts/kafraExpress/global_functionsKE.txt
index 2b41f9190..16931e5ea 100644
--- a/npc/custom/eAAC_Scripts/kafraExpress/global_functionsKE.txt
+++ b/npc/custom/eAAC_Scripts/kafraExpress/global_functionsKE.txt
@@ -193,7 +193,7 @@ function script GF_getJobId {
}
if (@classId >= Job_Taekwon && @classId <= Job_Soul_Linker) {
//Currently has no alternates.
- return @classId;
+ return @classId;
}
if (@classId >= Job_Novice_High && @classId <= Job_Paladin2)
set @classId, @classId -Job_Novice_High;
diff --git a/npc/custom/eAAC_Scripts/kafraExpress/ke_bank.txt b/npc/custom/eAAC_Scripts/kafraExpress/ke_bank.txt
index d5a4093cb..af90b37e7 100644
--- a/npc/custom/eAAC_Scripts/kafraExpress/ke_bank.txt
+++ b/npc/custom/eAAC_Scripts/kafraExpress/ke_bank.txt
@@ -58,7 +58,7 @@ function script F_keBank {
}
switch (@kmenu) {
case 2: //Deposit
- input @amount;
+ input @amount;
if (@amount < $@kebk_minTransact) {
callfunc "F_keIntro", -1, "Sorry, the minimum transaction value is "+$@kebk_minTransact+"z.";
break;
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;
}
}
diff --git a/npc/custom/eAAC_Scripts/kafraExpress/ke_jobswap.txt b/npc/custom/eAAC_Scripts/kafraExpress/ke_jobswap.txt
index f1499b2e6..6d10ed043 100644
--- a/npc/custom/eAAC_Scripts/kafraExpress/ke_jobswap.txt
+++ b/npc/custom/eAAC_Scripts/kafraExpress/ke_jobswap.txt
@@ -324,7 +324,7 @@ function SF_swapJob {
sc_end -1;
callfunc "F_keCharge",getarg(1),$@kejs_swapDiscount,1;
- emotion e_ok;
+ emotion e_ok;
return 1;
}
diff --git a/npc/custom/eAAC_Scripts/kafraExpress/ke_main.txt b/npc/custom/eAAC_Scripts/kafraExpress/ke_main.txt
index a8f65a2b2..c42a072f2 100644
--- a/npc/custom/eAAC_Scripts/kafraExpress/ke_main.txt
+++ b/npc/custom/eAAC_Scripts/kafraExpress/ke_main.txt
@@ -367,7 +367,7 @@ function script F_keCost {
if (@kafraPass) {
return getarg(0)*(100-getarg(1))/100;
}
- return getarg(0);
+ return getarg(0);
}
//F_keCharge(int cost, int discount%, bool appliesKP)
diff --git a/npc/custom/eAAC_Scripts/kafraExpress/ke_warp_dungeon.txt b/npc/custom/eAAC_Scripts/kafraExpress/ke_warp_dungeon.txt
index 3b9c38fac..8cbf48a54 100644
--- a/npc/custom/eAAC_Scripts/kafraExpress/ke_warp_dungeon.txt
+++ b/npc/custom/eAAC_Scripts/kafraExpress/ke_warp_dungeon.txt
@@ -937,7 +937,7 @@ function SF_hiddenTemple {
"- Entrance ("+@cost+"z/"+getmapusers("prt_maze01")+" "+$@ked_users$+")",
"- Level 2 ("+@cost2+"z/"+getmapusers("prt_maze02")+" "+$@ked_users$+")",
"- Level 3 ("+@cost3+"z/"+getmapusers("prt_maze03")+" "+$@ked_users$+")"
- );
+ );
} else {
set @submenu, select(
"- Cancel warp to the Laberynth Forest",
@@ -970,7 +970,7 @@ function SF_juperos {
"- Entrance ("+@cost+"z/"+getmapusers("juperos_01")+" "+$@ked_users$+")",
"- Level 2 ("+@cost2+"z/"+getmapusers("juperos_02")+" "+$@ked_users$+")",
"- Core ("+@cost3+"z/"+getmapusers("jupe_core")+" "+$@ked_users$+")"
- );
+ );
} else {
set @submenu, select(
"- Cancel warp to Juperos",
@@ -1031,7 +1031,7 @@ function SF_iceCave {
"- Entrance ("+@cost+"z/"+getmapusers("ice_dun01")+" "+$@ked_users$+")",
"- Level 2 ("+@cost2+"z/"+getmapusers("ice_dun02")+" "+$@ked_users$+")",
"- Level 3 ("+@cost3+"z/"+getmapusers("ice_dun03")+" "+$@ked_users$+")"
- );
+ );
} else {
set @submenu, select(
"- Cancel warp to the Ice Cave",