The 3rd Age

Fin's LOTR Expansion

Fin's LOTR Expansion

A mod that adds Rohan to the game, and strives to bring back some BFME I fun!

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

Taking spells Fx and put them in another spell

Tutorial for Battle for Middle-earth II BFME 2

No Avatar

lordkarranyi

Category: Code
Level: Beginner
Created: Wednesday June 8, 2011 - 5:57
Updated: Wednesday June 8, 2011 - 11:21
Views: 4744
Summary: Taking spells Fx and put them in another spell

Rating

Staff says

2.0

Members say

-

Average

2.0/5.0

1 vote

Page 1 2 3
Give your Hero Word Of Power

http://www.the3rdage.net/item-581?apage=637#page

if u don't won't the blue blast in the beginning don't add this

;;; WORD OF POWER ANIMS ON FOOT ;;;
AnimationState = SPECIAL_WEAPON_ONE
StateName = Attacking
Animation
AnimationName = GUGandalfG_SKL.GUGandalfG_SPCK
AnimationMode = ONCE
End
FXEvent = Frame:5 Name:FX_GandalfPreAttackBlast
End

Then go to your Hero and

Find This
    ;------- WORD OF POWER (BLUE RING BLAST) SPELL --------------------------------------------------------------------------------
    Behavior = UnpauseSpecialPowerUpgrade ModuleTag_WordEnabler
        SpecialPowerTemplate = SpecialAbilityWordOfPower
        TriggeredBy = Upgrade_GandalfWordOfPower
    End
    Behavior = SpecialPowerModule ModuleTag_WordStarter
        SpecialPowerTemplate = SpecialAbilityWordOfPower
        UpdateModuleStartsAttack = Yes
        StartsPaused              = Yes
    End
    Behavior = WeaponFireSpecialAbilityUpdate ModuleTag_WordWeaponFireUpdate
        SpecialPowerTemplate = SpecialAbilityWordOfPower
        WhichSpecialWeapon        = 1
        SkipContinue            = Yes

        UnpackTime = 1700
        PackTime = 1    
        FreezeAfterTriggerDuration = 2500 ; Hold AI for this long after we fire.
        
        AwardXPForTriggering = 0        
        StartAbilityRange        = 80.0
        
        SpecialWeapon            = GandalfWordOfPower ; (The Weapon Of your Power)
    End

Change The SpecialWeapon: GandalfWordOfPower to yours Example WitchKingWordOfPower

It Will BE Like This

    ;------- WORD OF POWER (BLUE RING BLAST) SPELL --------------------------------------------------------------------------------
    Behavior = UnpauseSpecialPowerUpgrade ModuleTag_WordEnabler
        SpecialPowerTemplate = SpecialAbilityWordOfPower
        TriggeredBy = Upgrade_GandalfWordOfPower
    End
    Behavior = SpecialPowerModule ModuleTag_WordStarter
        SpecialPowerTemplate = SpecialAbilityWordOfPower
        UpdateModuleStartsAttack = Yes
        StartsPaused              = Yes
    End
    Behavior = WeaponFireSpecialAbilityUpdate ModuleTag_WordWeaponFireUpdate
        SpecialPowerTemplate = SpecialAbilityWordOfPower
        WhichSpecialWeapon        = 1
        SkipContinue            = Yes

        UnpackTime = 1700
        PackTime = 1    
        FreezeAfterTriggerDuration = 2500 ; Hold AI for this long after we fire.
        
        AwardXPForTriggering = 0        
        StartAbilityRange        = 80.0
        
        SpecialWeapon            = WitchKingWordOfPower ; (The Weapon Of your Power)
    End

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."

 
11:00:26