Welcome Guest ( Log In / Register ) |
Quick Lists Top RatedTutorials Living World Map G… Ultimate beginner'… Arrow scaling bug… Raising Heroes max… Proper Fire Arrow… Creating an asset.… 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 Taking spells Fx and put them in another spellTutorial for BFME 2
first open weapon.ini
the go to GandalfWordOfPower and copy it ;------------------------------------------------------------------------------ Weapon GandalfWordOfPower ; Big Blue Ring Blast IdleAfterFiringDelay = 0 AttackRange = GANDALF_WORD_OF_POWER_RANGE MinimumAttackRange = 0.8 WeaponSpeed = 401 ; dist/sec MinWeaponSpeed = 241 MaxWeaponSpeed = 601 ; dist/sec Upper limit on scaling, when attacking past nominal "max" range ScaleWeaponSpeed = Yes ; Used for lob weapons, scales speed proportional to range RadiusDamageAffects = ENEMIES NOT_SIMILAR DelayBetweenShots = 5000 ; time between shots, msec PreAttackDelay = 2600 PreAttackType = PER_ATTACK ; Do the delay each time we attack a new target PreAttackFX = FX_GandalfPreAttackBlastReal FireFX = FX_GandalfBlast FiringDuration = 1400 DamageNugget ; A basic Nugget that just does damage Damage = GANDALF_WORD_OF_POWER_DAMAGE Radius = 250.0 DamageType = MAGIC DamageFXType = MAGIC DeathType = EXPLODED DamageSpeed = 700.0 ; must match the ShockWaveSpeed below End MetaImpactNugget ; A Nugget that throws things back with force ; HeroResist = .75 ShockWaveAmount = 75.0 ShockWaveRadius = 500.0 ShockWaveTaperOff = 1.0 ShockWaveZMult = 1.000 ShockWaveSpeed = 700.0 End End and find MordorGateWatchersFearWeapon and copy the FireFx FX_FearBlast then replace it with FX_GandalfBlast it should be like this ;------------------------------------------------------------------------------ Weapon GandalfWordOfPower ; Big Blue Ring Blast IdleAfterFiringDelay = 0 AttackRange = GANDALF_WORD_OF_POWER_RANGE MinimumAttackRange = 0.8 WeaponSpeed = 401 ; dist/sec MinWeaponSpeed = 241 MaxWeaponSpeed = 601 ; dist/sec Upper limit on scaling, when attacking past nominal "max" range ScaleWeaponSpeed = Yes ; Used for lob weapons, scales speed proportional to range RadiusDamageAffects = ENEMIES NOT_SIMILAR DelayBetweenShots = 5000 ; time between shots, msec PreAttackDelay = 2600 PreAttackType = PER_ATTACK ; Do the delay each time we attack a new target PreAttackFX = FX_GandalfPreAttackBlastReal FireFX = FX_FearBlast FiringDuration = 1400 DamageNugget ; A basic Nugget that just does damage Damage = GANDALF_WORD_OF_POWER_DAMAGE Radius = 250.0 DamageType = MAGIC DamageFXType = MAGIC DeathType = EXPLODED DamageSpeed = 700.0 ; must match the ShockWaveSpeed below End MetaImpactNugget ; A Nugget that throws things back with force ; HeroResist = .75 ShockWaveAmount = 75.0 ShockWaveRadius = 500.0 ShockWaveTaperOff = 1.0 ShockWaveZMult = 1.000 ShockWaveSpeed = 700.0 End End now rename the spell name to what u want Example: WitchKingWordOfPower it will be like this ;------------------------------------------------------------------------------ Weapon WitchKingWordOfPower ; Big Blue Ring Blast IdleAfterFiringDelay = 0 AttackRange = GANDALF_WORD_OF_POWER_RANGE MinimumAttackRange = 0.8 WeaponSpeed = 401 ; dist/sec MinWeaponSpeed = 241 MaxWeaponSpeed = 601 ; dist/sec Upper limit on scaling, when attacking past nominal "max" range ScaleWeaponSpeed = Yes ; Used for lob weapons, scales speed proportional to range RadiusDamageAffects = ENEMIES NOT_SIMILAR DelayBetweenShots = 5000 ; time between shots, msec PreAttackDelay = 2600 PreAttackType = PER_ATTACK ; Do the delay each time we attack a new target PreAttackFX = FX_GandalfPreAttackBlastReal FireFX = FX_FearBlast FiringDuration = 1400 DamageNugget ; A basic Nugget that just does damage Damage = GANDALF_WORD_OF_POWER_DAMAGE Radius = 250.0 DamageType = MAGIC DamageFXType = MAGIC DeathType = EXPLODED DamageSpeed = 700.0 ; must match the ShockWaveSpeed below End MetaImpactNugget ; A Nugget that throws things back with force ; HeroResist = .75 ShockWaveAmount = 75.0 ShockWaveRadius = 500.0 ShockWaveTaperOff = 1.0 ShockWaveZMult = 1.000 ShockWaveSpeed = 700.0 End End |
|||||||||||||||||||||
"One site to rule them all, one site to find them, © All Rights Reserved Eric Edwards ©2013. |