Hi,
Will teach you how to change a normal item, to be a cash item.
- [1]Go and ask your system.mrs decompile (put at the forum, decompile).
- [2]When your system.mrs decompile, find a file "xml" called "zitem.xml".
- [3]Look in your "zitem" something called "iscashitem" and you will appear like this: iscashitem ="false"
- [5]There change the word "false" to "true". and go! is a premium item (cash).
NOTE: If your "zitem.xml" do not mention the word "iscashitem" you can stick the word
iscashitem="true" before "lr =" 0 "and then" pr = "0".
Code:
<ITEM id="399998" name="STR:ZITEM_NAME_399998" mesh_name="eq_chest_gm" totalpoint="0" type="equip"
res_sex="f" res_level="0" slot="chest" weight="1" bt_price="0" hp="999999" ap="0" maxwt="0"
sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_399998" />
<ITEM id="399998" name="STR:ZITEM_NAME_399998" mesh_name="eq_chest_gm" totalpoint="0" type="equip"
res_sex="f" res_level="0" slot="chest" weight="1" bt_price="0" hp="999999" ap="0" maxwt="0"
sf="0" fr="0" cr="0" pr="0" iscashitem="true" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_399998" />
- [6]We compiled the system.mrs and taped on the client..
Now we go to step to send the items to storange.
We go directly to SQL Server Management Studio Express...
Logged on -> Databases -> GunzDB -> Tables -> dbo.item -> Open table and write the item and the name of the Item.
Save the changes made in the SQL and we went to run GunZ
I hope they have been of much help this post, give the button "thanks" does not cost anything xD
Att: Jizeth|Faraday...