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

plz help guys

Status
Not open for further replies.

Black Sprit

New Member
Joined
Feb 10, 2010
Messages
13
Reaction score
0
i have 4 question
fiest one :how to make a new character go to temple when it has been made from account manager
secound:who to make account manager give vocation bec. acc of tfs doesnt
third : how i make the character has items when it has just log into the server for the first time
fourth:how i make the acc manager doesnt give acc number ,and the player chosse his
plz answer me and thx
 
Last edited:
first to make you new character go to temple you need to set your temple postion in config
Code:
newPlayerSpawnPosX = 1000
newPlayerSpawnPosY = 1000
newPlayerSpawnPosZ = 7
second also in config you need to change
Code:
newPlayerChooseVoc = false
to
Code:
newPlayerChooseVoc = true
now you can choose vocation
 
thx but how i make the character has items when it has just log into the server for the first time
and how i make the acc manager doesnt give acc number ,and the player chosse his
 
for acc number not to generate change
Code:
generateAccountNumber = true
to
Code:
generateAccountNumber = false
and idk how to set what they start with srry :/
 
Status
Not open for further replies.
Back
Top