• 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!

From account name find character name

swordman

Member
Joined
Jun 5, 2011
Messages
394
Reaction score
7
Hi,

when u have an account name of an account. How can I find the character? without trying to use /info on 1000 chars:P
is there an simple way?

Repp+
 
well i'm not 100% on how to script it but i kinda know how to xD
u need to check the db ( obviously ) table ; players

result = SELECT id FROM accounts WHERE name = accountName

SELECT name FROM players WHERE account_id = result

well theres the mysql lines atleast xDD
 
Back
Top