Fulqrum Publishing Home   |   Register   |   Today Posts   |   Members   |   UserCP   |   Calendar   |   Search   |   FAQ

Go Back   Official Fulqrum Publishing forum > Fulqrum Publishing > King's Bounty > King`s Bounty: Warriors of the North

King`s Bounty: Warriors of the North Next game in the award-winning King’s Bounty series

Reply
 
Thread Tools Display Modes
  #371  
Old 11-04-2012, 12:55 PM
Bhruic Bhruic is offline
Approved Member
 
Join Date: Oct 2012
Posts: 233
Default

Quote:
Originally Posted by RCDOWN View Post
Spell Heat Focus lv.1 make the game crash to desktop during battle.

The problem occurred during the "elf invasion" just after Mista Cloud join your party.

Never tryed the spell before and never upgraded it, so i dunno if the problem it's for the lv.1 only.
Turn out that the root cause of this problem is the same as the root cause of the Last Hero spell is/was - they neglected to include the sound file for the spell. You can fix this by cutting out the "sound" section of the magic_temper_diff.atom file, or you could substitute another sound file name in that section. Either way, the spell(s) will work at that point.
Reply With Quote
  #372  
Old 11-04-2012, 01:06 PM
Bhruic Bhruic is offline
Approved Member
 
Join Date: Oct 2012
Posts: 233
Default

Quote:
Originally Posted by Fatt_Shade View Post
@barsuks That`s bug in item description loc_ses.kfs/eng_items.lng (there are just text part of items, nothing to do with game mechanic), right bonuses are in ses.kfs/items.txt and it says +2 att/def/rage/mana and -10% defense to enemy units (here are real bonuses for every item/set).
Incorrect, with the latest patch, the items.txt file lists +10 for att/def/rage/mana.
Reply With Quote
  #373  
Old 11-04-2012, 01:22 PM
Bhruic Bhruic is offline
Approved Member
 
Join Date: Oct 2012
Posts: 233
Default

Quote:
Originally Posted by tiberiu View Post
Also I think my remark regarding Soothsayer's "Ice Storm" ability got unnoticed, ability sais you can freeze anywhere on the area of the spell but in fact freezing only triggers into the center.
Yup, definitely a bug. What it's doing right now is potentially freezing the center target for each extra unit that it hits. So say it hits 4 units total, with one in the center. The one in the center would have a 30% chance of getting frozen first, then it would have 3 chances of 15% of getting frozen for each of the other units. Obviously it should be targetting the extra units rather than the one in the center.
Reply With Quote
  #374  
Old 11-04-2012, 03:08 PM
oas oas is offline
Approved Member
 
Join Date: Nov 2012
Posts: 63
Default

I still have the greedy achievement at 0 (even after the patch).

When I try to donate the rune of the sun (regalia) to Crhista the item disappears and the option to donate, destroy or see the info still apears. If I click again it crashes.

To lvl 2 is only necessary one item right?
Reply With Quote
  #375  
Old 11-04-2012, 03:37 PM
hellsing hellsing is offline
Approved Member
 
Join Date: Aug 2011
Posts: 14
Default

The rage ready skill doesnt work for me.Its supposed to decrease cooldown of rage skills but it doesnt.
Reply With Quote
  #376  
Old 11-04-2012, 03:40 PM
Fatt_Shade Fatt_Shade is offline
Approved Member
 
Join Date: Nov 2010
Location: Serbia
Posts: 837
Default

@Bhruic
Quote:
Incorrect, with the latest patch, the items.txt file lists +10 for att/def/rage/mana.
Items.txt or eng_items.lng, because it seems like sick bonus +10 for 2 stats, and +10mana/rage. No set in game have such high bonuses. Here is part from items.txt and it lists bonuses as i mentioned
Code:
set_vampire {
  category=o
  image=
  hint_config=object_item
  label=itm_set_vampire_name
  hint=itm_set_vampire_hint
  information_label=
  maphint=
  mapinfo=
  price=10
  maxcount=0
  level=1
  race=human
  use {}
  fight {
    {
      filter {
        belligerent=enemy
        level=<5
      }
      pbonus=defense,0,-10,0,-100,0,0
      dbonus=
      rbonus=
      attack_on=
      attack_off=
    }
  }
  mods {
    attack=count,2
    defense=count,2
    mana=limit,2
    rage=limit,2
  }
Reply With Quote
  #377  
Old 11-04-2012, 03:42 PM
Bhruic Bhruic is offline
Approved Member
 
Join Date: Oct 2012
Posts: 233
Default

Again, you must not be using the latest patch.
Code:
set_vampire {
  category=o
  image=
  hint_config=object_item
  label=itm_set_vampire_name
  hint=itm_set_vampire_hint
  information_label=
  maphint=
  mapinfo=
  price=10
  maxcount=0
  level=1
  race=human
  use {}
  fight {
    {
      filter {
        belligerent=enemy
        level=<5
      }
      pbonus=defense,0,-10,0,-100,0,0
      dbonus=
      rbonus=
      attack_on=
      attack_off=
    }
  }
  mods {
    attack=count,10
    defense=count,10
    mana=limit,10
    rage=limit,10
  }
  propbits=setbonus
  params {
    items=bloodsucker_sword,vampire_ring,chaos_crown
  }
}
Reply With Quote
  #378  
Old 11-04-2012, 04:45 PM
RCDOWN RCDOWN is offline
Approved Member
 
Join Date: Oct 2012
Location: Ardania
Posts: 44
Default

Quote:
Originally Posted by Bhruic View Post
Turn out that the root cause of this problem is the same as the root cause of the Last Hero spell is/was - they neglected to include the sound file for the spell. You can fix this by cutting out the "sound" section of the magic_temper_diff.atom file, or you could substitute another sound file name in that section. Either way, the spell(s) will work at that point.
Allright, tnx man!

just, i cannot find the atom file in question. can you point me out?

And btw, i dont' think many out here got the game patched: the old save will be wasted and with him hours of gameplay.
I'm one of those; don't like to start over, some point are difficult or repetitive.
Reply With Quote
  #379  
Old 11-04-2012, 04:50 PM
Bhruic Bhruic is offline
Approved Member
 
Join Date: Oct 2012
Posts: 233
Default

In the ses.kfs file (it's just a zip file, you can open it with something like 7zip), you'll find the magic_temper_diff.atom file. Cut out the following (lines 202-210):
Code:
  1 {
    sound {
      animation=default
      frame=0.01/2.00999999
      restart=true
      file=magic_temper_diff
      fadetime=60
    }
  }
Or, if you wish, you could look up another soundfile to replace for the non-existent one, but that's probably more work.
Reply With Quote
  #380  
Old 11-04-2012, 05:01 PM
tiberiu tiberiu is offline
Approved Member
 
Join Date: Oct 2012
Posts: 168
Default

Sorry if it was posted before, but I wanted to report that Troll's ability "Pacify" does not work for me. Ability sais the initiative of the victim will drop to 1 and that he will deal minimal damage but none of these things happen. Should be investigated.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:01 PM.


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