![]() |
|
King`s Bounty: Warriors of the North Next game in the award-winning King’s Bounty series |
![]() |
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
![]() Quote:
Code:
addon2_helmet_winged_helmet { category=o image=heroitem_addon2_helmet_winged_helmet.png hint_config=object_item label=itm_addon2_helmet_winged_helmet_name hint=itm_addon2_helmet_winged_helmet_hint information_label=itm_addon2_helmet_winged_helmet_info maphint= mapinfo= price=18000 maxcount=1 level=3 race=viking setref=set_valkyrie use {} mods { defense=count,2 leadership=count,100 } propbits=helmet params {} } EDIT: Another item with a equal function is "itm_addon2_regalia_orc_banner", but it looks the same, no special code for that. So it have to be in some other file (not just items.txt). Otherwise you wouldn't see any message at all. EDIT2: The right code can be found in "addon_arena.lua": Code:
if Logic.hero_lu_item_on_body("addon2_helmet_winged_helmet") then local data = { --[[Ïðåäìåò Êðûëàòûé Øëåì]] {n = "slinger_man", minc = 3, maxc = 3, prob = 50}, {n = "viking", minc = 2, maxc = 3, prob = 40}, {n = "skald", minc = 3, maxc = 3, prob = 30} } table.insert(tab_verbovka, data) end if Logic.hero_lu_item_on_body("addon2_regalia_orc_banner") then local data = { --[[Ïðåäìåò Çíàìÿ Îðäû]] {n = "goblin", minc = 3, maxc = 3, prob = 50}, {n = "goblin2", minc = 3, maxc = 3, prob = 50}, {n = "orc", minc = 2, maxc = 3, prob = 40}, {n = "goblin_shaman", minc = 2, maxc = 3, prob = 20}, {n = "catapult", minc = 3, maxc = 3, prob = 20} } table.insert(tab_verbovka, data) end Last edited by messiahgov; 12-31-2012 at 09:56 AM. |
#2
|
|||
|
|||
![]()
The object Kerus's Sword [kerus_sword] has a bug. The third ability "+30% to Attack of the demons in the army of the enemy" does nothing. The code is sp_unti_demon=count,30. Since this is a level 5 item with only +3 Attack, +3 Intellect and -1 Morale to demons, I suspect that the third ability should be a penalty to demons as well. Can it be misspelled? Maybe the code should have been sp_anti_demon=count,30?
|
#3
|
|||
|
|||
![]()
Huraaaaaaaaaaaaaaaaaaaaaay !!!
We reached 1000 posts, in discussion on bugs in this game, in less then 2 months of release. This must be some kind of world record. Congratulations to developers. @ivra You`re right it`s something wrong with this item. Look at it, -1moral to all demons, and then it says +30% to attack OF ENEMY demon units ???? So it first lover att/def of all demons then rise enemy demons attack for 30%. WTF? Here`s statistic of Kerus sword in previous game (the legend for example) Code:
price=100000 maxcount=1 level=5 race=human use {} mods { attack=count,3 intellect=count,3 sp_attack_demon=count,30 ... So my thought is that devs f..ked up again here and mistranslated bonus for Kerus sword (why would you use item that gives bonus to enemy army ??? ) Other question is why did they change function that worked great in previous games (sp_attack_demon=...) and imported new that is broken (sp_unti_demon=...) This function is in some other items also, so you can check if any to them work properly (Holy ring - +50% attack vs undead/demons , Silver rapier , Sun ray , Dragonslayer sword , Kerus sword , Yew bow , Full moon sword , Lumberman axe) One more weird thing about this function is that it have same function for silver rapier and this item Kerus sword, but it`s translated that in one case give bonus against enemy undead units ,and then give bonus to enemy demon units. All in all, one more broken thing added to list. |
#4
|
|||
|
|||
![]()
In the ally battle(s) with Eric, you keep the mana value of your last allies as Olaf. I.e. if you use the elf army last then you'll permanently have 250 mana for the Guilford fight. 46 start, 50 play.
|
#5
|
|||
|
|||
![]()
Courtly Garb can't be upgraded. When you select the Upgrade option from the right-click-menu the fight does not start. Nothing happens. Need start new game? My version : 1.3.1. 6250
|
#6
|
|||
|
|||
![]()
Regarding:
Ay Vaz's Masterpiece (Patch 3): Several players have reported the counter does not go up for defeating all three pirate ships, make this quest unable to be completed. A save game where it can be reproduced is here. This bug is not completely fixed. It works if you get the quest and fight all three ships without loading the game. If, however, you save any time from the point after getting the quest to the point before fighting the last pirate ship, the quest will be bugged if you load that save game. It looks like the state of the quest is not saved properly in the save game. It is quite easy to verify if the quest works or not. If you get a dialog box telling you that you killed the first, second or last pirate, then it works. If not the quest cannot be completed. |
#7
|
|||
|
|||
![]()
Is the spell "blind" 's duration working as designed? No one seems to have reported this.
I often use Engineer's flash potion and sometimes the spell blind on enemy to stall them somewhat. It's supposed to last for 2 rounds (seeing blinded icon and number 2 in status), but the effect almost always ends after 1 round. For some creatures it seems to work properly, but for enemy units like skeleton archer, it's always just 1 round, and the effect disappears. I'm on the latest steam patch btw. |
![]() |
|
|