Official Fulqrum Publishing forum

Official Fulqrum Publishing forum (http://forum.fulqrumpublishing.com/index.php)
-   King`s Bounty: Warriors of the North (http://forum.fulqrumpublishing.com/forumdisplay.php?f=206)
-   -   Bugfixes (http://forum.fulqrumpublishing.com/showthread.php?t=35494)

Bhruic 11-01-2012 10:25 AM

Quote:

Originally Posted by QNk (Post 475913)
Doesn't the iskrit check also need to be changed to true? What it's doing right now is if a crit is registered, it checks again against a kritProb modified by sense weakness. If iskrit = false, then the game would only register a crit if the random number was LOWER than the initial but HIGHER than the modified kritProb. Or did I misunderstand how the kritProbRnd < kritProb inequality work?

iskrit is already set to true to begin with, that's the only way to enter that code block (with the "if iskrit then"). So there's no need to do anything to it unless Sense Weakness kicks in, in which case it needs to be set to false.

Bhruic 11-01-2012 12:41 PM

Ok, I changed the Sense Weakness fix to Zechnophobe's solution, as it's simpler (I give up! ;))

Added a second fix for Sense Weakness (effect was being applied twice).

Added a fix for spells/rage not getting critical hits.

Bunnle 11-01-2012 01:24 PM

edit: wrong topic, my bad.

Bhruic 11-01-2012 01:26 PM

Please refer bug reports to this thread. The purpose of this one is to highlight fixes that are available via scripting.

rekiem 11-01-2012 01:49 PM

1 Attachment(s)
Shield of Rekross seems to be bugged, when he should give you ice dragons, the description is all bugged and if you try to get it the game crashes. Any chances that it's just a lua error?

Bhruic 11-01-2012 02:01 PM

That's probably a text error, but again, please report the bugs in the thread I linked previously. We want to have all the bug reports in one central location.

rekiem 11-01-2012 02:15 PM

Quote:

Originally Posted by Bhruic (Post 476106)
That's probably a text error, but again, please report the bugs in the thread I linked previously. We want to have all the bug reports in one central location.

It's definetly crashing the game when used at the state on the screenshot, but it works for other dragons, i've already got 2 greens, 1 red and 1 black from the shield

Bhruic 11-01-2012 02:19 PM

Well, if you PM me a copy of the save right before you try and summon it, I can check and see if it's something fixable.

mahey 11-01-2012 02:37 PM

Rage Shield is also bugged.

addon_arena.lua line 1265:
if (rage_shield_i < Game.Random(1, 100)) then
has to be if (rage_shield_i >= Game.Random(1, 100)) then

rekiem 11-01-2012 02:38 PM

1 Attachment(s)
Quote:

Originally Posted by Bhruic (Post 476122)
Well, if you PM me a copy of the save right before you try and summon it, I can check and see if it's something fixable.

There you go. I fail completely at lua scripting it seems, couldn't even find what file I should be checking for errors lol.


All times are GMT. The time now is 06:08 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2007 Fulqrum Publishing. All rights reserved.