Bobthehero attempt to do stuff with code, rage and nothing working ensues.

Users who are viewing this thread

Baguette Eater

Duke
Old Guard
First of all, the game I trying to mod, LOTR BFME 2 Rise of the Witch King.

I am trying to give Argeleb of Arnor (custom faction already in, that was piss easy to add) Aragon's blademaster ability using this http://www.the3rdage.net/item-90 tutorial.

I've followed the tutorial, IMO everything is there how it should, but in game opinion, nope.

 
Code:
 AnimationState		      = FIRING_OR_PREATTACK_A WEAPONSET_HERO_MODE ; Blademaster Mode
			StateName				= STATE_ready
			Animation				= GUBoromir_ATD1
				AnimationName		= GUCaptain_SKL.GUCaptain_ATKA
                        AnimationMode		= ONCE
				UseWeaponTiming		= Yes
			End
			Flags					= RESTART_ANIM_WHEN_COMPLETE
			FXEvent	= Frame:25 Name: FX_BladeMasterHitOrient
			FXEvent	= Frame:45 Name: FX_BladeMasterHitOrient
		      End

This line here gives me the following error, Unknown field 'AnimationState' in block 'ObjecT'

And then a bunch of Error Parsing field '        AnimationState' in block 'Object'

What gives? Anyone with a clue can help me please?
 
Back
Top Bottom