Quote:
Originally Posted by grimeleven
I just noticed your posts about that bug and since i love to fix bugs... here is the fix "Kings Bounty Armored Princess\sessions\red_sands\scripts"
addon_special_attacks.lua
This file had a garbage character in it
Code:
Attack.act_onattack(target,"saboteur_cloacking_onatack")
Attack.log_label("add_blog_saboteur_cloañking_")
Fixed
Code:
Attack.act_onattack(target,"saboteur_cloacking_onatack")
Attack.log_label("add_blog_saboteur_cloacking_")
Problem solved
Edit the file manually or copy the file i joined overwriting the existing one.
|
Thanks a million time, your super eyes help us a lot

I've tried to fix this bug and I've also looked at this file but I couldnt find it. Thanks again
I have another problem with spell phantom that whenever enemy heroes use this spell => the game crash. I know that I can remove the spell from those heroes by the editor but I dont like it

Do you have any solution with this