Alright,
I have been redoing my Zitem and i have ran into the GM and STAFF Items. In these two snippets it shows for mesh "eq_chest_gm" and "eq_chest_staff" :
Code:<ITEM id="399999" name="STR:ZITEM_NAME_399999" mesh_name="eq_chest_gm" totalpoint="0" type="equip" res_sex="m" res_level="0" slot="chest" weight="1" bt_price="400" hp="999999" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_399999" />I went skimming into the man.mrs and all i could find was:Code:<ITEM id="400004" name="STR:ZITEM_NAME_400004" mesh_name="eq_chest_staff" totalpoint="0" type="equip" res_sex="m" res_level="0" slot="chest" weight="2" bt_price="0" hp="15" ap="15" maxwt="2" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_400004" />
Code:<AddParts name="parts61" filename="man-parts_gm.elu"> </AddParts>My question is, how does the Zitem.xml know how to locate these files by entering "eq_chest_gm" or "eq_chest_gm" as mesh.Code:<AddParts name="parts24" filename="man-parts_staff.elu"> </AddParts>
I am trying to figure out how this entire client operates so any help would be much appreciated


Reply With Quote


