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
  #871  
Old 12-06-2012, 08:02 PM
camelotcrusade's Avatar
camelotcrusade camelotcrusade is offline
Approved Member
 
Join Date: Apr 2009
Location: San Francisco, CA
Posts: 448
Default

More tidbits. Kamikaze bug fixed for me (no more hangups). And Patch 4 reinstated the ranged penalty for Rune Mages and modified the description on Runic Staff to specify it has a penalty for "far targets." Meh.

Does anybody know what file controls ranged penalties? Curious if it's tied to the ability "runic staff" or if there is a master list of which units get ranged penalties and which ones don't.

Last edited by camelotcrusade; 12-06-2012 at 08:14 PM.
Reply With Quote
  #872  
Old 12-06-2012, 09:17 PM
Fatt_Shade Fatt_Shade is offline
Approved Member
 
Join Date: Nov 2010
Location: Serbia
Posts: 837
Default

@camelotcrusade
Distance penalty for range attack units is in unit.atom file. Expl : archmage in game folder/sessions/addon/data.kfs archmage.atom look for his lightning attack
Code:
  lightning {
    group=1,2
    class=scripted
    ad_factor=1
    showdmg=1
    penalty=1
    distance=60
    base_attack=1
    script_attack=special_archmage_lightning_attack
    script_calccells=calccells_all_enemy_actors_takes_damage
    attack_cursor=archer_arrow
    damage {
      magic=5,8
    }
    custom_params {
      shock=25
    }
See that distance have value 60, so he have penalty on 60 hex, and longest arena is around 9 hex. Meaning archmage have no penalty for basic attack. On other hand runemage.atom you asked about in same data.kfs have this value
Code:
  throw1 {
    group=1,2
    class=throw
    base_attack=1
    ad_factor=1
    distance=7
    mindist=2
    showdmg=1
    penalty=0.5
    animation=attack/throw/thtarget
    throw=priest3_ball
    framekey=x
    damage {
      magic=10,12
    }
    custom_params {
      rune_num=0
    }
Meaning he have penalty 50% on distance 7 hex.
To change this just change value on distance=... to what you want, and in penalty from 0.01 to 0.99 (go nuts).

You can also check druid.atom in same .kfs archive or necromant.atom , if you want to give some aoe bonus to attack, and aoe penalty. Druid.atom :
Code:
  throw1 {
    group=1,2
    showdmg=1
    device=natureforce
    class=throw
    distance=6
    mindist=1
    base_attack=1
    penalty=0.5
    animation=attack/throw/thtarget
    throw=druid_bullet
    framekey=x
    7in1=0.5
    hint_gen_script=hint_mass_attack_throw_7in1
    damage {
      magic=4,8
    }
Here you see that druid have 50% penalty on 6 hex distance, and his attack hit 7 hex radius (7in1=) with 50% dmg on surrounding hex.
Play with it (i added aoe dmg to cannoner unit special salve attack, and it works great), and have fun.
Reply With Quote
  #873  
Old 12-06-2012, 11:49 PM
ckdamascus ckdamascus is offline
Approved Member
 
Join Date: Mar 2010
Posts: 1,059
Default

Oily / Greasy Mist animation time is fixed!
Reply With Quote
  #874  
Old 12-07-2012, 01:19 AM
ChessDragon ChessDragon is offline
Registered Member
 
Join Date: Nov 2012
Posts: 5
Default

My saved game in Hades loads my hero with no horse, and the camera no longer follows him rendering the game unplayable:

https://dl.dropbox.com/u/760507/camera.jpg
Reply With Quote
  #875  
Old 12-07-2012, 01:47 AM
ckdamascus ckdamascus is offline
Approved Member
 
Join Date: Mar 2010
Posts: 1,059
Default

Quote:
Originally Posted by ChessDragon View Post
My saved game in Hades loads my hero with no horse, and the camera no longer follows him rendering the game unplayable:

https://dl.dropbox.com/u/760507/camera.jpg
http://forum.1cpublishing.eu/showpos...&postcount=861
Reply With Quote
  #876  
Old 12-07-2012, 10:35 AM
ivra ivra is offline
Approved Member
 
Join Date: Jan 2010
Location: Norway
Posts: 156
Default

Regarding:
Fear doesn't always work: We've seen two cases so far where ranged units have attacked units higher level than they are. In both cases there were no equal or lower level units for the feared unit to attack. Slinger shot a dragon and orc catapults shot a soothsayer, both when feared.

Fear generally works, but I just encounter a situation where it did not work, so it is not fixed in Patch 4. A Slinger was able to attack my Emerald Green Dragon. Not sure if it was because it used an Attack Rune, because it used its talent Hail of Stones, because it was under the influence of Freeze, or something else.

It happened again, a Slinger attacked my Emerald Green Dragon while Feared. This time the Slinger used a Luck Rune and its Hail of Stones talent. The Slinger had no extra effects affecting it. It got a new turn that round but did not use that because of Fear. Maybe Fear does not prevent units from using their talents?

Last edited by ivra; 12-07-2012 at 10:53 AM. Reason: New case
Reply With Quote
  #877  
Old 12-07-2012, 11:13 AM
ckdamascus ckdamascus is offline
Approved Member
 
Join Date: Mar 2010
Posts: 1,059
Default

Quote:
Originally Posted by ivra View Post
Regarding:
Fear doesn't always work: We've seen two cases so far where ranged units have attacked units higher level than they are. In both cases there were no equal or lower level units for the feared unit to attack. Slinger shot a dragon and orc catapults shot a soothsayer, both when feared.

Fear generally works, but I just encounter a situation where it did not work, so it is not fixed in Patch 4. A Slinger was able to attack my Emerald Green Dragon. Not sure if it was because it used an Attack Rune, because it used its talent Hail of Stones, because it was under the influence of Freeze, or something else.

It happened again, a Slinger attacked my Emerald Green Dragon while Feared. This time the Slinger used a Luck Rune and its Hail of Stones talent. The Slinger had no extra effects affecting it. It got a new turn that round but did not use that because of Fear. Maybe Fear does not prevent units from using their talents?
Yup, I ran into the same situation. I noticed it is able to use talents.

edit: also, I noticed a bug in 6249 and still in 6250. Whenever I use Runic Word / Chargers (yeah, this is so slow compared to rune mages, but hey, I wanted to play it without rune mages), after like the 3rd round of me doing this, the balls of rage / mana become much harder to see. In fact, they start to turn invisible and I have to play a game of "which magic hex has the goodies" without even knowing if it is mana or rage.

Life would be much easier if they removed Geyser from the enemy spell casting list.

Last edited by ckdamascus; 12-07-2012 at 01:04 PM.
Reply With Quote
  #878  
Old 12-07-2012, 01:44 PM
Youpiya Youpiya is offline
Approved Member
 
Join Date: Oct 2012
Posts: 40
Default

Quote:
Originally Posted by ckdamascus View Post
Yup, I ran into the same situation. I noticed it is able to use talents.

edit: also, I noticed a bug in 6249 and still in 6250. Whenever I use Runic Word / Chargers (yeah, this is so slow compared to rune mages, but hey, I wanted to play it without rune mages), after like the 3rd round of me doing this, the balls of rage / mana become much harder to see. In fact, they start to turn invisible and I have to play a game of "which magic hex has the goodies" without even knowing if it is mana or rage.

Life would be much easier if they removed Geyser from the enemy spell casting list.
This was already a bug in AP and CW...
Reply With Quote
  #879  
Old 12-07-2012, 01:45 PM
Youpiya Youpiya is offline
Approved Member
 
Join Date: Oct 2012
Posts: 40
Default

Quote:
Originally Posted by ckdamascus View Post
Horrible. I'm stuck with my 3 quick saves in Hades, far from teleporters. WTF did they think when correcting the bug ??? I'm totally disappointed.
Reply With Quote
  #880  
Old 12-07-2012, 02:07 PM
Youpiya Youpiya is offline
Approved Member
 
Join Date: Oct 2012
Posts: 40
Default

Quote:
Originally Posted by ckdamascus View Post
Sorry for multiple posting but I have found another solution, even if you are far from a teleporter.
Go into the direction of a teleporter and then upgrade an item by fighting its guardian keepers. When the combat is finished, the camera in centered on where you were before the fight ! I made 3 fights and succeed in going into a teleporter and the problem has been solved for me !!!
Reply With Quote
Reply


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 05:04 AM.


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