![]() |
|
|||||||
| King`s Bounty: Warriors of the North Next game in the award-winning King’s Bounty series |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
#1
|
|||
|
|||
|
Quote:
Quote:
|
|
#2
|
|||
|
|||
|
Quote:
But if i use fire flood (red dragon) or the flaming thing from black dragon, they can be targetted, but will NOT break like they used to. In short, there is definitely something wrong with those obstacles now in this current patch. |
|
#3
|
|||
|
|||
|
Quote:
Thank you. |
|
#4
|
|||
|
|||
|
Butcher award count is bugging...
I try to lose my Phenix to be sure the count goes up. I did it regularly, I was about 7/25 or 8/25 and today I'm looking the count is 0/25... |
|
#5
|
|||
|
|||
|
Quote:
Wow, develop with hands, not with feet... |
|
#6
|
|||
|
|||
|
I found A new Bug with the Winged Helmet. When you equip the helmet, its supposed to give you 2-3 Vikings after a battle. It actually says that it has given me vikings after my battles (usually 3 Skalds). But It never actually does give them to me. I still have the same number of skalds each time. Please Fix.
|
|
#7
|
|||
|
|||
|
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 10:56 AM. |
|
#8
|
|||
|
|||
|
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?
|
|
#9
|
|||
|
|||
|
King Asvald doesn't see that I have Odin's flag. I upgraded from Horn of Odin banner to Odin's Flag. The flag doesn't identify as a quest item.
|
|
#10
|
|||
|
|||
|
I was told this is working as intended. The king wanted the original item, but you chose to upgrade it instead to use yourself. No big deal, this is an optional quest.
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|