• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

[Request] Advanced player creater

KnightmareZ

New Member
Joined
Feb 3, 2008
Messages
607
Reaction score
4
Location
Sweden/Ljungby
Hi, I thought about making a war server but it will take very long time to edit all HP, cap, level experience skiills etc,

So a program that you put in like;
*Player name
*account number
*level (automatlic comes right hp, cap mana etc)
*skills of the player

I tried to search a program like this but didnt found any but this would be very useful!

thanks!
 
You could use SQL querrys for example heres to insert a character


Code:
INSERT INTO `players` VALUES (1, 'Account Manager', 1, 1, 1, 0, 150, 150, 0, 0, 0, 0, 0, 110, 0, 0, 0, 0, 0, 0, 0, 50, 50, 7, '', 400, 0, 0, 0, 0, 0, 0, 0, '', 0, 0, 0, 0, 10, 10, 10, 0, 0);
 
Back
Top