Re: [Tut]Items Cash/Storange
Quote:
Originally Posted by
pluke001
intresting..
sometimes I heard to write "iscashitem" and sometimes "iscash"...
so which of these is real?
It's iscashitem="true or false"
Re: [Tut]Items Cash/Storange
nice thanks it helped me since the one of demantor wont worked
Re: [Tut]Items Cash/Storange
Re: [Tut]Items Cash/Storange
very Good " Fine Post " Thanks
133 / 10
Re: [Tut]Items Cash/Storange
Quote:
Originally Posted by
Jizeth
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" />
http://img10.imageshack.us/img10/7613/imagen1nug.png
- [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.
http://img696.imageshack.us/img696/2346/imagen3h.png
http://img442.imageshack.us/img442/9409/imagen2uc.png
Save the changes made in the SQL and we went to run GunZ
Attachment 73905 Attachment 73906
I hope they have been of much help this post, give the button "thanks" does not cost anything xD
Att: Jizeth|Faraday...
Actually you can stick is cashitem="true" anywhere for the item between <ITEM id="" and />
Re: [Tut]Items Cash/Storange
Quote:
Originally Posted by
Jizeth
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" />
http://img10.imageshack.us/img10/7613/imagen1nug.png
- [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.
http://img696.imageshack.us/img696/2346/imagen3h.png
http://img442.imageshack.us/img442/9409/imagen2uc.png
Save the changes made in the SQL and we went to run GunZ
Attachment 73905 Attachment 73906
I hope they have been of much help this post, give the button "thanks" does not cost anything xD
Att: Jizeth|Faraday...
we have to fill out the whole thing in sql or just put item id?
Re: [Tut]Items Cash/Storange
we have to report you for bumping now again old Threads o.o ?
Re: [Tut]Items Cash/Storange