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

1/1 acc/pass

Alchemik1992

New Member
Joined
Oct 26, 2022
Messages
2
Reaction score
0
GitHub
Alchemik1992
Hello,


I’m looking for guidance on how to set up an account system for TFS 1.5 / 8.6 War OTS where:


  • Players log in with a single account (e.g., account #1 / password #1).
  • Each player can select or automatically create one of the character types: ED, MS, RP, EK.
  • Multiple players can be online at the same time on the same account, each with their own character.
  • Characters are either automatically created or ready to play without manual creation steps.

Could anyone provide advice, scripts, or configuration tips on how to achieve this setup?


Thank you in advance!
 
Ah, I see exactly what you mean. You don’t want a full account manager with account creation at all. Instead, you want a dynamic character system like the one WAROTS used:
Player logs in with a single master account. 123/123
They are presented with a choice of 4 professions (ED, RP, EK, MS).
Upon clicking a profession, the server automatically generates a dynamic account with a unique identifier (e.g., ED1234).
If the player dies or logs out, that dynamic account disappears and the process can repeat.
There is no manual account creation, no multiple login management needed, just dynamic characters tied to your master login.
 
Back
Top