The 3rd Age

Echoes

Echoes

A BFME1 mod adding an elaborate Eriador faction to the game.

Button for The 3rd AgeButton for The Dwarf HoldsButton for The Elven AllianceButton for Helm's Deep Last HopeButton for GothmogtheOrcButton for BFME+Button for The Four AgesButton for HDR HeadquartersButton for Middle Earth CenterButton for Project Perfect Mod

Become an affiliate!

   

Quick Lists

Top Rated Popular New Updated Last Comments Users

Register and log in to move these advertisements down

Level Up = Size Up

Tutorial for Battle for Middle-earth II BFME 2, Battle for Middle-earth II: Rise of the Witch-king ROTWK

No Avatar

Yaroslav

Category: Code
Level: Intermediate
Created: Sunday September 18, 2011 - 12:09
Updated: Thursday April 19, 2012 - 10:05
Views: 7243
Summary: How to make depending on the level of increased size of units / buildings

Rating

Staff says

1.0

Members say

-

Average

1.0/5.0

2 votes

Page 1 2 3 4 5 6
function ShelobBiggerPower(self)            
    ObjectDoSpecialPower(self, "SpecialAbilityToggleMountedFromFellBeast")
    ObjectRemoveUpgrade( other, "Upgrade_ObjectLevel2" )
end

function ShelobBiggerPowerToLevel3(self)            
    ObjectDoSpecialPower(self, "SpecialAbilityShelobSizeUPToLevel3") //child SpecialAbilityToggleMountedFromFellBeast, just other name
    ObjectRemoveUpgrade( other, "Upgrade_ObjectLevel3" )
end

function ShelobBiggerPowerToLevel4(self)            
    ObjectDoSpecialPower(self, "SpecialAbilityShelobSizeUPToLevel4")
    ObjectRemoveUpgrade( other, "Upgrade_ObjectLevel4" )
end

function ShelobBiggerPowerToLevel5(self)            
    ObjectDoSpecialPower(self, "SpecialAbilityShelobSizeUPToLevel5")
    ObjectRemoveUpgrade( other, "Upgrade_ObjectLevel5" )
end

function ShelobBiggerPowerToLevel6(self)            
    ObjectDoSpecialPower(self, "SpecialAbilityShelobSizeUPToLevel6")
    ObjectRemoveUpgrade( other, "Upgrade_ObjectLevel6" )
end

function ShelobBiggerPowerToLevel7(self)            
    ObjectDoSpecialPower(self, "SpecialAbilityShelobSizeUPToLevel7")
    ObjectRemoveUpgrade( other, "Upgrade_ObjectLevel7" )
end

function ShelobBiggerPowerToLevel8(self)            
    ObjectDoSpecialPower(self, "SpecialAbilityShelobSizeUPToLevel8")
    ObjectRemoveUpgrade( other, "Upgrade_ObjectLevel8" )
end

function ShelobBiggerPowerToLevel9(self)            
    ObjectDoSpecialPower(self, "SpecialAbilityShelobSizeUPToLevel9")
    ObjectRemoveUpgrade( other, "Upgrade_ObjectLevel9" )
end

function ShelobBiggerPowerToLevel10(self)            
    ObjectDoSpecialPower(self, "SpecialAbilityShelobSizeUPToLevel10")
    ObjectRemoveUpgrade( other, "Upgrade_ObjectLevel10" )
end

Comments

Display order: Newest first

Lauri (Team Chamber Member) - Thursday May 24, 2012 - 20:08

Codebox!

Yaroslav - Thursday April 19, 2012 - 10:07

I do not remember is there such a module or not, seem to have is Eowyn.

--------

In bfme1 it dont possible(i hoped disguesed from eowyn, but that module not correct)

Radspakr Wolfbane (Team Chamber Member) - Tuesday September 27, 2011 - 8:44

Looks interesting.
I'm not sure if it's possible in BFME1 I don't think there is a MountedasTemplate.

Go to top

 

"One site to rule them all, one site to find them,
one site to host them all, and on the network bind them."

 
9:06:52