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