Posts: 31
Threads: 6
Joined: Aug 2011
Reputation:
0
Hi!
Is there an inventory system, which using MySQL?
If not, how should save the items?
And if I open the inventory, then query it at the time or it be pre-loaded?
(Sorry for my bad English!)
Posts: 532
Threads: 12
Joined: Oct 2013
Reputation:
0
Yes, there are inventory systems that are using MySQL out there. I suggest that you use variables in your server that store the information and only save/load information as rarely as possible like once when the player joins/quits. Depending on the redundancy you might want to have a timer which saves the information from time to time too. You have to learn how to script or write in the "Looking for..." thread. Good luck Mr. Swedish guy (aah дr ocksе svensk).
Posts: 31
Threads: 6
Joined: Aug 2011
Reputation:
0
Can you or somebody show, how it would look like?
Or link me that MySQL inventory, because I couldn't find it.