Adding Sets?

Results 1 to 5 of 5
  1. #1
    Account Upgraded | Title Enabled! Project is offline
    MemberRank
    Oct 2009 Join Date
    621Posts

    angry Adding Sets?

    Alright, well here's the steps I used to adding the Fenrir Set to my server.

    1;

    Downloaded the latest fenrir set files from here on ragezone.

    2;

    Added the models to the woman.mrs folder (the .elu and the .tga/.dds files).

    3;

    Edited woman.mrs, added in the following.

    Code:
    <AddParts name="parts101" filename="woman-parts_fenrir.elu"> </AddParts>
    4;

    Edited the system.mrs < zitem.xml, and added in the following.

    Code:
       <ITEM
        id="34566"
        name="Fenrir Guardian Helmet (Women)"
        mesh_name="gz_huw_head_fenrir_guardian"
        totalpoint="0"
        type="equip"
        res_sex="f"
        res_level="1"
        slot="head"
        weight="4"
        bt_price="0"
        hp="0"
        ap="10"
        maxwt="0"
        sf="0"
        fr="0"
        cr="0"
        pr="0"
        lr="0"
        color="#FFFFFFFF"
        desc="Fenrir Guardian Helmet" />
    
       <ITEM
        id="34567"
        name="Fenrir Guardian Chest (Women)"
        mesh_name="gz_huw_chest_fenrir_guardian"
        totalpoint="0"
        type="equip"
        res_sex="f"
        res_level="1"
        slot="chest"
        weight="4"
        bt_price="0"
        hp="0"
        ap="10"
        maxwt="0"
        sf="0"
        fr="0"
        cr="0"
        pr="0"
        lr="0"
        color="#FFFFFFFF"
        desc="Fenrir Guardian Body Armor" />
    
    
       <ITEM
        id="34568"
        name="Fenrir Guardian Gloves (Women)"
        mesh_name="gz_huw_hand_fenrir_guardian"
        totalpoint="0"
        type="equip"
        res_sex="f"
        res_level="1"
        slot="hands"
        weight="4"
        bt_price="0"
        hp="0"
        ap="10"
        maxwt="0"
        sf="0"
        fr="0"
        cr="0"
        pr="0"
        lr="0"
        color="#FFFFFFFF"
        desc="Fenrir Guardian Gloves" />
    
       <ITEM
        id="34569"
        name="Fenrir Guardian Legs (Women)"
        mesh_name="gz_huw_leg_fenrir_guardian"
        totalpoint="0"
        type="equip"
        res_sex="f"
        res_level="1"
        slot="feet"
        weight="4"
        bt_price="0"
        hp="0"
        ap="10"
        maxwt="0"
        sf="0"
        fr="0"
        cr="0"
        pr="0"
        lr="0"
        color="#FFFFFFFF"
        desc="Fenrir Guardian Leg Armor" />
    
       <ITEM
        id="34570"
        name="Fenrir Guardian Boots (Women)"
        mesh_name="gz_huw_chest_fenrir_guardian"
        totalpoint="0"
        type="equip"
        res_sex="f"
        res_level="1"
        slot="feet"
        weight="4"
        bt_price="0"
        hp="0"
        ap="10"
        maxwt="0"
        sf="0"
        fr="0"
        cr="0"
        pr="0"
        lr="0"
        color="#FFFFFFFF"
        desc="Fenrir Guardian Boots" />
    5;

    Compiled all of the above and added it to the client.

    6;

    Added the zitem to the matchserver, and also edited the shop.xml.

    7;

    Finished!

    Problem is, I get in-game and the items show in the shop and whatnot, but when I wear then or look at them, it's as if I'm naked still.

    Obviously I did something wrong, or I forgot to do something.

    I'm only familiar with adding weapons, so please help me out with this.

    I've even talked to about 5 modelers and none of them knew how either.

    Thanks in advance to anyone who can help me out.

    - Thanks, Drew.


  2. #2
    Enthusiast shalott is offline
    MemberRank
    Apr 2010 Join Date
    32Posts

    Re: Adding Sets?

    mesh names are wrong.

  3. #3
    Account Upgraded | Title Enabled! Project is offline
    MemberRank
    Oct 2009 Join Date
    621Posts

    Re: Adding Sets?

    Eh, I don't think they are.

    Mesh names go with the .tga/.dds files.

    Which I do have correct.

  4. #4
    Enthusiast shalott is offline
    MemberRank
    Apr 2010 Join Date
    32Posts

    Re: Adding Sets?

    well they're different to the ones i use and those sets work for me

    try with these mesh names:
    eq_head_fenrir_guardian
    eq_chest_fenrir_guardian
    eq_chest_fenrir_guardian_s
    eq_hands_fenrir_guardian
    eq_legs_fenrir_guardian
    eq_legs_fenrir_guardian_s
    eq_feet_fenrir_guardian

  5. #5
    Account Upgraded | Title Enabled! Project is offline
    MemberRank
    Oct 2009 Join Date
    621Posts

    Re: Adding Sets?

    Yeah, that fixed my problem actually.

    Thanks mate.



Advertisement