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

Pretty important for me

Moskis

New Member
Joined
Feb 16, 2008
Messages
239
Reaction score
0
Location
Thais
Hey guys, how to activate account manager for real map 8.0?
i've got the files but i dont know how to do


PEACE.
 
If you are using TFS then go to your config.lua
and you will see the settings for account maker directly
Code:
	-- Account Manager
	accountManager = "yes" 
	newPlayerChooseVoc = "no"
	newPlayerSpawnPosX = 95
	newPlayerSpawnPosY = 117
	newPlayerSpawnPosZ = 7
	newPlayerTownId = 1
	newPlayerLevel = 1
	newPlayerMagicLevel = 0
	generateAccountNumber = "yes
"
 
Go to data/monster, then find monk.xml copy & past it rename it to
Training Monk.xml then open it and here you can change the settings for the Training Monk if you want to have the monsters a high hp then change
Code:
<health now="240" max="240"/>
to
Code:
<health now="1000000" max="1000000"/>
you can also change the loot, experience, speed ect when you finish then save it now go to monsters.xml and add the training monk by adding this line to the list: <monster name="Training Monk" file="Training monk.xml"/>

(you can also use the trainer.xml that already is there)

now go to your mapeditor and add your monsters as you want it.
 
No problem, if you want to give somebody rep then click on
reputation.gif
 
Back
Top