Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

Send me something in Storage

Newbie Spellweaver
Joined
Jun 8, 2011
Messages
9
Reaction score
0
How do I fix this? Send me something in Storage
And I want to get this but I can not do this to me

REMOVED
 
GunzDB>Programmability>Stored Procedures>
Rename spBringAccountItem to spBringAccountItemOld
and Rename spBringAccountItem2 to spBringAccountIte
 
Upvote 0
Do this

Polat Alemdar said:
GunzDB>Programmability>Stored Procedures>
Rename spBringAccountItem to spBringAccountItemOld
and Rename spBringAccountItem2 to spBringAccountIte

Then go to your zitem ( client side - server side )

Code:
Find your item id, change the iscashitem to true.

If theres not any iscashitem make it yourself.
Example :
Code:
name="Donator  FireThorn feets" mesh_name="eq_feet_FirThorn" totalpoint="0"  type="equip" res_sex="f" res_level="0" slot="feet" weight="0"  bt_price="0" hp="5" ap="25" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0"  color="#33FF33" desc="Thank You For Donateing To The Server !" [SIZE=5][COLOR=#FF0000]iscashitem="true"[/COLOR][/SIZE]

Then find your dbo.storage
Code:
Add the item id and the item name

Your done.

All the best.
Korey.
 
Upvote 0
Back