![]() |
|
King`s Bounty: Warriors of the North Next game in the award-winning King’s Bounty series |
![]() |
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
![]()
Same here, I heard the new patch fix this but it requires you to start a new game. Is there any way to fix this particular bug? ... Without have to restart the whole game? :<
|
#2
|
|||
|
|||
![]()
i dont want to start a new game too... because i am lvl 37 at impossible...
![]() PS: does anybody know what you will get or can buy when you clear this dragon castle? |
#3
|
|||
|
|||
![]()
@coRex : Probably lets you recruit dragons
![]() Also, I heard there are unofficial mods that fix this. I'm searching for that now in this forum. If anyone find that, let us know ![]() |
#4
|
|||
|
|||
![]()
Hello,
I had the same crash, so I modified the lua script to remove the animation at death of the stack of Ice dragon I found the lua script here : E:\Programs\SteamApps\common\King's Bounty - Warriors of the North\sessions\addon the lua script generating the error for me is : "unit_features_ondamage.lua" (edit with notedpad) in the "ses.kfs" (open with zip) the line in error is the 390 : (activate status bar in notepad) Quote:
Works like a charm for me. (sorry for my english) Hope it can help. (the file is 1.5mo compressed, so I prefer not join it) JPR out! |
#5
|
|||
|
|||
![]()
@Rodrigj : That works for me too! Thank you very much, friend! Kudos to you~
|
#6
|
|||
|
|||
![]() Quote:
tia |
#7
|
|||
|
|||
![]() Quote:
@Bhruic I think the error is related to the animation at the death of the Ice dragon : I have random crashes too in some area without doing anything apart moving... (ATI graphic card + steam installation) br JPR out! |
#8
|
|||
|
|||
![]() |
#9
|
|||
|
|||
![]()
Thank you so much buddy, now I can continue my game!
![]() |
#10
|
|||
|
|||
![]() Quote:
function features_ondamage_dragon_ice(wnm, ts, dead) if dead then local ahc = Attack.act_after_hit_cell(0) local initsize = Attack.act_initsize(ahc) local manaval, rageval = Game.CurLocRand(initsize, 5*initsize), 0 local dmgts = 1 + Game.Random(0, 10)/100 spawn_energetic_attack(ahc, dmgts, manaval, rageval) if initsize == 1 then Attack.log(dmgts, "add_blog_ice_dragon_death_1", "name"," "..blog_side_unit(0), "special", mana_count) else --Attack.log(dmgts, "add_blog_ice_dragon_death_2", "name"," "..blog_side_unit(0), "special", mana_count) end end return true end |
![]() |
|
|