summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.