About Gm and Staff Items

Results 1 to 4 of 4
  1. #1
    Enthusiast johny30238 is offline
    MemberRank
    Jun 2009 Join Date
    Atlanta, GaLocation
    29Posts

    About Gm and Staff Items

    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" />
    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" />
    I went skimming into the man.mrs and all i could find was:

    Code:
    <AddParts name="parts61" filename="man-parts_gm.elu"> </AddParts>
    Code:
    <AddParts name="parts24" filename="man-parts_staff.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.

    I am trying to figure out how this entire client operates so any help would be much appreciated


  2. #2
    Account Upgraded | Title Enabled! lxchadxl is offline
    MemberRank
    Nov 2008 Join Date
    Hai 2 u, i r Chad.Location
    442Posts

    Re: About Gm and Staff Items

    These names are within the .Elu , don't worry about it. To can find the mesh names by openin up the elu in hex edit or even notepad lol.
    Posted via Mobile Device

  3. #3
     `Styx is offline
    MemberRank
    Dec 2007 Join Date
    Philadelphia PALocation
    727Posts

    Re: About Gm and Staff Items

    Quote Originally Posted by lxchadxl View Post
    These names are within the .Elu , don't worry about it. To can find the mesh names by openin up the elu in hex edit or even notepad lol.
    Posted via Mobile Device
    Yeah. You can also view them in Blender (import set mesh > Shading tab on bottom panel > Material buttons > Links and Pipeline) or using T6's mini ELU editor tool, one of my favorite tools.

  4. #4
    Enthusiast johny30238 is offline
    MemberRank
    Jun 2009 Join Date
    Atlanta, GaLocation
    29Posts

    Re: About Gm and Staff Items

    Alright, Thanks for the help :D

    P.S i Googled .elu viewer/opener before I posted this was unable to find anything about viewing .elu because it was a custom format maiet had created.

    Once again, Thanks!
    Last edited by johny30238; 27-09-09 at 10:57 AM.



Advertisement