Cash items in shop

Results 1 to 12 of 12
  1. #1
    Account Upgraded | Title Enabled! fred94 is offline
    MemberRank
    Jun 2008 Join Date
    250Posts

    Cash items in shop

    I have replaced iscashitem="true" to to false then I've generated a shop.xml, the IDs are there but none of the prems appear in the shop, this is what happen when I add a prem through my database.

    zitem.xml

    <ITEM id="521551" name="STR:ZITEM_NAME_521551" mesh_name="eq_chest_fenrir_guardian_s" totalpoint="0"
    type="equip" res_level="25" res_sex="f" weight="16" hp="3" ap="30" iscashitem="false" slot="Chest"
    bt_price="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521551" />

    shop.xml

    <SELL itemid="521551" />

    Last edited by fred94; 29-12-09 at 06:38 PM.


  2. #2
    Account Upgraded | Title Enabled! wtfhacker is offline
    MemberRank
    Dec 2009 Join Date
    328Posts

    Re: Cash items in shop

    Try this one:
    Code:
    <ITEM id="521551" name="STR:ZITEM_NAME_521551" mesh_name="eq_chest_fenrir_guardian_s" totalpoint="0"
    type="equip" res_level="25" res_sex="f" weight="16" hp="3" ap="30" slot="Chest"
    bt_price="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521551" />

  3. #3
    Doggie And Rice. Military is offline
    MemberRank
    Jun 2009 Join Date
    Here and AboutLocation
    3,302Posts

    Re: Cash items in shop

    Quote Originally Posted by fred94 View Post
    I have replaced iscashitem="true" to to false then I've generated a shop.xml, the IDs are there but none of the prems appear in the shop, this is what happen when I add a prem through my database.

    zitem.xml

    <ITEM id="521551" name="STR:ZITEM_NAME_521551" mesh_name="eq_chest_fenrir_guardian_s" totalpoint="0"
    type="equip" res_level="25" res_sex="f" weight="16" hp="3" ap="30" iscashitem="false" slot="Chest"
    bt_price="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521551" />

    shop.xml

    <SELL itemid="521551" />

    remove this iscashitem string.

  4. #4
    Ā  Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: Cash items in shop

    Make sure the same zitem is in the matchserver folder too.
    Posted via Mobile Device

  5. #5

    Re: Cash items in shop

    ItemID must be below 500,000 to show in the shop.

  6. #6
    Account Upgraded | Title Enabled! wtfhacker is offline
    MemberRank
    Dec 2009 Join Date
    328Posts

    Re: Cash items in shop

    Quote Originally Posted by Linear88 View Post
    ItemID must be below 500,000 to show in the shop.
    True also, i forgot to say it. So the code should look like that:
    zitem.xml
    Code:
    <ITEM id="21500" name="STR:ZITEM_NAME_521551" mesh_name="eq_chest_fenrir_guardian_s" totalpoint="0"
    type="equip" res_level="25" res_sex="f" weight="16" hp="3" ap="30" slot="Chest"
    bt_price="0" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521551" />
    shop.xml
    Code:
    <SELL itemid="21500" />

  7. #7
    Account Upgraded | Title Enabled! fred94 is offline
    MemberRank
    Jun 2008 Join Date
    250Posts

    Re: Cash items in shop

    Still, took of the iscashitem tag on all items...

  8. #8
    Faraday Das Neves Jizeth is offline
    MemberRank
    Sep 2008 Join Date
    VenezuelaLocation
    392Posts

    Re: Cash items in shop


  9. #9
    Account Upgraded | Title Enabled! wtfhacker is offline
    MemberRank
    Dec 2009 Join Date
    328Posts

    Re: Cash items in shop

    Watch up my code, and make sure the zitem you edited in system.mrs / MatchServer and restart the server & restart client .

  10. #10
    Account Upgraded | Title Enabled! fred94 is offline
    MemberRank
    Jun 2008 Join Date
    250Posts

    Re: Cash items in shop

    Thanks guys, the IDs where causing the problem.

  11. #11
    Account Upgraded | Title Enabled! wtfhacker is offline
    MemberRank
    Dec 2009 Join Date
    328Posts

    Re: Cash items in shop

    Thank us by Hit the .

  12. #12
    Animu Addicted Number12 is offline
    MemberRank
    Apr 2008 Join Date
    Old Sunny CALocation
    1,264Posts

    Re: Cash items in shop

    Yes it needs to be under 500,000 like Linear said. I used I think Axium's shop/zitem editor. It changes the bountys, change items from itemid from 1 - ____ or head, foot, etc.. I get no errors in my shop.



Advertisement