Jump to content


Photo

FX Mount Transitions


  • Please log in to reply
2 replies to this topic

#1 Elric

Elric

    Designer

  • Hosted
  • 2,857 posts
  • Projects:Middle-Earth Expanded
  •  Coder
  • Donated

Posted 22 August 2011 - 03:18 AM

Hey Guys,

I am working on making an FX happen in between mounting and dismount a hero. Its not a summoned hero.

What code should i use for an FX to go out in between mounting and dismounting.

I already know i will have to add a delay to the mount and dismount but what else is needed.


Thanks in Advance! Posted Image

#2 fienx001

fienx001
  • Members
  • 118 posts
  • Location:Pacific Northwest
  • Projects:The Door of Night | Fienx Mod
  •  Getting There

Posted 23 August 2011 - 03:12 AM

something like this perhaps
		AnimationState        = SPECIAL_WEAPON_SIX
			Animation
				AnimationName           =  GUGandalf_SKN.GUGdfHrs_IDLB
				AnimationMode       = ONCE
			End
			FXEvent			= Frame:10 Name:FX_GandalfSummonEagle ;Put your FX here

		End

or put this in the specialpower portion of the mount
         Behavior = SpecialPowerModule ModuleTag_SauronTerribleFury
                 SpecialPowerTemplate		= SpecialAbilityScreech
                 UpdateModuleStartsAttack	= Yes
                 TriggerFX					= FX_FearBlast ;Or you can put it here
         End

and if that still doesn't work you could use something like Dain's Mighty Rage ;-)
Posted Image

#3 Elric

Elric

    Designer

  • Hosted
  • 2,857 posts
  • Projects:Middle-Earth Expanded
  •  Coder
  • Donated

Posted 24 August 2011 - 01:19 AM

Thanks. I tried TriggerFX before just put it in the wrong spot. Posted Image




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users