Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Load from database.

That one pokemon thing
Loyal Member
Joined
Apr 3, 2010
Messages
1,766
Reaction score
621
Hello,

I've been trying to script a function that calls an integer that's lined up with a String, but without success...
I don't know how to use the SELECT * FROM etc. in java.

I would be grateful is someone could help me with it.
 
Newbie Spellweaver
Joined
Feb 24, 2010
Messages
98
Reaction score
2
You can use DatabaseConnection and PreparedStatement classes in order to load. But you can just write new variable in MapleCharacter and set it's value while loading the character in loadCharFromDB .
 
Upvote 0
Back
Top