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

How to edit starting stat?

When you are using NO website, you can only change the level in the config.lua
Code:
  -- Account Manager
   accountManager = "no"
   newPlayerChooseVoc = "no"
   newPlayerSpawnPosX = 483
   newPlayerSpawnPosY = 220
   newPlayerSpawnPosZ = 7
   newPlayerTownId = 1
   newPlayerLevel = 1
   newPlayerMagicLevel = 0
   generateAccountNumber = "yes"
 
You can edit the player LEVEL in the config.lua like Fermantor said.. but as for health, mana, cap, etc.. I'm pretty sure you have to edit that in the database. Should be in phpmyadmin under accounts/players then find the player to edit
 
In your database you can edit the default settings on Health, Mana and Cap, so every new char, has 1000 hp instead of 150.
Nf5EFo.png
 
Back
Top