![]() |
|
King`s Bounty: Warriors of the North Next game in the award-winning King’s Bounty series |
![]() |
|
Thread Tools | Display Modes |
#211
|
|||
|
|||
![]() Quote:
I think it might have something to do with extra moves due to luck runes or something like that and game counts those as ROUNDS and that is simply bugged as using that skill becomes like a gamble and its pretty annoying. Otherwise I agree, this is one seriously overpowered skill. Especialy combined with soem other skills. |
#212
|
|||
|
|||
![]() Quote:
So, if you raise, then lose units next turn, they are lost forever (at least with this skill). |
#213
|
|||
|
|||
![]()
I'm listing the time of file update at the end of this post
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
#214
|
|||
|
|||
![]()
It also seems that if you use other means of raising troops, they are removed from the "pool" of losses that the Maiden can ressurect, even if the troop lost more earlier than those two turns.
|
#215
|
|||
|
|||
![]()
With regard to this bug:
Quote:
Code:
Attack.act_apply_par_spell( "health", -bhealth*penalty, 0, 0, -100, false) Code:
Attack.act_apply_par_spell( "health", -bhealth*penalty/100, 0, 0, -100, false) |
#216
|
|||
|
|||
![]()
Where to download the zip file?
|
#217
|
|||
|
|||
![]() Quote:
Thanks! I'm going to try to figure out avenging angel now... haha! I think I found the problem with avenging angel, but it almost seems like it was intentional. Was it a buff to avenging angel then? Unfortunately, the Favorite of the Gods thing is tied to Avenging Angel. I can revert it back to the old behavior hmmm. Doesn't look like I can fix Demon Rage Ball or Evil Book since they seem to call functions outside of the .lua files? How does that work? Also, Shroud / aka Oil Mist aka Greasy Mist looks heavily re-worked with different parameters going in. So it is probably changed too heavily for me to safely adjust. Just going for the low hanging fruit now! CODE FIX for AVENGING ANGEL and FAVORITE OF THE GODS In spells.lua, line 745: Code:
elseif minmax == 0 then Attack.act_posthitslave(receiver, "post_spell_slave_angel_avenger", 0) end return 1,1--damage, addrage end Code:
elseif minmax == 0 then Attack.act_posthitslave(receiver, "post_spell_slave_angel_avenger", 0) end return damage, addrage end Last edited by ckdamascus; 11-30-2012 at 02:16 PM. Reason: corrected for addrage |
#218
|
|||
|
|||
![]() Quote:
Also, your code fix seems to also disable rage gain from the avenging angel, ( addrage), which I don't think is part of the problem. |
#219
|
|||
|
|||
![]() Quote:
What boggles me beyond belief is, that code was there but commented out. 1,1, -- damage, addrage. I suppose maybe just revert it to that instead? Last minute debug stuck in there? |
#220
|
|||
|
|||
![]()
Do you have any idea what to do if i have non-steam version? There are no .lua files...
|
![]() |
Thread Tools | |
Display Modes | |
|
|