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: Armored Princess > Mods

Mods Armored Princess mods

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #4  
Old 01-12-2010, 07:26 AM
The Rider The Rider is offline
Approved Member
 
Join Date: Jun 2008
Posts: 76
Default

multicasting is in arena.lua, search for "hi_magic" tag.
this is the super evil mod to cast unlimmited spells without high magic (1000 times for 1001 rounds):
start
Quote:
-- Высшая магия (начало)
local t = skill_power("hi_magic", 1)
Logic.hero_lu_var("double_book_charges", t)
if t > 0 then t = 2 else t = 1000 end
Logic.hero_lu_var("book_times", t +book_extra_times)



end
Quote:
-- Высшая магия (окончание)
local dbc = Logic.hero_lu_var("double_book_charges")
if dbc ~= nil then

dbc = tonumber(dbc)

if dbc > 0 and tonumber(Logic.hero_lu_var("book_times")) == 0 then -- это означает, что книга была использована 2 раза, проверка строго на 0, т.к. -1 - это спец. значение при превышении маны, тогда высшая магия считается не потраченной
dbc = dbc - 1
Logic.hero_lu_var("double_book_charges", dbc)
end

if dbc > 0 then Logic.hero_lu_var("book_times", 2)
else Logic.hero_lu_var("book_times", 1000 +book_extra_times) end

end

end
also if you want to cast spells without regard to mana, edit the skills.txt (both files are in session.kfc), again search for hi_magic skill-here is an example where the mana limit is 10 000
Quote:
hi_magic {
pos=2,4
deps=destroyer
pic=skillicon3_12_
name=skill_hi_magic_caption
hint_header=skill_hi_magic
hint_text=skill_hi_magic_hint
levels {

1 {
deps=1
runes=0,0,12
trade=
pars=2,10000
}
2 {
deps=1
runes=0,0,14
trade=
pars=4,10000
}
3 {
deps=1
runes=0,0,16
trade=
pars=6,10000
}
}

Last edited by The Rider; 01-12-2010 at 07:33 AM.
Reply With Quote
 


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 06:26 AM.


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