Thread: Red Sands
View Single Post
  #104  
Old 08-10-2011, 01:53 PM
infernal1800 infernal1800 is offline
Approved Member
 
Join Date: Jun 2011
Posts: 93
Post

Quote:
Originally Posted by grimeleven View Post
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
Reply With Quote