View Single Post
  #170  
Old 02-17-2012, 12:26 AM
grimeleven grimeleven is offline
Approved Member
 
Join Date: Feb 2010
Posts: 72
Default

Quote:
Originally Posted by HardWithStyle View Post
Ah LOL, i got access to Red Sands, i haven't noticed that Mistikus got new line after Reha. Huhuh, thank you Fatt_Shade!

EDIT: grimeleven, can you do something about Orc Saboteur please. Started new game on Impossible and i have a stack of 200+ of them and i can't pass that, 100% crash when i attack at close range or when they attack me and i retaliate. Rest of game is working sooooo smooth now!
Ah sorry for late reply, i guess this unit got broken in recent patches, but for a quick fix, try to edit the saboteur atom file which can disable the "faulty" ability.

sessions\red_sands\atoms\orc_saboteur.atom

Change

Code:
posthitmaster=saboteur_posthit,orc_trophy_posthit,moldok_posthit
To

Code:
posthitmaster=orc_trophy_posthit,moldok_posthit
or
posthitmaster=orc_trophy_posthit
If it doesn't crash then... cool

Otherwise it's the invisibility skill, triple

Change
Code:
attacks=moveattack,cloacking,hit_back,triple_return
To

Code:
attacks=moveattack,hit_back,triple_return
or
attacks=moveattack,hit_back

Hope you can sort out the problem!

Last edited by grimeleven; 02-17-2012 at 12:32 AM.
Reply With Quote