Thanks for the information. I actually found a pretty reasonable work around; I modified the file battle_academy.lua to lower the upgrade cost, then dropped the file into the sessions/orcs/Mods folder. Just in case anyone wants to do similarly, the file is located in orcs.kfs. On line 62 the function that controls the pricing begins:
function tc_army_price_up(i) ---- íîâàÿ öåíà
return {3,15,250,100,9,50,80,190,19,75,80,85,85,6,8,370,1 80,50,95,370,45,10,11,35,110,110,2,140,75,1,85,15, 1,750,50}
end
110, 110 are the chosha entries (it's 810, 810 in the default file).
|