diff options
author | Darky <dark_mage.87@mail.ru> | 2011-06-15 01:33:16 +0400 |
---|---|---|
committer | Darky <dark_mage.87@mail.ru> | 2011-06-15 01:33:16 +0400 |
commit | 461a75e7b1f6b2c6760771b2cd546f0b136782aa (patch) | |
tree | 97410f6a3210bb3d42fb73bbc9a53827755a05ef | |
parent | 48ce1724da208bc18c49e8481f625f7b75a4b0c4 (diff) | |
download | serverdata-461a75e7b1f6b2c6760771b2cd546f0b136782aa.tar.gz serverdata-461a75e7b1f6b2c6760771b2cd546f0b136782aa.tar.bz2 serverdata-461a75e7b1f6b2c6760771b2cd546f0b136782aa.tar.xz serverdata-461a75e7b1f6b2c6760771b2cd546f0b136782aa.zip |
Added kill function if player cheats to Battlecaves.txt.
-rw-r--r-- | npc/025-4/Battlecaves.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/025-4/Battlecaves.txt b/npc/025-4/Battlecaves.txt index 5314739a..bea51d21 100644 --- a/npc/025-4/Battlecaves.txt +++ b/npc/025-4/Battlecaves.txt @@ -7,6 +7,7 @@ L_Cheat: message strcharinfo(0), "You shouldn't be here, you cheater."; + heal -Hp,0; end; L_StartFight: @@ -99,6 +100,7 @@ L_Done: L_Cheat: message strcharinfo(0), "You shouldn't be here, you cheater."; + heal -Hp,0; end; L_StartFight: @@ -189,6 +191,7 @@ L_Done: L_Cheat: message strcharinfo(0), "You shouldn't be here, you cheater."; + heal -Hp,0; end; L_StartFight: @@ -279,6 +282,7 @@ L_Done: L_Cheat: message strcharinfo(0), "You shouldn't be here, you cheater."; + heal -Hp,0; end; L_StartFight: @@ -369,6 +373,7 @@ L_Done: L_Cheat: message strcharinfo(0), "You shouldn't be here, you cheater."; + heal -Hp,0; end; L_StartFight: @@ -459,6 +464,7 @@ L_Done: L_Cheat: message strcharinfo(0), "You shouldn't be here, you cheater."; + heal -Hp,0; end; L_StartFight: @@ -549,6 +555,7 @@ L_Done: L_Cheat: message strcharinfo(0), "You shouldn't be here, you cheater."; + heal -Hp,0; end; L_StartFight: @@ -639,6 +646,7 @@ L_Done: L_Cheat: message strcharinfo(0), "You shouldn't be here, you cheater."; + heal -Hp,0; end; L_StartFight: @@ -729,6 +737,7 @@ L_Done: L_Cheat: message strcharinfo(0), "You shouldn't be here, you cheater."; + heal -Hp,0; end; L_StartFight: @@ -816,6 +825,7 @@ L_Done: 025-4.gat,157,42,0 script #StartBossCaveFight 111,{ if (@battlebosscave == 1 && cavefights & BATTLE_CAVE1 && cavefights & BATTLE_CAVE2 && cavefights & BATTLE_CAVE3 && cavefights & BATTLE_CAVE4 && cavefights & BATTLE_CAVE5 && cavefights & BATTLE_CAVE6 && cavefights & BATTLE_CAVE7 && cavefights & BATTLE_CAVE8 && cavefights & BATTLE_CAVE9 && Rossy_Quest == 15) goto L_StartFight; message strcharinfo(0), "You shouldn't be here, you cheater."; + heal -Hp,0; end; L_StartFight: |