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!

[Help] Read this

Re: Read this

You can insert items into characters one way by using the WEB_ITEMMALL table. There should be a table called that in your database. What you do is fill ONLY the first 5 columns out in this order: Account ID, Character ID, ServerNum(Just Put 1, Unless You Have 2 Servers Working), Item Extension, and Item Count.

Then, you have to claim it in a wierd way. The user must clear their inventory to hold the items there. Whoever the character is, they must access the in-game power-up store(Press the P on the top of the User Interface Screen). Then, they must close it out, and WALA! It should be in their inventory...
 
Back