Quote:
Originally Posted by sdshadow
I have the same problem with the orc saboteur unit. If it use a skill (i don´t know which) the game crash.
But sometimes he don´t use this skill in the first round and i can kill him, but later it should be really a problem if you can´t kill him in two rounds, because he will use this skill latest in the second round.
Seem to be a bug.
|
Quote:
Originally Posted by ckdamascus
Regarding the Orc Saboteur, I thought I had a post about that, but basically it has the same bug that orc shaman used to have in one of the first runs of 1.3.0 Crossworlds.
It halts at an exception, which you can either abort/retry/ignore. If you ignore it, you can continue your game.
So when the game "freezes", you alt-tab. Find the pop-up that says what to do with the exception, then click on ignore.
The only time I have crashed so far is when an enemy Dragon of Chaos turns my heavenly guards into rage balls. Then it hard crashes.
|
Quote:
Originally Posted by Fatt_Shade
Same problem here, as soon i start some battle with orc saboteur game shut down without any questions, i cant even see what ability he uses that make tihis happen, i was thinking to just cut out that unit entirely from game (delete his files, and be done with it).
And how is runic staff used ? Should i carry it and after some battles spend runes on it to get some bonus, or . . . ?
|
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.