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

Ingame Account Manager[TFS 8.7]

emzee

New Member
Joined
Jun 23, 2011
Messages
42
Reaction score
0
Hello Every One ..I happen to have many questions to ask in this area .. here we go
1.the only configuration i found was the one in the config.lua which is
Code:
-- The Forgotten Server Config

	-- Account Manager
	accountManager = "yes"
	newPlayerChooseVoc = "yes"
	newPlayerSpawnPosX = 657	
	newPlayerSpawnPosY = 1007
	newPlayerSpawnPosZ = 6
	newPlayerTownId = 5
	newPlayerLevel = 10
	newPlayerMagicLevel = 0
	generateAccountNumber = "yes"

is it possible that i can edit the items of the new created players ?

2.also i want to know why the account is in "numbers" ex.1245533 how can i change it to be text and no ex.tibia222

thank u for your time :)
 
1. You need to use script. I believe there is default mod called "First Items", feel free to edit table with items.
2. Change generateAccountNumber to no/false.

I believe he's using 0.2... The mod's folder doesn't exist, it would require a custom script.
 
Back
Top