![]() |
|
King`s Bounty: Warriors of the North Next game in the award-winning King’s Bounty series |
![]() |
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
![]() Quote:
|
#2
|
|||
|
|||
![]()
^ What Loopy said. Skills seem unaffected by Fear. Makes it a bit less useful.
|
#3
|
|||
|
|||
![]()
That doesn't seem to be the case. I tested on some snakes, who have the Strike ability. When feared, they neither attacked nor used that ability to attack. So there must be something else affecting things.
edit: Another test vs Catapults did have them attack my Rune Mages (with their special attack), so the bug is definitely present in some form. Last edited by Bhruic; 11-05-2012 at 02:58 PM. |
#4
|
|||
|
|||
![]()
I think it may have something to do with a skill being AoE or Magic vs a more standard attack skill, the former seem to generally not be prevented by Fear and can ignore Target. Damned orcs shamans with those astral spells.
Last edited by Loopy; 11-05-2012 at 03:21 PM. |
#5
|
||||
|
||||
![]()
I just added the Troll's pacify ability not doing anything (missed that earlier).
That fear thing is really vexing. We haven't ruled out that it just doesn't work on ranged attacks, though, have we? Have you ever seen a ranged unit attack with a normal shot while under fear? I think I saw the catapult use his fireball so that would be consistent with the theory it can still use AOE attacks (possibly ones that don't directly target the feared creature). If that's what it's doing, I wonder if it's even possible to fix it. And about the "pass" ability, if it doesn't decrease counters than I guess it's not as good at the Jarl ability. I guess the subtle difference is the zombie is transferring its own action points whereas the Jarl's say they give you another action. That's splitting hairs, isn't it? lol |
#6
|
|||
|
|||
![]()
Ok, figured out what the problem is. There's a big section of code that only triggers if an ability/attack is considered "offensive". That handles most normal attacks, and most ordinary special abilities like the snake's Strike. There's another section, however, that handles the more special abilities, and unfortunately there's no check here for whether an action is "offensive" or not. It includes lots of abilities that should still be able to be used (Priest's Bless ability to name an example), but it includes quite a few other abilities that shouldn't - such as the Catapult's Fiery Shot.
edit: Turns out that it might just be the one offensive ability - has anyone seen it happen for anything besides Slingers/Catapults? edit x2: Oddly it doesn't seem to be having the same trouble with invisibility, which I thought it would be. Last edited by Bhruic; 11-05-2012 at 04:40 PM. |
#7
|
|||
|
|||
![]()
Ok, was able to come up with a fix for Slingers/Catapults... Now to figure out if it's happening for any other abilities...
|
![]() |
|
|