Welcome Guest ( Log In / Register ) |
Quick Lists Top RatedTutorials Living World Map G… Ultimate beginner'… Arrow scaling bug… Raising Heroes max… Creating an asset.… Proper Fire Arrow… Simple Structure B… Making a simple Ma… Quick and easy sno… Making patrols nea… Mods The Dwarf Holds The Peloponnesian… RJ - RotWK The Elven Alliance… Helm's Deep Last H… The Elven Alliance Special Extended E… Kings of the West… RC Mod The Wars of Arda Downloads BFME1 1.06 Widescr… Enhanced W3D Impor… Fudge's Map Pack LotR/BfME HD Logos Osgiliath Shellmap Crystals Of Ancien… 2v1 Wold The forests of Dru… Converted BFME2 an… ROTWK animations f… |
|||||||||||||||||||||
Register and log in to move these advertisements down Create-a-Hero-Army (WOTR)
1. Open the livingworldautoresolvebody
2. Search for the Create-A-Hero entry using CTRL+F 3. The code should look like this: AutoResolveBody AutoResolve_CreateAHeroBody HitpointsAtLevel = Hitpoints:CREATEAHERO_LVL1_HP Level:1 HitpointsAtLevel = Hitpoints:CREATEAHERO_LVL2_HP Level:2 HitpointsAtLevel = Hitpoints:CREATEAHERO_LVL3_HP Level:3 HitpointsAtLevel = Hitpoints:CREATEAHERO_LVL4_HP Level:4 HitpointsAtLevel = Hitpoints:CREATEAHERO_LVL5_HP Level:5 HitpointsAtLevel = Hitpoints:CREATEAHERO_LVL6_HP Level:6 HitpointsAtLevel = Hitpoints:CREATEAHERO_LVL7_HP Level:7 HitpointsAtLevel = Hitpoints:CREATEAHERO_LVL8_HP Level:8 HitpointsAtLevel = Hitpoints:CREATEAHERO_LVL9_HP Level:9 HitpointsAtLevel = Hitpoints:CREATEAHERO_LVL10_HP Level:10 End 4. Simply add one new code line "LeaveInArmySummary = Yes" 5. The complete entry should look like this: AutoResolveBody AutoResolve_CreateAHeroBody HitpointsAtLevel = Hitpoints:CREATEAHERO_LVL1_HP Level:1 HitpointsAtLevel = Hitpoints:CREATEAHERO_LVL2_HP Level:2 HitpointsAtLevel = Hitpoints:CREATEAHERO_LVL3_HP Level:3 HitpointsAtLevel = Hitpoints:CREATEAHERO_LVL4_HP Level:4 HitpointsAtLevel = Hitpoints:CREATEAHERO_LVL5_HP Level:5 HitpointsAtLevel = Hitpoints:CREATEAHERO_LVL6_HP Level:6 HitpointsAtLevel = Hitpoints:CREATEAHERO_LVL7_HP Level:7 HitpointsAtLevel = Hitpoints:CREATEAHERO_LVL8_HP Level:8 HitpointsAtLevel = Hitpoints:CREATEAHERO_LVL9_HP Level:9 HitpointsAtLevel = Hitpoints:CREATEAHERO_LVL10_HP Level:10 LeaveInArmySummary = Yes End |
|||||||||||||||||||||
"One site to rule them all, one site to find them, © All Rights Reserved Eric Edwards ©2013. |