Toggle Aragorn
#21
Posted 23 August 2005 - 09:45 PM
GitHub - https://github.com/ClickerMonkey
YouTube - http://www.youtube.c...r/ClickerMonkey
#22
Posted 04 September 2005 - 11:58 AM
Edited by King of Universe, 04 September 2005 - 01:03 PM.
Frodo: I wish the Ring had never come to me... I wish none of this had happened...
Gandalf: So do all who live to see such times, but that is not for them to decide. All you have to decide, is what to do with the time that is given to you...
Click me
#23
Posted 25 September 2005 - 10:19 AM
But when Aragorn runs over enemies, he doesn't trample them.
He just runs through them, and they take no damage...
How can I fix that?
Edited by King of Universe, 25 September 2005 - 10:20 AM.
Frodo: I wish the Ring had never come to me... I wish none of this had happened...
Gandalf: So do all who live to see such times, but that is not for them to decide. All you have to decide, is what to do with the time that is given to you...
Click me
#24
Posted 25 September 2005 - 11:21 AM
by adding crusherlevel in aragorn.ini look at faramir.ini and copy everything that has something mounting in it.Well I got Aragorn mounted in the game, I copied WOME's Aragorn model (Ville is making one for me, so I don't have to copy ).
But when Aragorn runs over enemies, he doesn't trample them.
He just runs through them, and they take no damage...
How can I fix that?
The 4th Age version 0.8 has been released: Link
#25
Posted 25 September 2005 - 12:13 PM
CrusherLevel = 2
and add a CrushWeapon below that :
CrushWeapon = HeroCrush
and those statistics :
MinCrushVelocityPercent = 50; Has to be moving at at least 50% of full speed. CrushDecelerationPercent = 30; Lose xx percent of max velocity when crushing. CrushKnockback = 40 CrushZFactor = 1.0
that is used if your character is always mounted, else, take a look at Faramir's code :
CrusherLevel = 0 ;Can I crush anything? MountedCrusherLevel = 1 ;Crush level when mounted. CrushableLevel = 2 ;What am I?: 0 = for infantry, 1 = for trees, 2 = cavalry/heroes MountedCrushableLevel = 2;Crusable level when mounted. CrushWeapon = HeroCrush MinCrushVelocityPercent = 50; Has to be moving at at least 50% of full speed. CrushDecelerationPercent = 30; Lose xx percent of max velocity when crushing. CrushKnockback = 40 CrushZFactor = 1.0
#26
Posted 25 September 2005 - 12:24 PM
I want Aragorn to mount beacuse I'm making him into King Elessar, so he needs to be stronger, 'cause now he's king. But I have another question; is it allready an Elessar skin in-game, and if so, what's its name?
And another thing...
When I use Aragorn's powers while mounted, the horse vanishes, and Aragorn frezzes in the air. Is it possible to make like a 'Forbidden state', or something, in the power code?
Frodo: I wish the Ring had never come to me... I wish none of this had happened...
Gandalf: So do all who live to see such times, but that is not for them to decide. All you have to decide, is what to do with the time that is given to you...
Click me
#27
Posted 25 September 2005 - 12:28 PM
Command = SPECIAL_POWER
WeaponSlot = SECONDARY
SpecialPower = SpecialAbilityWoundArrow
Options = NEED_TARGET_ENEMY_OBJECT UNMOUNTED_ONLY
TextLabel = CONTROLBAR:WoundingArrow
ButtonImage = HSFaramirWoundingArrow
CursorName = Bombard
InvalidCursorName = GenericInvalid
RadiusCursorType = NONE
ButtonBorderType = ACTION
DescriptLabel = CONTROLBAR:ToolTipWoundingArrow
InPalantir = Yes
AutoAbility = Yes
DisableOnModelCondition = WEAPONSET_TOGGLE_1 ; disable if currently using sword
;UnitSpecificSound = FaramirRangerVoiceWoundingArrow
End
#28
Posted 25 September 2005 - 12:31 PM
DisableOnModelCondition = MOUNTED
Frodo: I wish the Ring had never come to me... I wish none of this had happened...
Gandalf: So do all who live to see such times, but that is not for them to decide. All you have to decide, is what to do with the time that is given to you...
Click me
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users