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

Help!! How to make Own Ot ?

Bad Blood

New Member
Joined
Jun 19, 2009
Messages
8
Reaction score
0
Please! i want to make OT but i dont know what to download i forgot everything
So please any one tell me what i have to download and i will deal with it Thanks for Helping!! :thumbup:

Remember i want it 8.42
 
First u should download the link that chipsen gave you
after that you should configure ur settings in config.lua

Most important is
ip = "Write ur ip in this line"

i think u should start with accoutn manager so manage the account manager at the top of ur config.lua..
i gona show you how to do it
-- Account manager
accountManager = "yes" << if u want account manager ingame
namelockManager = "yes" << if player can be named "fuckface etc"
newPlayerChooseVoc = "yes" <<< if u dont got rokard let it be yes
newPlayerSpawnPosX = 95 <<< position on town/temple
newPlayerSpawnPosY = 117 <<< position on town/temple
newPlayerSpawnPosZ = 7 <<< position on town/temple
newPlayerTownId = 1 <<< wich town id
newPlayerLevel = 1 <<< wich start lvl on the player
newPlayerMagicLevel = 0 << wich magic level player starts on
generateAccountNumber = "no" <<< dont mind that one

Now u should download this
Download SQLite Expert

and open ur
forgottenserver.s3db
with the sqlite expert

now to the ports...
go to your router and allow ports 7171/7172
now u should be able to run your ot and get players online!

Rep++ me if i helpt u
 
Back
Top