View Single Post
  #5  
Old 08-24-2011, 10:18 PM
grimeleven grimeleven is offline
Approved Member
 
Join Date: Feb 2010
Posts: 72
Default

Quote:
Originally Posted by Adanedhel View Post
This mod is great fun!
some minor bug i found:
(this one i cannot reproduce) I had stack of adult gobots at exp rank 3, after buying some more they went down back to lvl 1.

I just found ring of ancient kings:
+500Leadership,
-10% Leadership requirement for 5th lvl units
+1 morale for 5th lvl units

morale bonus works with every 5th lvl unit i have, but -10% requirement doesn't work at all
Ah thanks for the heads up on ancient ring, forgot to handle the new value "sp_lead_lvlfive"
here is the fix, insert into "special_params.txt"
Code:
sp_lead_lvlfive {
  cmc=1
  params {
    units=runemage,blackdragon,greendragon,reddragon,bonedragon,ogre,ogre_chieftain,tirex,giant,ent2,archdemon,troll,cyclop,harl,titan,legendaryphoenix,maelstrom,sinister,dictator,necrox,iceogre,icedragon
  }
}
Tested and now all get -10%. I'll put it in next version
Reply With Quote