Items Do Not Show In Shop!

Results 1 to 21 of 21
  1. #1
    Member ShadowDesires is offline
    MemberRank
    Aug 2007 Join Date
    In Her Pants :DLocation
    58Posts

    Items Do Not Show In Shop!

    ok i'm going to make this quick as i can while letting you know everything you need to know! o-o

    all i did was add something simple like take the mesh from an original weapon and just remake
    the stats and change the name and desc then i added it to the shop and restarted the server
    and i did everything with the CRC in the filelist.xml and i did everything correct!

    why is it that my items only come out as CASH items, and cant be shown in the shop?!

    zitem.xml
    Code:
    <ITEM id="700000" name="STR:ZITEM_NAME_700000" mesh_name="dagger07" totalpoint="0" type="melee" res_sex="a" res_level="70" slot="melee" weapon="dagger" weight="5" bt_price="1000000" delay="100" damage="10" range="160" 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" pr="0" lr="0" color="#FFFFFFFF" image_id="0" bullet_image_id="0" magazine_image_id="0" desc="STR:ZITEM_DESC_700000" limitspeed="115" iscashitem="false" />
    thats the item i altered the stats on and what im looking at is the whole iscashitem="false" but for some
    reason it STILL comes out as a CASH ITEM!

    then here it is in my shop.xml

    shop.xml
    Code:
    <SELL itemid="700000"/>□□□
    idk WHY! it HAS to be created by the ShopGenerator but unless it is, the server wont start! x_X

    so if all of my files are correct, and everything that needed to be done is done... why are they stuck as CASH items... and dont appear in my shop?

    oh and if anyone can explain to me why i need "□□□" at the end of everything in my shop.xml when tons of other ppl only need the <SELL itemid="7000000"/> part...

    im using Gunz ServerFiles Rev 5
    by _System32_
    http://forum.ragezone.com/f245/br-ju...e-rev5-437736/

    please help me, this is rlly confusing :(
    thank you


  2. #2
    Retired modder Aimed is offline
    MemberRank
    Aug 2008 Join Date
    BelgiumLocation
    1,279Posts

    Re: Items Do Not Show In Shop!

    search button?

  3. #3
    Member ShadowDesires is offline
    MemberRank
    Aug 2007 Join Date
    In Her Pants :DLocation
    58Posts

    Re: Items Do Not Show In Shop!

    i've tried searching... maybe im just retarded >_>;
    Last edited by ShadowDesires; 30-11-08 at 07:03 AM.

  4. #4
    (。◕‿‿◕。) Nobody666 is offline
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: Items Do Not Show In Shop!

    Well I would tell you, but seeing the way you acted i'll just tell you to use the search button. Their is an answer, your just apparently to stupid to see it when and IF you did search before posting this thread.

    and I can tell you, I saw the mistake the first second I looked at your codes for the item. And don't try bull shitting me saying their is no thread, cause I just looked to make sure.

  5. #5
    Account Upgraded | Title Enabled! hiii is offline
    MemberRank
    Sep 2007 Join Date
    387Posts

    Re: Items Do Not Show In Shop!

    Wrong....

    Code:
    <!-- Melee(You can change this) 
    <SELL itemid="<ID NUMBER>"/>
    -->
    Is for no1 allow to buy cuz the --> is at the bottom...

    To let people buy the item its

    [code]
    Code:
    <!-- Melee(You can change this) -->
    <SELL itemid="<ID NUMBER>"/>
    Hope im not wrong

  6. #6
    (。◕‿‿◕。) Nobody666 is offline
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: Items Do Not Show In Shop!

    Quote Originally Posted by hiii View Post
    Wrong....

    Code:
    <!-- Melee(You can change this) 
    <SELL itemid="<ID NUMBER>"/>
    -->
    Is for no1 allow to buy cuz the --> is at the bottom...

    To let people buy the item its

    [code]
    Code:
    <!-- Melee(You can change this) -->
    <SELL itemid="<ID NUMBER>"/>
    Hope im not wrong
    That is the right format I think, but still won't fix the problem he has.

  7. #7
    Account Upgraded | Title Enabled! hiii is offline
    MemberRank
    Sep 2007 Join Date
    387Posts

    Re: Items Do Not Show In Shop!

    Explain whats hes trying to tell... im tired of the sudden...

  8. #8
    (。◕‿‿◕。) Nobody666 is offline
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: Items Do Not Show In Shop!

    Quote Originally Posted by hiii View Post
    Explain whats hes trying to tell... im tired of the sudden...
    He took an existing Item mesh and changed the stats and made it so their was the original and the new changed one in his shop. But the new one doesn't show.

    But, like I said let him find the answer himself, its an easy solution.

  9. #9
    Account Upgraded | Title Enabled! hiii is offline
    MemberRank
    Sep 2007 Join Date
    387Posts

    Re: Items Do Not Show In Shop!

    I think he ment this part

    Code:
    why is it that my items only come out as CASH items, and cant be shown in the shop?!
    And look at his shop.xml code... thats the wrong one... look at my other post its the fixed one :)

    If thats the problem for him then it is...

  10. #10
    (。◕‿‿◕。) Nobody666 is offline
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: Items Do Not Show In Shop!

    hmm then it appears this guy has 2 errors, how fun.

  11. #11
    Account Upgraded | Title Enabled! hiii is offline
    MemberRank
    Sep 2007 Join Date
    387Posts

    Re: Items Do Not Show In Shop!

    Hmm I think i get it The item "CASH" not the bounty price and the "SHOP" ill try to fix this...

    Edit Fount i think

    Code:
    weapon="greatsword":where it will show up(buying group)
    By : MAXTRAXv3

    The zitem.xml

    Code:
    <ITEM id="700000" name="STR:ZITEM_NAME_700000" mesh_name="dagger07" totalpoint="0" type="melee" res_sex="a" res_level="70" slot="melee" weapon=">>dagger<<" weight="5" bt_price="1000000" delay="100" damage="10" range="160" 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" pr="0" lr="0" color="#FFFFFFFF" image_id="0" bullet_image_id="0" magazine_image_id="0" desc="STR:ZITEM_DESC_700000" limitspeed="115" iscashitem="false" />
    The Shop.xml (follows the zitem.xml wearpon= and ID)

    Code:
    <!-- Dagger 
    <SELL itemid="700000"/>
    -->
    To

    Code:
    <!-- Dagger -->
    <SELL itemid="700000"/>
    If non of these help.. go in the MySQL database and the tables items or itemshop something like that and add the info there to.

    All that can help...
    Ry

  12. #12
    Member ShadowDesires is offline
    MemberRank
    Aug 2007 Join Date
    In Her Pants :DLocation
    58Posts

    Re: Items Do Not Show In Shop!

    thank you all for trying to help me, also...
    i apologize for acting that way from before, it's just that i have looked, maybe i just didnt find the answer
    i've been trying different things all day and night for 6 days and im getting a little frustrated, so im sorry
    for being an asshole... though if u could please try and help me fix this, it is becoming very tiresome

    also, this is my WHOLE shop.xml

    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <!-- SHOP.XML GENERATED BY SHOPGEN v1.0.2007.11.16-->
    <XML id="shop">
    <SELL itemid="2"/>
    
    <SELL itemid="3"/>
    
    <SELL itemid="4"/>
    
    <SELL itemid="5"/>
    
    <SELL itemid="6"/>
    
    <SELL itemid="7"/>
    
    <SELL itemid="8"/>
    
    <SELL itemid="9"/>
    
    <SELL itemid="52"/>
    
    <SELL itemid="11"/>
    
    <SELL itemid="12"/>
    
    <SELL itemid="13"/>
    
    <SELL itemid="14"/>
    
    <SELL itemid="15"/>
    
    <SELL itemid="16"/>
    
    <SELL itemid="17"/>
    
    <SELL itemid="18"/>
    
    <SELL itemid="50041"/>
    
    <SELL itemid="50040"/>
    
    <SELL itemid="520"/>
    
    <SELL itemid="521"/>
    
    <SELL itemid="522"/>
    
    <SELL itemid="523"/>
    
    <SELL itemid="524"/>
    
    <SELL itemid="525"/>
    
    <SELL itemid="526"/>
    
    <SELL itemid="527"/>
    
    <SELL itemid="528"/>
    
    <SELL itemid="529"/>
    
    <SELL itemid="110"/>
    
    <SELL itemid="111"/>
    
    <SELL itemid="112"/>
    
    <SELL itemid="113"/>
    
    <SELL itemid="114"/>
    
    <SELL itemid="115"/>
    
    <SELL itemid="116"/>
    
    <SELL itemid="117"/>
    
    <SELL itemid="118"/>
    
    <SELL itemid="50014"/>
    
    <SELL itemid="50039"/>
    
    <SELL itemid="50033"/>
    
    <SELL itemid="50000"/>
    
    <SELL itemid="200"/>
    
    <SELL itemid="201"/>
    
    <SELL itemid="202"/>
    
    <SELL itemid="203"/>
    
    <SELL itemid="204"/>
    
    <SELL itemid="205"/>
    
    <SELL itemid="50015"/>
    
    <SELL itemid="50037"/>
    
    <SELL itemid="50001"/>
    
    <SELL itemid="300"/>
    
    <SELL itemid="301"/>
    
    <SELL itemid="302"/>
    
    <SELL itemid="303"/>
    
    <SELL itemid="304"/>
    
    <SELL itemid="305"/>
    
    <SELL itemid="306"/>
    
    <SELL itemid="307"/>
    
    <SELL itemid="308"/>
    
    <SELL itemid="50034"/>
    
    <SELL itemid="50002"/>
    
    <SELL itemid="500"/>
    
    <SELL itemid="501"/>
    
    <SELL itemid="502"/>
    
    <SELL itemid="503"/>
    
    <SELL itemid="504"/>
    
    <SELL itemid="505"/>
    
    <SELL itemid="506"/>
    
    <SELL itemid="507"/>
    
    <SELL itemid="508"/>
    
    <SELL itemid="509"/>
    
    <SELL itemid="510"/>
    
    <SELL itemid="511"/>
    
    <SELL itemid="512"/>
    
    <SELL itemid="513"/>
    
    <SELL itemid="514"/>
    
    <SELL itemid="515"/>
    
    <SELL itemid="516"/>
    
    <SELL itemid="517"/>
    
    <SELL itemid="518"/>
    
    <SELL itemid="519"/>
    
    <SELL itemid="520"/>
    
    <SELL itemid="521"/>
    
    <SELL itemid="522"/>
    
    <SELL itemid="523"/>
    
    <SELL itemid="50035"/>
    
    <SELL itemid="50003"/>
    
    <SELL itemid="50007"/>
    
    <SELL itemid="600"/>
    
    <SELL itemid="601"/>
    
    <SELL itemid="602"/>
    
    <SELL itemid="603"/>
    
    <SELL itemid="604"/>
    
    <SELL itemid="605"/>
    
    <SELL itemid="606"/>
    
    <SELL itemid="607"/>
    
    <SELL itemid="608"/>
    
    <SELL itemid="609"/>
    
    <SELL itemid="610"/>
    
    <SELL itemid="611"/>
    
    <SELL itemid="612"/>
    
    <SELL itemid="613"/>
    
    <SELL itemid="614"/>
    
    <SELL itemid="615"/>
    
    <SELL itemid="616"/>
    
    <SELL itemid="617"/>
    
    <SELL itemid="618"/>
    
    <SELL itemid="619"/>
    
    <SELL itemid="620"/>
    
    <SELL itemid="621"/>
    
    <SELL itemid="622"/>
    
    <SELL itemid="623"/>
    
    <SELL itemid="624"/>
    
    <SELL itemid="50004"/>
    
    <SELL itemid="700"/>
    
    <SELL itemid="701"/>
    
    <SELL itemid="702"/>
    
    <SELL itemid="703"/>
    
    <SELL itemid="704"/>
    
    <SELL itemid="705"/>
    
    <SELL itemid="706"/>
    
    <SELL itemid="707"/>
    
    <SELL itemid="708"/>
    
    <SELL itemid="709"/>
    
    <SELL itemid="710"/>
    
    <SELL itemid="711"/>
    
    <SELL itemid="712"/>
    
    <SELL itemid="713"/>
    
    <SELL itemid="714"/>
    
    <SELL itemid="715"/>
    
    <SELL itemid="716"/>
    
    <SELL itemid="717"/>
    
    <SELL itemid="718"/>
    
    <SELL itemid="719"/>
    
    <SELL itemid="720"/>
    
    <SELL itemid="721"/>
    
    <SELL itemid="722"/>
    
    <SELL itemid="723"/>
    
    <SELL itemid="724"/>
    
    <SELL itemid="50043"/>
    
    <SELL itemid="50005"/>
    
    <SELL itemid="900"/>
    
    <SELL itemid="901"/>
    
    <SELL itemid="902"/>
    
    <SELL itemid="903"/>
    
    <SELL itemid="904"/>
    
    <SELL itemid="905"/>
    
    <SELL itemid="906"/>
    
    <SELL itemid="907"/>
    
    <SELL itemid="908"/>
    
    <SELL itemid="909"/>
    
    <SELL itemid="910"/>
    
    <SELL itemid="911"/>
    
    <SELL itemid="912"/>
    
    <SELL itemid="913"/>
    
    <SELL itemid="914"/>
    
    <SELL itemid="915"/>
    
    <SELL itemid="50006"/>
    
    <SELL itemid="50008"/>
    
    <SELL itemid="5200"/>
    
    <SELL itemid="5201"/>
    
    <SELL itemid="5202"/>
    
    <SELL itemid="5203"/>
    
    <SELL itemid="5204"/>
    
    <SELL itemid="50042"/>
    
    <SELL itemid="50009"/>
    
    <SELL itemid="50010"/>
    
    <SELL itemid="1100"/>
    
    <SELL itemid="1101"/>
    
    <SELL itemid="1102"/>
    
    <SELL itemid="1103"/>
    
    <SELL itemid="1104"/>
    
    <SELL itemid="1105"/>
    
    <SELL itemid="1106"/>
    
    <SELL itemid="1107"/>
    
    <SELL itemid="1108"/>
    
    <SELL itemid="1109"/>
    
    <SELL itemid="1110"/>
    
    <SELL itemid="1111"/>
    
    <SELL itemid="1112"/>
    
    <SELL itemid="1113"/>
    
    <SELL itemid="1114"/>
    
    <SELL itemid="50038"/>
    
    <SELL itemid="50011"/>
    
    <SELL itemid="1200"/>
    
    <SELL itemid="1201"/>
    
    <SELL itemid="1202"/>
    
    <SELL itemid="1203"/>
    
    <SELL itemid="1204"/>
    
    <SELL itemid="1205"/>
    
    <SELL itemid="1206"/>
    
    <SELL itemid="1207"/>
    
    <SELL itemid="1208"/>
    
    <SELL itemid="1209"/>
    
    <SELL itemid="50013"/>
    
    <SELL itemid="50012"/>
    
    <SELL itemid="1300"/>
    
    <SELL itemid="1301"/>
    
    <SELL itemid="1302"/>
    
    <SELL itemid="1303"/>
    
    <SELL itemid="1304"/>
    
    <SELL itemid="1305"/>
    
    <SELL itemid="1306"/>
    
    <SELL itemid="2000"/>
    
    <SELL itemid="2001"/>
    
    <SELL itemid="2002"/>
    
    <SELL itemid="2003"/>
    
    <SELL itemid="2004"/>
    
    <SELL itemid="2005"/>
    
    <SELL itemid="2100"/>
    
    <SELL itemid="2101"/>
    
    <SELL itemid="2102"/>
    
    <SELL itemid="2103"/>
    
    <SELL itemid="2104"/>
    
    <SELL itemid="2200"/>
    
    <SELL itemid="2201"/>
    
    <SELL itemid="2202"/>
    
    <SELL itemid="2203"/>
    
    <SELL itemid="2204"/>
    
    <SELL itemid="2300"/>
    
    <SELL itemid="2301"/>
    
    <SELL itemid="2302"/>
    
    <SELL itemid="2303"/>
    
    <SELL itemid="2400"/>
    
    <SELL itemid="2401"/>
    
    <SELL itemid="2402"/>
    
    <SELL itemid="2403"/>
    
    <SELL itemid="2500"/>
    
    <SELL itemid="2600"/>
    
    <SELL itemid="2601"/>
    
    <SELL itemid="2602"/>
    
    <SELL itemid="2600"/>
    
    <SELL itemid="2601"/>
    
    <SELL itemid="2602"/>
    
    <SELL itemid="2603"/>
    
    <SELL itemid="2604"/>
    
    <SELL itemid="2700"/>
    
    <SELL itemid="2701"/>
    
    <SELL itemid="2702"/>
    
    <SELL itemid="2703"/>
    
    <SELL itemid="2704"/>
    
    <SELL itemid="2800"/>
    
    <SELL itemid="2801"/>
    
    <SELL itemid="2802"/>
    
    <SELL itemid="2803"/>
    
    <SELL itemid="2804"/>
    
    <SELL itemid="2900"/>
    
    <SELL itemid="2901"/>
    
    <SELL itemid="2902"/>
    
    <SELL itemid="2903"/>
    
    <SELL itemid="2904"/>
    
    <SELL itemid="5000"/>
    
    <SELL itemid="5001"/>
    
    <SELL itemid="5002"/>
    
    <SELL itemid="5003"/>
    
    <SELL itemid="5004"/>
    
    <SELL itemid="5005"/>
    
    <SELL itemid="5006"/>
    
    <SELL itemid="5007"/>
    
    <SELL itemid="5008"/>
    
    <SELL itemid="5009"/>
    
    <SELL itemid="5010"/>
    
    <SELL itemid="5011"/>
    
    <SELL itemid="5012"/>
    
    <SELL itemid="5013"/>
    
    <SELL itemid="6000"/>
    
    <SELL itemid="6001"/>
    
    <SELL itemid="6002"/>
    
    <SELL itemid="6003"/>
    
    <SELL itemid="6004"/>
    
    <SELL itemid="6005"/>
    
    <SELL itemid="6006"/>
    
    <SELL itemid="6007"/>
    
    <SELL itemid="6008"/>
    
    <SELL itemid="6009"/>
    
    <SELL itemid="6010"/>
    
    <SELL itemid="6011"/>
    
    <SELL itemid="6012"/>
    
    <SELL itemid="6013"/>
    
    <SELL itemid="6014"/>
    
    <SELL itemid="6015"/>
    
    <SELL itemid="6016"/>
    
    <SELL itemid="6017"/>
    
    <SELL itemid="6018"/>
    
    <SELL itemid="6019"/>
    
    <SELL itemid="6020"/>
    
    <SELL itemid="6021"/>
    
    <SELL itemid="6022"/>
    
    <SELL itemid="6023"/>
    
    <SELL itemid="6024"/>
    
    <SELL itemid="6025"/>
    
    <SELL itemid="7000"/>
    
    <SELL itemid="7001"/>
    
    <SELL itemid="7002"/>
    
    <SELL itemid="7003"/>
    
    <SELL itemid="7004"/>
    
    <SELL itemid="7005"/>
    
    <SELL itemid="7006"/>
    
    <SELL itemid="7007"/>
    
    <SELL itemid="7008"/>
    
    <SELL itemid="7009"/>
    
    <SELL itemid="7010"/>
    
    <SELL itemid="7011"/>
    
    <SELL itemid="7012"/>
    
    <SELL itemid="7013"/>
    
    <SELL itemid="7014"/>
    
    <SELL itemid="7015"/>
    
    <SELL itemid="7016"/>
    
    <SELL itemid="7017"/>
    
    <SELL itemid="7018"/>
    
    <SELL itemid="7019"/>
    
    <SELL itemid="7020"/>
    
    <SELL itemid="7021"/>
    
    <SELL itemid="7022"/>
    
    <SELL itemid="7023"/>
    
    <SELL itemid="7024"/>
    
    <SELL itemid="7025"/>
    
    <SELL itemid="11008"/>
    
    <SELL itemid="11012"/>
    
    <SELL itemid="11013"/>
    
    <SELL itemid="11014"/>
    
    <SELL itemid="11015"/>
    
    <SELL itemid="11016"/>
    
    <SELL itemid="11017"/>
    
    <SELL itemid="11018"/>
    
    <SELL itemid="11019"/>
    
    <SELL itemid="11020"/>
    
    <SELL itemid="11021"/>
    
    <SELL itemid="11022"/>
    
    <SELL itemid="11023"/>
    
    <SELL itemid="12008"/>
    
    <SELL itemid="12012"/>
    
    <SELL itemid="12013"/>
    
    <SELL itemid="12014"/>
    
    <SELL itemid="12015"/>
    
    <SELL itemid="12016"/>
    
    <SELL itemid="12017"/>
    
    <SELL itemid="12018"/>
    
    <SELL itemid="12019"/>
    
    <SELL itemid="12020"/>
    
    <SELL itemid="12021"/>
    
    <SELL itemid="12022"/>
    
    <SELL itemid="12023"/>
    
    <SELL itemid="50017"/>
    
    <SELL itemid="50019"/>
    
    <SELL itemid="13012"/>
    
    <SELL itemid="13013"/>
    
    <SELL itemid="13014"/>
    
    <SELL itemid="13016"/>
    
    <SELL itemid="13017"/>
    
    <SELL itemid="13018"/>
    
    <SELL itemid="13019"/>
    
    <SELL itemid="13020"/>
    
    <SELL itemid="13021"/>
    
    <SELL itemid="13022"/>
    
    <SELL itemid="13023"/>
    
    <SELL itemid="14012"/>
    
    <SELL itemid="14013"/>
    
    <SELL itemid="14014"/>
    
    <SELL itemid="14016"/>
    
    <SELL itemid="14017"/>
    
    <SELL itemid="14018"/>
    
    <SELL itemid="14019"/>
    
    <SELL itemid="14020"/>
    
    <SELL itemid="14021"/>
    
    <SELL itemid="14022"/>
    
    <SELL itemid="14023"/>
    
    <SELL itemid="15012"/>
    
    <SELL itemid="15013"/>
    
    <SELL itemid="15014"/>
    
    <SELL itemid="15016"/>
    
    <SELL itemid="15017"/>
    
    <SELL itemid="15018"/>
    
    <SELL itemid="15019"/>
    
    <SELL itemid="15020"/>
    
    <SELL itemid="15021"/>
    
    <SELL itemid="15022"/>
    
    <SELL itemid="15023"/>
    
    <SELL itemid="50049"/>
    
    <SELL itemid="50050"/>
    
    <SELL itemid="50051"/>
    
    <SELL itemid="50052"/>
    
    <SELL itemid="50053"/>
    
    <SELL itemid="11000"/>
    
    <SELL itemid="12000"/>
    
    <SELL itemid="13000"/>
    
    <SELL itemid="14000"/>
    
    <SELL itemid="15000"/>
    
    <SELL itemid="11001"/>
    
    <SELL itemid="12001"/>
    
    <SELL itemid="13001"/>
    
    <SELL itemid="14001"/>
    
    <SELL itemid="15001"/>
    
    <SELL itemid="11002"/>
    
    <SELL itemid="12002"/>
    
    <SELL itemid="13002"/>
    
    <SELL itemid="14002"/>
    
    <SELL itemid="15002"/>
    
    <SELL itemid="11003"/>
    
    <SELL itemid="12003"/>
    
    <SELL itemid="13003"/>
    
    <SELL itemid="14003"/>
    
    <SELL itemid="15003"/>
    
    <SELL itemid="11004"/>
    
    <SELL itemid="12004"/>
    
    <SELL itemid="14004"/>
    
    <SELL itemid="15004"/>
    
    <SELL itemid="11005"/>
    
    <SELL itemid="12005"/>
    
    <SELL itemid="14005"/>
    
    <SELL itemid="15005"/>
    
    <SELL itemid="11006"/>
    
    <SELL itemid="12006"/>
    
    <SELL itemid="14006"/>
    
    <SELL itemid="15006"/>
    
    <SELL itemid="11007"/>
    
    <SELL itemid="12007"/>
    
    <SELL itemid="13007"/>
    
    <SELL itemid="14007"/>
    
    <SELL itemid="15007"/>
    
    <SELL itemid="11009"/>
    
    <SELL itemid="12009"/>
    
    <SELL itemid="13009"/>
    
    <SELL itemid="14009"/>
    
    <SELL itemid="15009"/>
    
    <SELL itemid="11010"/>
    
    <SELL itemid="12010"/>
    
    <SELL itemid="13010"/>
    
    <SELL itemid="14010"/>
    
    <SELL itemid="15010"/>
    
    <SELL itemid="11011"/>
    
    <SELL itemid="12011"/>
    
    <SELL itemid="13011"/>
    
    <SELL itemid="14011"/>
    
    <SELL itemid="15011"/>
    
    <SELL itemid="11024"/>
    
    <SELL itemid="12024"/>
    
    <SELL itemid="13024"/>
    
    <SELL itemid="14024"/>
    
    <SELL itemid="15024"/>
    
    <SELL itemid="11025"/>
    
    <SELL itemid="12025"/>
    
    <SELL itemid="13025"/>
    
    <SELL itemid="14025"/>
    
    <SELL itemid="15025"/>
    
    <SELL itemid="12026"/>
    
    <SELL itemid="13026"/>
    
    <SELL itemid="14026"/>
    
    <SELL itemid="15026"/>
    
    <SELL itemid="11027"/>
    
    <SELL itemid="12027"/>
    
    <SELL itemid="13027"/>
    
    <SELL itemid="14027"/>
    
    <SELL itemid="15027"/>
    
    <SELL itemid="11028"/>
    
    <SELL itemid="12028"/>
    
    <SELL itemid="13028"/>
    
    <SELL itemid="14028"/>
    
    <SELL itemid="15028"/>
    
    <SELL itemid="11029"/>
    
    <SELL itemid="12029"/>
    
    <SELL itemid="13029"/>
    
    <SELL itemid="14029"/>
    
    <SELL itemid="15029"/>
    
    <SELL itemid="12030"/>
    
    <SELL itemid="14030"/>
    
    <SELL itemid="11031"/>
    
    <SELL itemid="12031"/>
    
    <SELL itemid="13031"/>
    
    <SELL itemid="14031"/>
    
    <SELL itemid="15031"/>
    
    <SELL itemid="12032"/>
    
    <SELL itemid="13032"/>
    
    <SELL itemid="14032"/>
    
    <SELL itemid="15032"/>
    
    <SELL itemid="11033"/>
    
    <SELL itemid="12033"/>
    
    <SELL itemid="13033"/>
    
    <SELL itemid="14033"/>
    
    <SELL itemid="15033"/>
    
    <SELL itemid="50025"/>
    
    <SELL itemid="50026"/>
    
    <SELL itemid="50027"/>
    
    <SELL itemid="50028"/>
    
    <SELL itemid="50029"/>
    
    <SELL itemid="50030"/>
    
    <SELL itemid="21000"/>
    
    <SELL itemid="21001"/>
    
    <SELL itemid="21002"/>
    
    <SELL itemid="21003"/>
    
    <SELL itemid="21004"/>
    
    <SELL itemid="21005"/>
    
    <SELL itemid="21006"/>
    
    <SELL itemid="21007"/>
    
    <SELL itemid="21008"/>
    
    <SELL itemid="21012"/>
    
    <SELL itemid="21013"/>
    
    <SELL itemid="21014"/>
    
    <SELL itemid="21015"/>
    
    <SELL itemid="21016"/>
    
    <SELL itemid="21017"/>
    
    <SELL itemid="21018"/>
    
    <SELL itemid="21019"/>
    
    <SELL itemid="21020"/>
    
    <SELL itemid="21021"/>
    
    <SELL itemid="21022"/>
    
    <SELL itemid="21023"/>
    
    <SELL itemid="22000"/>
    
    <SELL itemid="22001"/>
    
    <SELL itemid="22002"/>
    
    <SELL itemid="22003"/>
    
    <SELL itemid="22004"/>
    
    <SELL itemid="22005"/>
    
    <SELL itemid="22006"/>
    
    <SELL itemid="22007"/>
    
    <SELL itemid="22008"/>
    
    <SELL itemid="22012"/>
    
    <SELL itemid="22013"/>
    
    <SELL itemid="22014"/>
    
    <SELL itemid="22015"/>
    
    <SELL itemid="22016"/>
    
    <SELL itemid="22017"/>
    
    <SELL itemid="22018"/>
    
    <SELL itemid="22019"/>
    
    <SELL itemid="22020"/>
    
    <SELL itemid="22021"/>
    
    <SELL itemid="22022"/>
    
    <SELL itemid="22023"/>
    
    <SELL itemid="50016"/>
    
    <SELL itemid="50018"/>
    
    <SELL itemid="23000"/>
    
    <SELL itemid="23001"/>
    
    <SELL itemid="23002"/>
    
    <SELL itemid="23003"/>
    
    <SELL itemid="23007"/>
    
    <SELL itemid="23012"/>
    
    <SELL itemid="23013"/>
    
    <SELL itemid="23014"/>
    
    <SELL itemid="23016"/>
    
    <SELL itemid="23017"/>
    
    <SELL itemid="23018"/>
    
    <SELL itemid="23019"/>
    
    <SELL itemid="23020"/>
    
    <SELL itemid="23021"/>
    
    <SELL itemid="23022"/>
    
    <SELL itemid="23023"/>
    
    <SELL itemid="24000"/>
    
    <SELL itemid="24001"/>
    
    <SELL itemid="24002"/>
    
    <SELL itemid="24003"/>
    
    <SELL itemid="24004"/>
    
    <SELL itemid="24005"/>
    
    <SELL itemid="24006"/>
    
    <SELL itemid="24007"/>
    
    <SELL itemid="24012"/>
    
    <SELL itemid="24013"/>
    
    <SELL itemid="24014"/>
    
    <SELL itemid="24016"/>
    
    <SELL itemid="24017"/>
    
    <SELL itemid="24018"/>
    
    <SELL itemid="24019"/>
    
    <SELL itemid="24020"/>
    
    <SELL itemid="24021"/>
    
    <SELL itemid="24022"/>
    
    <SELL itemid="24023"/>
    
    <SELL itemid="25000"/>
    
    <SELL itemid="25001"/>
    
    <SELL itemid="25002"/>
    
    <SELL itemid="25003"/>
    
    <SELL itemid="25004"/>
    
    <SELL itemid="25005"/>
    
    <SELL itemid="25006"/>
    
    <SELL itemid="25007"/>
    
    <SELL itemid="25012"/>
    
    <SELL itemid="25013"/>
    
    <SELL itemid="25014"/>
    
    <SELL itemid="25016"/>
    
    <SELL itemid="25017"/>
    
    <SELL itemid="25018"/>
    
    <SELL itemid="25019"/>
    
    <SELL itemid="25020"/>
    
    <SELL itemid="25021"/>
    
    <SELL itemid="25022"/>
    
    <SELL itemid="25023"/>
    
    <SELL itemid="50044"/>
    
    <SELL itemid="50045"/>
    
    <SELL itemid="50046"/>
    
    <SELL itemid="50047"/>
    
    <SELL itemid="50048"/>
    
    <SELL itemid="50031"/>
    
    <SELL itemid="50032"/>
    
    <SELL itemid="50020"/>
    
    <SELL itemid="50021"/>
    
    <SELL itemid="50022"/>
    
    <SELL itemid="50023"/>
    
    <SELL itemid="50024"/>
    
    <SELL itemid="21009"/>
    
    <SELL itemid="22009"/>
    
    <SELL itemid="23009"/>
    
    <SELL itemid="24009"/>
    
    <SELL itemid="25009"/>
    
    <SELL itemid="21010"/>
    
    <SELL itemid="22010"/>
    
    <SELL itemid="23010"/>
    
    <SELL itemid="24010"/>
    
    <SELL itemid="25010"/>
    
    <SELL itemid="21024"/>
    
    <SELL itemid="22024"/>
    
    <SELL itemid="23024"/>
    
    <SELL itemid="24024"/>
    
    <SELL itemid="25024"/>
    
    <SELL itemid="21025"/>
    
    <SELL itemid="22025"/>
    
    <SELL itemid="23025"/>
    
    <SELL itemid="24025"/>
    
    <SELL itemid="25025"/>
    
    <SELL itemid="22026"/>
    
    <SELL itemid="23026"/>
    
    <SELL itemid="24026"/>
    
    <SELL itemid="25026"/>
    
    <SELL itemid="21027"/>
    
    <SELL itemid="22027"/>
    
    <SELL itemid="23027"/>
    
    <SELL itemid="24027"/>
    
    <SELL itemid="25027"/>
    
    <SELL itemid="21028"/>
    
    <SELL itemid="22028"/>
    
    <SELL itemid="23028"/>
    
    <SELL itemid="24028"/>
    
    <SELL itemid="25028"/>
    
    <SELL itemid="21029"/>
    
    <SELL itemid="22029"/>
    
    <SELL itemid="23029"/>
    
    <SELL itemid="24029"/>
    
    <SELL itemid="25029"/>
    
    <SELL itemid="21031"/>
    
    <SELL itemid="22031"/>
    
    <SELL itemid="23031"/>
    
    <SELL itemid="24031"/>
    
    <SELL itemid="25031"/>
    
    <SELL itemid="21033"/>
    
    <SELL itemid="22033"/>
    
    <SELL itemid="23033"/>
    
    <SELL itemid="24033"/>
    
    <SELL itemid="25033"/>
    
    <SELL itemid="30000"/>
    
    <SELL itemid="30001"/>
    
    <SELL itemid="30002"/>
    
    <SELL itemid="30003"/>
    
    <SELL itemid="30004"/>
    
    <SELL itemid="30005"/>
    
    <SELL itemid="30006"/>
    
    <SELL itemid="30007"/>
    
    <SELL itemid="30008"/>
    
    <SELL itemid="30009"/>
    
    <SELL itemid="30010"/>
    
    <SELL itemid="30011"/>
    
    <SELL itemid="30012"/>
    
    <SELL itemid="30013"/>
    
    <SELL itemid="30014"/>
    
    <SELL itemid="30015"/>
    
    <SELL itemid="35000"/>
    
    <SELL itemid="35001"/>
    
    <SELL itemid="35002"/>
    
    <SELL itemid="35003"/>
    
    <SELL itemid="35004"/>
    
    <SELL itemid="35005"/>
    
    <SELL itemid="35006"/>
    
    <SELL itemid="35007"/>
    
    <SELL itemid="35008"/>
    
    <SELL itemid="35009"/>
    
    <SELL itemid="35010"/>
    
    <SELL itemid="35011"/>
    
    <SELL itemid="35012"/>
    
    <SELL itemid="35013"/>
    
    <SELL itemid="35014"/>
    
    <SELL itemid="35015"/>
    
    <SELL itemid="35016"/>
    
    <SELL itemid="40000"/>
    
    <SELL itemid="40001"/>
    
    <SELL itemid="40002"/>
    
    <SELL itemid="40003"/>
    
    <SELL itemid="40004"/>
    
    <SELL itemid="40005"/>
    
    <SELL itemid="40006"/>
    
    <SELL itemid="999995"/>
    
    <SELL itemid="9999995"/>
    
    <SELL itemid="400002"/>
    
    <SELL itemid="400003"/>
    
    <SELL itemid="400004"/>
    
    <SELL itemid="400004"/>
    
    <SELL itemid="400005"/>
    
    <SELL itemid="520000022"/>
    
    <SELL itemid="999999999"/>
    
    <SELL itemid="999999997"/>
    
    <SELL itemid="999999998"/>
    
    <SELL itemid="506005"/>
    
    <SELL itemid="400514"/>
    
    <SELL itemid="400515"/>
    
    <SELL itemid="400516"/>
    
    <SELL itemid="400517"/>
    
    <SELL itemid="400518"/>
    
    <SELL itemid="400501"/>
    
    <SELL itemid="400502"/>
    
    <SELL itemid="400503"/>
    
    <SELL itemid="400504"/>
    
    <SELL itemid="400505"/>
    
    <SELL itemid="400506"/>
    
    <SELL itemid="400507"/>
    
    <SELL itemid="400508"/>
    
    <SELL itemid="400509"/>
    
    <SELL itemid="400510"/>
    
    <SELL itemid="400511"/>
    
    <SELL itemid="400512"/>
    
    <SELL itemid="400513"/>
    
    <SELL itemid="520000"/>
    
    <SELL itemid="520040"/>
    
    <SELL itemid="100036"/>
    
    <SELL itemid="100037"/>
    
    <SELL itemid="100038"/>
    
    <SELL itemid="100039"/>
    
    <SELL itemid="100536"/>
    
    <SELL itemid="100537"/>
    
    <SELL itemid="100538"/>
    
    <SELL itemid="100539"/>
    
    <SELL itemid="101028"/>
    
    <SELL itemid="101029"/>
    
    <SELL itemid="101030"/>
    
    <SELL itemid="101031"/>
    
    <SELL itemid="101528"/>
    
    <SELL itemid="101529"/>
    
    <SELL itemid="101530"/>
    
    <SELL itemid="101531"/>
    
    <SELL itemid="102023"/>
    
    <SELL itemid="102024"/>
    
    <SELL itemid="102025"/>
    
    <SELL itemid="102026"/>
    
    <SELL itemid="102523"/>
    
    <SELL itemid="102524"/>
    
    <SELL itemid="102525"/>
    
    <SELL itemid="102526"/>
    
    <SELL itemid="103026"/>
    
    <SELL itemid="103027"/>
    
    <SELL itemid="103028"/>
    
    <SELL itemid="103029"/>
    
    <SELL itemid="103526"/>
    
    <SELL itemid="103527"/>
    
    <SELL itemid="103528"/>
    
    <SELL itemid="103529"/>
    
    <SELL itemid="104026"/>
    
    <SELL itemid="104027"/>
    
    <SELL itemid="104028"/>
    
    <SELL itemid="104029"/>
    
    <SELL itemid="104526"/>
    
    <SELL itemid="104527"/>
    
    <SELL itemid="104528"/>
    
    <SELL itemid="104529"/>
    
    <SELL itemid="104530"/>
    
    <SELL itemid="104531"/>
    
    <SELL itemid="104534"/>
    
    <SELL itemid="104535"/>
    
    <SELL itemid="104536"/>
    
    <SELL itemid="104537"/>
    
    <SELL itemid="104538"/>
    
    <SELL itemid="104539"/>
    
    <SELL itemid="104540"/>
    
    <SELL itemid="104541"/>
    
    <SELL itemid="700000"/>
    
    <SELL itemid="700002"/>
    
    <SELL itemid="700003"/>
    
    <SELL itemid="700004"/>
    
    <SELL itemid="700005"/>
    
    <SELL itemid="700006"/>
    
    <SELL itemid="700007"/>
    
    <SELL itemid="700008"/>
    
    <SELL itemid="700009"/>
    
    <SELL itemid="700010"/>
    
    <SELL itemid="700011"/>
    
    <SELL itemid="700012"/>
    
    <SELL itemid="700013"/>
    
    </XML>
    <!-- Total Items Written:781 -->
    sorry for the super long code but the squares in the .xml file turn into a space when i paste it here :|

    Quote Originally Posted by hiii View Post
    Hmm I think i get it The item "CASH" not the bounty price and the "SHOP" ill try to fix this...

    Edit Fount i think

    Code:
    weapon="greatsword":where it will show up(buying group)
    By : MAXTRAXv3

    The zitem.xml

    Code:
    <ITEM id="700000" name="STR:ZITEM_NAME_700000" mesh_name="dagger07" totalpoint="0" type="melee" res_sex="a" res_level="70" slot="melee" weapon=">>dagger<<" weight="5" bt_price="1000000" delay="100" damage="10" range="160" 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" pr="0" lr="0" color="#FFFFFFFF" image_id="0" bullet_image_id="0" magazine_image_id="0" desc="STR:ZITEM_DESC_700000" limitspeed="115" iscashitem="false" />
    The Shop.xml (follows the zitem.xml wearpon= and ID)

    Code:
    <!-- Dagger
    <SELL itemid="700000"/>
    -->
    To

    Code:
    <!-- Dagger -->
    <SELL itemid="700000"/>
    If non of these help.. go in the MySQL database and the tables items or itemshop something like that and add the info there to.

    All that can help...
    Ry
    also, ill try this idea out, so thank you for trying to help me, though... this still doesnt help me with why my items turn out to be CASH items even though i have "iscashitem="false"...

    because i just added the item to my inventory after i made it in the zitem and added it to shop
    (except it doesnt appear in shop lol)

  13. #13
    Account Upgraded | Title Enabled! hiii is offline
    MemberRank
    Sep 2007 Join Date
    387Posts

    Re: Items Do Not Show In Shop!

    Well i know the bug of the zitem.xml and shop.xml...... try to put the id like 25955 and do this for the MatchServer folder and system.mrs's zitem.xml... that shud help you.

  14. #14
    Member ShadowDesires is offline
    MemberRank
    Aug 2007 Join Date
    In Her Pants :DLocation
    58Posts

    Re: Items Do Not Show In Shop!

    Quote Originally Posted by hiii
    Well i know the bug of the zitem.xml and shop.xml...... try to put the id like 25955 and do this for the MatchServer folder and system.mrs's zitem.xml... that shud help you.
    do you mean like... make the zitem.xml the same in match server as the one in the system.mrs? cuz, i already do that, thats just kinda common sense o-0""
    Last edited by ShadowDesires; 30-11-08 at 12:55 PM.

  15. #15
    Account Upgraded | Title Enabled! hiii is offline
    MemberRank
    Sep 2007 Join Date
    387Posts

    Re: Items Do Not Show In Shop!

    Quote Originally Posted by ShadowDesires View Post
    do you mean like... make the zitem.xml the same in match server as the one in the system.mrs? cuz, i already do that, thats just kinda common sense o-0""
    The matchserver fold and system.xml must be the same and you have to update the CRC codes... Or your using runnable client that bypasses filelist.xml :)

  16. #16
    Aristrum Mark is offline
    MemberRank
    Aug 2007 Join Date
    United KingdomLocation
    474Posts

    Re: Items Do Not Show In Shop!

    To make it NOT a cash item, I think you just have to make the item id lower than 500000.

    Try doing like 150000 and then continue from there.

  17. #17
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: Items Do Not Show In Shop!

    they are right, the zitemid needs to be under 500,000

  18. #18
    Member ShadowDesires is offline
    MemberRank
    Aug 2007 Join Date
    In Her Pants :DLocation
    58Posts

    Re: Items Do Not Show In Shop!

    THANK YOU SO MUCH!!

    The whole under 500000 works out perfectly, i did not realize that normal items could not be under 500000
    but now everything is all fine, thank you so much for the help <3

  19. #19
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: Items Do Not Show In Shop!

    no problem :D

  20. #20
    Account Upgraded | Title Enabled! hiii is offline
    MemberRank
    Sep 2007 Join Date
    387Posts

    Re: Items Do Not Show In Shop!

    My God Admin Weapon's zitem ID is 999998 rofl and it works :)

  21. #21
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: Items Do Not Show In Shop!

    it wont show up in the shop though, we never said it wouldnt work.



Advertisement