Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Animating Weapon

Skilled Illusionist
Joined
Dec 24, 2011
Messages
356
Reaction score
35
Hi i'm thinking about making animation on each weapon.
By using logic of Character, SFX Text.
But the game is crash-ing
<AddWeaponElu name="Zangetsu" weapon_motion_type = "1" weapon_type = "1" >
<AddBaseModel name="Zangetsu" filename="model/weapon/katana/Zangetsu.elu" />
<AddAnimation name="idle" filename="model/weapon/katana/Zangetsu.elu.ani" motion_type="0" motion_loop_type="lastframe" />
<AddAnimation name="load" filename="model/weapon/katana/Zangetsu.elu.ani" motion_type="0" motion_loop_type="lastframe" />
<AddAnimation name="attack" filename="model/weapon/katana/Zangetsu.elu.ani" motion_type="0" motion_loop_type="lastframe" />
</AddWeaponElu>

Did anyone have another method for this. Or did the source need to Edit again.

Thank you,
 
Back
Top