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
  #21  
Old 11-13-2012, 10:33 AM
blacklegionary blacklegionary is offline
Approved Member
 
Join Date: Oct 2008
Posts: 55
Default

Quote:
Originally Posted by tiberiu View Post
I never said otheriwise. I didn't say each rage skill gives the same XP. Read more carefully please before jumping from nowhere with "you're wrong".
Straight from the game file:

-- Êîíòðîëü äîñòóïíîñòè Àðòåôàêòà ßðîñòè
function pet_after_hit()
Attack.done_timeshift(Attack.aseq_time(0))
pet_rest = 1
-- Ïðîâåðêà íà èñïîëüçîâàíèå óìåíèÿ ßðîñòè 2 ðàçà çà ýòîò ðàóíä
if double_use == 0 then
double_use = 1
-- Ïðîâåðêà íà âîçìîæíîñòü ïîâòîðíîãî èñïîëüçîâàíèÿ
local chance = skill_power("runic_power", 3)
if chance > 0 then
chance = chance*( tonumber(Logic.hero_lu_item("rune_might", "count")) + tonumber(Logic.hero_lu_item("rune_mind", "count")) + tonumber(Logic.hero_lu_item("rune_magic", "count")) )
local chance_limit = skill_power("runic_power", 4)
if chance > chance_limit then
chance = chance_limit
end
if (chance >= Game.Random(1, 100)) then
pet_rest = 0
Attack.log(0, "add_blog_skill_action_boy")
end
end
end

if pet_rest > 0 then
Attack.act_aseq(0, "sleepdown")
Attack.val_store(0, "available", 0)
Attack.val_store(0, "rest", pet_rest)
end

-- spend rage
local hero_rage = Logic.cur_lu_item( "rage", "count" )
local rage_used = tonumber( "0" .. Attack.get_custom_param("rage") )
local new_hero_rage = math.max( 0, hero_rage - rage_used )
Game.GVNumInc("pet_rage_used", rage_used)
Game.GVSNumInc("latest_battle", "rage_spent", rage_used)

Logic.cur_lu_item( "rage", "count", new_hero_rage )

-- add exp
local add_rage_exp = Game.GVNum("add_rage_exp")
if add_rage_exp == nil or add_rage_exp == "" then
Game.GVNum("add_rage_exp", 0)
else
if tonumber(add_rage_exp) == 1 then
local exp_add = tonumber( "0" .. Attack.get_custom_param("exp") )
local exp_bonus = tonumber( "0" .. Logic.hero_lu_item("sp_addexp_spirit","count") )
Attack.add_exp(exp_add*(1+exp_bonus/100) )
end
end
return true
end


Rage exp has nothing to do with your army size or the amount of rage you have. You get less with larger army because you finish battle faster = less chance to use rage skill.

This will be the only time I post such thing.
Reply With Quote
  #22  
Old 11-13-2012, 10:56 AM
ikbenrichard ikbenrichard is offline
Approved Member
 
Join Date: Oct 2012
Location: The Netherlands
Posts: 49
Default

Quote:
Originally Posted by Fatt_Shade View Post
Hero and rage exp are calculated differently.
Expl you have 2000 lds and lead only 1 red dragon, and enemy have total 10.000 lds of units (10 axe throwers, 10 maidens , 105 slingers , 6 yarl , 2 yotun).
Hero exp is calculated at end of battle and it takes all enemy units (from FIRST turn) to calculate exp gained. I say from first turn because anything that enemy summon during battle DOESNT count toward hero exp.

Rage exp is calculated DURING battle for every rage skill you use at current enemy lds value. So first turn you have 2.000 lds, enemy 10.000 ratio is 10.../2.000 = 5 every rage skill you have will give you nominal exp*5 , then lest say you kill some enemy units and their total lds is now 5.000, you still have red dragon, now ratio lds is 5000/2000 = 2,5.
Can you tell me perhaps where i can see the rage-XP already gained? I only see the hero's XP and the needed xp to the next level.
Reply With Quote
  #23  
Old 11-13-2012, 11:08 AM
Fatt_Shade Fatt_Shade is offline
Approved Member
 
Join Date: Nov 2010
Location: Serbia
Posts: 837
Default

@ikbenrichard
If you mean how much exp more you need for next lvl then :
- hero exp as you said is showed in hero screen next to portrait, little green bar that fills after battles.
- rage exp is showed in screen at end of battle, click detail when screen is showed about what army you had and enemy troops you defeated. (expl http://forum.1cpublishing.eu/attachm...4&d=1352693751 )
Bottom left corner is rage spent during that battle(0 in this case- boss fight)/lvl of rage skills (27 in this case) and exp bar. Place mouse over it (not literally to place mouse on your monitor, just hover pointer on it ), to see exp needed for next lvl.
Hope i helped, have fun

Last edited by Fatt_Shade; 11-13-2012 at 11:10 AM.
Reply With Quote
  #24  
Old 11-14-2012, 08:53 AM
ikbenrichard ikbenrichard is offline
Approved Member
 
Join Date: Oct 2012
Location: The Netherlands
Posts: 49
Default

Quote:
Originally Posted by Fatt_Shade View Post
@ikbenrichard
If you mean how much exp more you need for next lvl then :
- hero exp as you said is showed in hero screen next to portrait, little green bar that fills after battles.
- rage exp is showed in screen at end of battle, click detail when screen is showed about what army you had and enemy troops you defeated. (expl http://forum.1cpublishing.eu/attachm...4&d=1352693751 )
Bottom left corner is rage spent during that battle(0 in this case- boss fight)/lvl of rage skills (27 in this case) and exp bar. Place mouse over it (not literally to place mouse on your monitor, just hover pointer on it ), to see exp needed for next lvl.
Hope i helped, have fun
Hee, great, big thnx !
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 10:30 AM.


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