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_kvm02.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_kvm02.txt')
-rw-r--r-- | npc/custom/battleground/bg_kvm02.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/custom/battleground/bg_kvm02.txt b/npc/custom/battleground/bg_kvm02.txt index c07dee616..ceab556e1 100644 --- a/npc/custom/battleground/bg_kvm02.txt +++ b/npc/custom/battleground/bg_kvm02.txt @@ -35,9 +35,9 @@ OnEnterBG: bat_c02,54,123,0 script #bat_c02a HIDDEN_NPC,{ end; -OnKvM02LightA: misceffect 54; end; -OnKvM02LightB: misceffect 55; end; -OnKvM02LightC: misceffect 56; end; +OnKvM02LightA: specialeffect(EF_BEGINSPELL2); end; +OnKvM02LightB: specialeffect(EF_BEGINSPELL3); end; +OnKvM02LightC: specialeffect(EF_BEGINSPELL4); end; } bat_c02,56,125,0 duplicate(#bat_c02a) #bat_c02b HIDDEN_NPC |