summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDastgir <dastgirpojee@rocketmail.com>2015-06-25 10:03:24 +0200
committerHaru <haru@dotalux.com>2015-06-25 16:57:47 +0200
commit02b21717acdc42809fb257639e5ee4b0f1a4e2a7 (patch)
treea5e1de9798d6db8c70be289ee4bb7ba708a9758a
parentea408ffbeac975f6555cb7b389795cf51a1fe641 (diff)
downloadhercules-02b21717acdc42809fb257639e5ee4b0f1a4e2a7.tar.gz
hercules-02b21717acdc42809fb257639e5ee4b0f1a4e2a7.tar.bz2
hercules-02b21717acdc42809fb257639e5ee4b0f1a4e2a7.tar.xz
hercules-02b21717acdc42809fb257639e5ee4b0f1a4e2a7.zip
Added missing 'end' in some scripts
Signed-off-by: Haru <haru@dotalux.com>
-rw-r--r--npc/battleground/kvm/kvm_enter.txt4
-rw-r--r--npc/woe-fe/trs_rp.txt1
2 files changed, 3 insertions, 2 deletions
diff --git a/npc/battleground/kvm/kvm_enter.txt b/npc/battleground/kvm/kvm_enter.txt
index 8f9f40e2b..5a9537461 100644
--- a/npc/battleground/kvm/kvm_enter.txt
+++ b/npc/battleground/kvm/kvm_enter.txt
@@ -47,7 +47,7 @@ bat_room,164,178,5 script KVM Mercenary Officer#1 4_M_KY_KNT,{
if (BaseLevel > 79) warp "bat_room",169,223;
else if (BaseLevel < 60) warp "bat_room",197,223;
else warp "bat_room",225,223;
- close;
+ end;
case 2:
mes "[Guillaume Mercenary Officer]";
mes "We will win!";
@@ -147,7 +147,7 @@ bat_room,164,121,1 script KVM Mercenary Officer#2 4_M_CRU_KNT,{
if (BaseLevel > 79) warp "bat_room",169,207;
else if (BaseLevel < 60) warp "bat_room",197,207;
else warp "bat_room",225,207;
- close;
+ end;
case 2:
mes "[Croix Mercenary Officer]";
mes "We will win!";
diff --git a/npc/woe-fe/trs_rp.txt b/npc/woe-fe/trs_rp.txt
index d96bd694e..59143e661 100644
--- a/npc/woe-fe/trs_rp.txt
+++ b/npc/woe-fe/trs_rp.txt
@@ -13,6 +13,7 @@
//============================================================
- script Gld_Trea_Protect::Gld_Trea_Protect -1,{
+end;
OnTouch:
// Store the Guild ID of castle occupant.