View Single Post
  #11  
Old 01-17-2012, 07:45 PM
grimeleven grimeleven is offline
Approved Member
 
Join Date: Feb 2010
Posts: 72
Default

Quote:
Originally Posted by TheGsProds View Post
The game crashes when it´s the unit (gorguana ghost) turn and I appear in the windows desktop
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.
Reply With Quote