diff options
author | gumi <mekolat@users.noreply.github.com> | 2017-05-27 16:27:46 -0400 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2017-06-03 12:57:29 -0400 |
commit | 7a538d27ee8f9194a9fc4988197d90b51e23f32b (patch) | |
tree | 36dc646be1ba2a4c1b16af813d0626a375a6b3bb /npc/custom/battleground/bg_kvm03.txt | |
parent | 610ae47b9d0250ef9df5abd86c29f0f72c584910 (diff) | |
download | hercules-7a538d27ee8f9194a9fc4988197d90b51e23f32b.tar.gz hercules-7a538d27ee8f9194a9fc4988197d90b51e23f32b.tar.bz2 hercules-7a538d27ee8f9194a9fc4988197d90b51e23f32b.tar.xz hercules-7a538d27ee8f9194a9fc4988197d90b51e23f32b.zip |
remove misceffect from npcs
Diffstat (limited to 'npc/custom/battleground/bg_kvm03.txt')
-rw-r--r-- | npc/custom/battleground/bg_kvm03.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/custom/battleground/bg_kvm03.txt b/npc/custom/battleground/bg_kvm03.txt index 8e127835c..d748e6795 100644 --- a/npc/custom/battleground/bg_kvm03.txt +++ b/npc/custom/battleground/bg_kvm03.txt @@ -35,9 +35,9 @@ OnEnterBG: bat_c03,54,123,0 script #bat_c03a HIDDEN_NPC,{ end; -OnKvM03LightA: misceffect 54; end; -OnKvM03LightB: misceffect 55; end; -OnKvM03LightC: misceffect 56; end; +OnKvM03LightA: specialeffect(EF_BEGINSPELL2); end; +OnKvM03LightB: specialeffect(EF_BEGINSPELL3); end; +OnKvM03LightC: specialeffect(EF_BEGINSPELL4); end; } bat_c03,56,125,0 duplicate(#bat_c03a) #bat_c03b HIDDEN_NPC |