View Single Post
  #151  
Old 01-20-2012, 11:48 AM
TheGsProds TheGsProds is offline
Approved Member
 
Join Date: Feb 2011
Posts: 17
Default

Quote:
Originally Posted by grimeleven View Post
Since this unit is from the Red Sands addon, you will most likely have to wait until they patch the script.

The problem must rely in the file "addon_special_attacks.lua" ie: "function special_no_will_attack()" which is not part of my mod so it cannot be the source of the problem, i haven't touched anything on it, that being said i know a "dirty" fix until they patch it.

Navigate to \Kings Bounty Armored Princess\sessions\red_sands\atoms

Open gorguana_spirit.atom with notepad and change

Code:
  attacks=moveattack,throw1,blood_mark,no_will
to

Code:
  attacks=moveattack,throw1
Start game again
Both skills being removed will allow you to see if it still crashes, if it doesn't it means 1 of these skills is the culprit.


A lot of thanks grimeleven. I´m going to try it
Reply With Quote