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_kvm01.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_kvm01.txt')
-rw-r--r-- | npc/custom/battleground/bg_kvm01.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/custom/battleground/bg_kvm01.txt b/npc/custom/battleground/bg_kvm01.txt index 6e2e222b2..b4c2db58f 100644 --- a/npc/custom/battleground/bg_kvm01.txt +++ b/npc/custom/battleground/bg_kvm01.txt @@ -35,9 +35,9 @@ OnEnterBG: bat_c01,54,123,0 script #bat_c01a HIDDEN_NPC,{ end; -OnKvM01LightA: misceffect 54; end; -OnKvM01LightB: misceffect 55; end; -OnKvM01LightC: misceffect 56; end; +OnKvM01LightA: specialeffect(EF_BEGINSPELL2); end; +OnKvM01LightB: specialeffect(EF_BEGINSPELL3); end; +OnKvM01LightC: specialeffect(EF_BEGINSPELL4); end; } bat_c01,56,125,0 duplicate(#bat_c01a) #bat_c01b HIDDEN_NPC |