Help with item descriptions

Results 1 to 4 of 4
  1. #1
    Enthusiast Delay is offline
    MemberRank
    Jul 2007 Join Date
    31Posts

    Help with item descriptions

    Ok as you may have read this post http://forum.ragezone.com/f245/relea...-woman-251332/ people are saying the strings are in the Zitem 'desc' but what is the desc and where is it located? Can someone tell me how to get there? Thanks for the help if you reply.


  2. #2
    Proficient Member -RooK- is offline
    MemberRank
    Jun 2007 Join Date
    171Posts

    Re: Help Me [Read]

    For most custom items, you dont need to add the desc to strings, you can add them in the zitem
    <ITEM id="35" name="Wooden Sword" iscashitem="false" mesh_name="sword_wood" totalpoint="0" type="melee"
    res_sex="a" res_level="0" slot="melee" weapon="greatsword" weight="18" bt_price="12000"
    delay="275" damage="7" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
    gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" Page Ranking="0" lr="0" color="#FFFFFFFF"
    image_id="0" bullet_image_id="0" magazine_image_id="0" desc="The wooden sword Special for New People!" />
    At the very end, notice the "desc="The wooden sword Special for New People!" and you can simple change/edit desc here and then update you matchserver zitem and system.mrs zitem then filelist

  3. #3
    Enthusiast Delay is offline
    MemberRank
    Jul 2007 Join Date
    31Posts

    Re: Help with item descriptions

    Oh Um Err Uhhh Thanks?

    Lol

  4. #4
    Proficient Member -RooK- is offline
    MemberRank
    Jun 2007 Join Date
    171Posts

    Re: Help with item descriptions

    When adding descriptions you can add it either 1 of 2 ways

    1) using strings method
    <!-- zitem.xml -->
    <STR id="ZITEM_NAME_1">Rusty Dagger</STR>
    <STR id="ZITEM_DESC_1">It has some rust here and there. Once bought and used, it is sure to be difficult to sell it to others.</STR>
    you would add the ZITEM_NAME_# of your item, then add ZITEM_DESC_# then add the description you want

    2) zitem method (ALOT EASIER)
    <ITEM id="35" name="Wooden Sword" iscashitem="false" mesh_name="sword_wood" totalpoint="0" type="melee"
    res_sex="a" res_level="0" slot="melee" weapon="greatsword" weight="18" bt_price="12000"
    delay="275" damage="7" ctrl_ability="0" magazine="0" reloadtime="0" slug_output="false"
    gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" Page Ranking="0" lr="0" color="#FFFFFFFF"
    image_id="0" bullet_image_id="0" magazine_image_id="0" desc="The wooden sword Special for New People!" />
    at the very end locate the following:
    desc="The wooden sword Special for New People!"
    If it is not there then you can simple add this in at the end with w/e desc you want



Advertisement