can some one tell how to get these or if you can or not plz
![]()
can some one tell how to get these or if you can or not plz
![]()
this head looks cool i want it too ^^
Last edited by kekku500; 30-01-07 at 03:52 PM.
Its the goblin head, and for the wooden katan just add it in zitems as a new item aswell as in shop.
this item you can get in quest i think
its quest head its only textures you cant use it :)
why you cant use? Every texture is to use. You only need to how
then y is it in man.mrs and not in gobin.mrs?
becuse theres a lot of them in the gobin.mrs this one was found in man.mrs NOT gobin.mrs i did not move it!
Last edited by MAXTRAXv3; 31-01-07 at 01:38 AM.
ik have that texture also in man.mrs found a couple more also this two, but there must more.
Last edited by Rotana; 31-01-07 at 02:25 AM. Reason: add some screenies
i know i have 2 but i just want to know how to put thoses 2 in
ok i gone help,
add the files to the man01.xml for examplethe add this part to your zitem.xml<AddParts name="parts46" filename="man-parts35.elu"> </AddParts>
and then add the item 999971 999972 999973 999974 999975 to your shop.xml<ITEM id="999971" name="STR:Doctor" mesh_name="eq_feet_39" totalpoint="0"
type="equip" iscashitem="false" res_sex="m" res_level="0" slot="feet" weight="7" bt_price="0"
hp="3" ap="5" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_999971" />
<ITEM id="999972" name="STR:Doctor" mesh_name="eq_legs_36" totalpoint="0"
type="equip" iscashitem="false" res_sex="m" res_level="0" slot="legs" weight="7" bt_price="0"
hp="3" ap="5" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_999971" />
<ITEM id="999973" name="STR:Doctor" mesh_name="eq_hands_36" totalpoint="0"
type="equip" iscashitem="false" res_sex="m" res_level="0" slot="hands" weight="7" bt_price="0"
hp="3" ap="5" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_999971" />
<ITEM id="999974" name="STR:Doctor" mesh_name="eq_head_36" totalpoint="0"
type="equip" iscashitem="false" res_sex="m" res_level="0" slot="head" weight="7" bt_price="0"
hp="3" ap="5" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_999971" />
<ITEM id="999975" name="STR:Doctor" mesh_name="eq_chest_36" totalpoint="0"
type="equip" iscashitem="false" res_sex="m" res_level="0" slot="chest" weight="7" bt_price="0"
hp="3" ap="5" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_999971" />
save the files, and put the zitem.xml to your system.mrs
Now your done and added the costum for the doctor outfit. Screenshot on mine earlier post
Need help?? ask me
i know that the ap and hp aren't right, and the names and descriptions, i still need to edit this
Last edited by Rotana; 31-01-07 at 02:35 AM.
He isn't asking for them items.. btw that green mask isn't that nice heres a pic. I will make a tutrioal how to add items like this when I have some time.
This in the man01.xml replace the ** by an number thats free
<AddParts name="parts**" filename="man-parts_quest.elu"> </AddParts>
This in the zitem.xml
you can change the hp etc by your own.<ITEM id="999982" name="Goblin Head" mesh_name="eq_head_goblin" totalpoint="0"
type="equip" iscashitem="false" res_sex="m" res_level="75" slot="head" weight="12" bt_price="25550"
hp="4" ap="12" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="Put on a mask!!! Of an goblin face!!" />
For female the same only put this in your woman01.xml
and change res_sex="m" in res_sex="f" for the zitem.xml<AddParts name="parts**" filename="woman-parts_quest.elu"> </AddParts>
Last edited by Rotana; 31-01-07 at 05:01 AM.
thanks!
Last edited by MAXTRAXv3; 31-01-07 at 06:15 AM.