Last edited by exercitus; 15-04-15 at 01:42 PM.
does the rig stay with the character properly? i notice in your zitem its coded to only a chest peice instead of each individual item, head chest legs feet etc; also, do you have any other of the gunz avatars? I'm looking to update the ones on my server, thanks
![]()
I added it correctly, where did i go wrong?
Model man01
<AddParts name="parts160" filename="man-parts_eq_avatar_goku.elu"> </AddParts>
Zitem
<ITEM id="5000003" name="Goku Avatar (M)" type="avatar" slot="avatar" avatar_head="" avatar_chest="eq_avatar_goku" avatar_hand="" avatar_legs="" avatar_feet="" res_sex="m" res_level="0" bt_price="40000" weight="0" desc="" />
Last edited by MonkINC; 20-04-15 at 11:14 PM.
Bump!
triple check elu names
quintuple check elu names
Last edited by exercitus; 30-04-15 at 04:02 PM.
Link dead, someone can re-upload?
Someone please re-release a working link.
New link to download please.
yeah , send me link down, please
Looking at the code of other avatars it should be (dont use it since the model is probably not correct assigned when it comes to meshes).
The problem is that he only gave 1 mesh name to the whole set.Code:<ITEM id="9001" name="Goku Avatar (M)" type="avatar" slot="avatar" avatar_head="eq_head_goku" avatar_chest="eq_chest_goku" avatar_hand="eq_hands_goku" avatar_legs="eq_legs_goku" avatar_feet="eq_feet_goku" res_sex="m" res_level="0" bt_price="9001" weight="100" desc="credits for Zain for rigging" />
Unless there is an actual way where you only need 1 mesh for the whole avatar (and call it eq_avatar_goku).
Did anyone even get this to work?