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

UniServer Problem/Problems

thefire2k13

New Member
Joined
Dec 3, 2014
Messages
13
Reaction score
1
Hello everyone, I'm already desperated enough to move my ass and write here, I need your help.

I was trying to run my own Tibia Server actually only for few ppl but all I wanted was to make it accessible from internet, unfortunatelly I have not got it working.

Things I used was uniserver (coral-8) some tibia database 10.98, Hamachi, TFS 1.2..

So I will describe shortly what this problem is about,

When I'm starting my uniserver (coral 8), Im turning on the apache/mysql servers and few seconds after that Im NOT able to see my IP and the line below (the one informing if its accesible from internet or not) seems not to work properly, it just keeps loading.. (this circle animation does not stop) and seems like Im not able to connect to my server from any external machine as I tried it with my other laptop.

I have no idea whats going on, I was looking for the solution everywhere, it took me some time tho but I still cant connect to my server by hamachi, I have allowed all possible alpications related to it in FireWall, opened ports, checked htaccess files and stuff but its still bugged..

If anyone knows the solution or possible causes please post it down here maybe it will help, thanks guys :)

Im using windows 10 btw, If I forgot to mention anything in text above I will update it
Edit: I can easily make a movie that will show every step I do using bandicam so you can see it all with details.

-I'm able to connect to this server from my laptop, I have configured database and account meneger etc

BUMP
 
Last edited by a moderator:
Just get uniserver/tfs 1.2/znote AAC.... idk what (uniserver coral-8) is but it sounds harder than just doing uniserver. If you use those 3 things I can help you.
 
yes Im running it on localhost 127.0.0.1, I dont have any error code or such :/ it just seems like uniserver cant get my IP/cant make internet access

Itutorial I'm using all these 3 things you mentioned, I have installed znote ACC and it works, I can login on its page, create new accounts and stuff, I will be glad If you can help a bit :)

Important to metion is I was using the newest uniserver (UniserverZ or smth) too but I had same issues :/ both does not work properly so I decided to switch to older uniserver version (coral-8) as there was some guide on YT where someone used this older one

EDIT

I was wondering if its something related to network hosting? you know this thing in CMD "netsh wlan start hostednetwork" for me it does not work too, after some research I found out it has to be the driver fault, after typing in CMD "netsh wlan show drivers" there is one line saying if its supported by drivers, for my case its not, but just mentioning it here I dont know if its important actually

I was checking my brother's PC that is connected by same router, there are no such problems on his machine .. so its something quite internal on my laptop, I guess
 
Last edited:
u mean on brothers PC server work's fine without any problems but on your laptop dosn't work, is your laptop direct connect on your router???
 
well sorry for my noobness but I dont know if its connected directly .. my laptop and my brothers PC are connected in same way thats it :)

its just normally connected.. idk what directly means sorry

I can access router page on my laptop and change ports etc
 
ok wait...


Lua:
-- Combat settings
-- NOTE: valid values for worldType are: "pvp", "no-pvp" and "pvp-enforced"
worldType = "pvp"
hotkeyAimbotEnabled = true
protectionLevel = 3
pzLocked = 30 * 1000
removeChargesFromRunes = true
timeToDecreaseFrags = 12 * 60 * 60 * 1000
whiteSkullTime = 10 * 60 * 1000
stairJumpExhaustion = 2 * 100
experienceByKillingPlayers = true
expFromPlayersLevelRange = 75
dayKillsToRedSkull = 8
weekKillsToRedSkull = 50
monthKillsToRedSkull = 100
redSkullDuration = 3
blackSkullDuration = 5
orangeSkullDuration = 7

-- Connection Config
-- NOTE: maxPlayers set to 0 means no limit
ip = "127.0.0.1"
bindOnlyGlobalAddress = false
loginProtocolPort = 7171
gameProtocolPort = 7172
statusProtocolPort = 7171
maxPlayers = 900
motd = "Welcome to The OTXServer Global!"
onePlayerOnlinePerAccount = true
allowClones = false
serverName = "OTXServer-Global"
statusTimeout = 15 * 1000
replaceKickOnLogin = true
maxPacketsPerSecond = 250

-- Version Manual
clientVersionMin = 860
clientVersionMax = 1130
clientVersionStr = "Only clients with protocol 10.00 or 11.00 is allowed!"

-- Depot Limit
freeDepotLimit = 200000
premiumDepotLimit = 1000000
depotBoxes = 200

-- Casting System
enableLiveCasting = true
liveCastPort = 7173

-- Deaths
-- NOTE: Leave deathLosePercent as -1 if you want to use the default
-- death penalty formula. For the old formula, set it to 10. For
-- no skill/experience loss, set it to 0.
deathLosePercent = 0

-- Houses
-- NOTE: set housePriceEachSQM to -1 to disable the ingame buy house functionality
housePriceEachSQM = 10
houseRentPeriod = "weekly"

-- Item Usage
timeBetweenActions = 200
timeBetweenExActions = 1000

-- Map
-- NOTE: set mapName WITHOUT .otbm at the end
mapName = "global"
mapAuthor = "Cipsoft"

-- Market
marketOfferDuration = 30 * 24 * 60 * 60
premiumToCreateMarketOffer = true
checkExpiredMarketOffersEachMinutes = 60
maxMarketOffersAtATimePerPlayer = 100

-- MySQL
mysqlHost = "127.0.0.1"
mysqlUser = "otserv"
mysqlPass = "st93xDHqnN6wb7JR"
mysqlDatabase = "otserv"
mysqlPort = 3306
mysqlSock = ""
passwordType = "sha1"

-- Misc.
allowChangeOutfit = true
freePremium = true
kickIdlePlayerAfterMinutes = 99
maxMessageBuffer = 4
emoteSpells = false
classicEquipmentSlots = false
allowWalkthrough = false
coinPacketSize = 25
coinImagesURL = "[URL]http://some.url/images/store/[/URL]"
classicAttackSpeed = true

-- Rates
-- NOTE: rateExp is not used if you have enabled stages in data/XML/stages.xml
rateExp = 5
rateSkill = 10
rateLoot = 1
rateMagic = 5
rateSpawn = 3

-- Monster rates
rateMonsterHealth = 1.0
rateMonsterAttack = 1.0
rateMonsterDefense = 1.0

-- Monsters
deSpawnRange = 2
deSpawnRadius = 50

-- Stamina
staminaSystem = true

-- Scripts
warnUnsafeScripts = true
convertUnsafeScripts = true

-- Startup
-- NOTE: defaultPriority only works on Windows and sets process
-- priority, valid values are: "normal", "above-normal", "high"
defaultPriority = "high"
startupDatabaseOptimization = true

-- Status server information
ownerName = "StickyOne"
ownerEmail = "[EMAIL][email protected][/EMAIL]"
url = ""
location = "Poland"
 
Last edited by a moderator:
Okay, post your config.lua from your website files. When you post it wrap it in [:CODE:] tags

Just write [:CODE:] code here [:/CODE:] without the : :
 
Code:
-- Combat settings
-- NOTE: valid values for worldType are: "pvp", "no-pvp" and "pvp-enforced"
worldType = "pvp"
hotkeyAimbotEnabled = true
protectionLevel = 3
pzLocked = 30 * 1000
removeChargesFromRunes = true
timeToDecreaseFrags = 12 * 60 * 60 * 1000
whiteSkullTime = 10 * 60 * 1000
stairJumpExhaustion = 2 * 100
experienceByKillingPlayers = true
expFromPlayersLevelRange = 75
dayKillsToRedSkull = 8
weekKillsToRedSkull = 50
monthKillsToRedSkull = 100
redSkullDuration = 3
blackSkullDuration = 5
orangeSkullDuration = 7

-- Connection Config
-- NOTE: maxPlayers set to 0 means no limit
ip = "127.0.0.1"
bindOnlyGlobalAddress = false
loginProtocolPort = 7171
gameProtocolPort = 7172
statusProtocolPort = 7171
maxPlayers = 900
motd = "Welcome to The OTXServer Global!"
onePlayerOnlinePerAccount = true
allowClones = false
serverName = "OTXServer-Global"
statusTimeout = 15 * 1000
replaceKickOnLogin = true
maxPacketsPerSecond = 250

-- Version Manual
clientVersionMin = 860
clientVersionMax = 1130
clientVersionStr = "Only clients with protocol 10.00 or 11.00 is allowed!"

-- Depot Limit
freeDepotLimit = 200000
premiumDepotLimit = 1000000
depotBoxes = 200

-- Casting System
enableLiveCasting = true
liveCastPort = 7173

-- Deaths
-- NOTE: Leave deathLosePercent as -1 if you want to use the default
-- death penalty formula. For the old formula, set it to 10. For
-- no skill/experience loss, set it to 0.
deathLosePercent = 0

-- Houses
-- NOTE: set housePriceEachSQM to -1 to disable the ingame buy house functionality
housePriceEachSQM = 10
houseRentPeriod = "weekly"

-- Item Usage
timeBetweenActions = 200
timeBetweenExActions = 1000

-- Map
-- NOTE: set mapName WITHOUT .otbm at the end
mapName = "global"
mapAuthor = "Cipsoft"

-- Market
marketOfferDuration = 30 * 24 * 60 * 60
premiumToCreateMarketOffer = true
checkExpiredMarketOffersEachMinutes = 60
maxMarketOffersAtATimePerPlayer = 100

-- MySQL
mysqlHost = "127.0.0.1"
mysqlUser = "otserv"
mysqlPass = "st93xDHqnN6wb7JR"
mysqlDatabase = "otserv"
mysqlPort = 3306
mysqlSock = ""
passwordType = "sha1"

-- Misc.
allowChangeOutfit = true
freePremium = true
kickIdlePlayerAfterMinutes = 99
maxMessageBuffer = 4
emoteSpells = false
classicEquipmentSlots = false
allowWalkthrough = false
coinPacketSize = 25
coinImagesURL = "http://some.url/images/store/"
classicAttackSpeed = true

-- Rates
-- NOTE: rateExp is not used if you have enabled stages in data/XML/stages.xml
rateExp = 5
rateSkill = 10
rateLoot = 1
rateMagic = 5
rateSpawn = 3

-- Monster rates
rateMonsterHealth = 1.0
rateMonsterAttack = 1.0
rateMonsterDefense = 1.0

-- Monsters
deSpawnRange = 2
deSpawnRadius = 50

-- Stamina
staminaSystem = true

-- Scripts
warnUnsafeScripts = true
convertUnsafeScripts = true

-- Startup
-- NOTE: defaultPriority only works on Windows and sets process
-- priority, valid values are: "normal", "above-normal", "high"
defaultPriority = "high"
startupDatabaseOptimization = true

-- Status server information
ownerName = "StickyOne"
ownerEmail = "[email protected]"
url = ""
location = "Poland"

what kind of hosts file is it ? where can I edit it ? nobody even told I should so no I havent
 
Last edited by a moderator:
Code:
-- Combat settings
-- NOTE: valid values for worldType are: "pvp", "no-pvp" and "pvp-enforced"
worldType = "pvp"
hotkeyAimbotEnabled = true
protectionLevel = 3
pzLocked = 30 * 1000
removeChargesFromRunes = true
timeToDecreaseFrags = 12 * 60 * 60 * 1000
whiteSkullTime = 10 * 60 * 1000
stairJumpExhaustion = 2 * 100
experienceByKillingPlayers = true
expFromPlayersLevelRange = 75
dayKillsToRedSkull = 8
weekKillsToRedSkull = 50
monthKillsToRedSkull = 100
redSkullDuration = 3
blackSkullDuration = 5
orangeSkullDuration = 7

-- Connection Config
-- NOTE: maxPlayers set to 0 means no limit
ip = "127.0.0.1"
bindOnlyGlobalAddress = false
loginProtocolPort = 7171
gameProtocolPort = 7172
statusProtocolPort = 7171
maxPlayers = 900
motd = "Welcome to The OTXServer Global!"
onePlayerOnlinePerAccount = true
allowClones = false
serverName = "OTXServer-Global"
statusTimeout = 15 * 1000
replaceKickOnLogin = true
maxPacketsPerSecond = 250

-- Version Manual
clientVersionMin = 860
clientVersionMax = 1130
clientVersionStr = "Only clients with protocol 10.00 or 11.00 is allowed!"

-- Depot Limit
freeDepotLimit = 200000
premiumDepotLimit = 1000000
depotBoxes = 200

-- Casting System
enableLiveCasting = true
liveCastPort = 7173

-- Deaths
-- NOTE: Leave deathLosePercent as -1 if you want to use the default
-- death penalty formula. For the old formula, set it to 10. For
-- no skill/experience loss, set it to 0.
deathLosePercent = 0

-- Houses
-- NOTE: set housePriceEachSQM to -1 to disable the ingame buy house functionality
housePriceEachSQM = 10
houseRentPeriod = "weekly"

-- Item Usage
timeBetweenActions = 200
timeBetweenExActions = 1000

-- Map
-- NOTE: set mapName WITHOUT .otbm at the end
mapName = "global"
mapAuthor = "Cipsoft"

-- Market
marketOfferDuration = 30 * 24 * 60 * 60
premiumToCreateMarketOffer = true
checkExpiredMarketOffersEachMinutes = 60
maxMarketOffersAtATimePerPlayer = 100

-- MySQL
mysqlHost = "127.0.0.1"
mysqlUser = "otserv"
mysqlPass = "st93xDHqnN6wb7JR"
mysqlDatabase = "otserv"
mysqlPort = 3306
mysqlSock = ""
passwordType = "sha1"

-- Misc.
allowChangeOutfit = true
freePremium = true
kickIdlePlayerAfterMinutes = 99
maxMessageBuffer = 4
emoteSpells = false
classicEquipmentSlots = false
allowWalkthrough = false
coinPacketSize = 25
coinImagesURL = "http://some.url/images/store/"
classicAttackSpeed = true

-- Rates
-- NOTE: rateExp is not used if you have enabled stages in data/XML/stages.xml
rateExp = 5
rateSkill = 10
rateLoot = 1
rateMagic = 5
rateSpawn = 3

-- Monster rates
rateMonsterHealth = 1.0
rateMonsterAttack = 1.0
rateMonsterDefense = 1.0

-- Monsters
deSpawnRange = 2
deSpawnRadius = 50

-- Stamina
staminaSystem = true

-- Scripts
warnUnsafeScripts = true
convertUnsafeScripts = true

-- Startup
-- NOTE: defaultPriority only works on Windows and sets process
-- priority, valid values are: "normal", "above-normal", "high"
defaultPriority = "high"
startupDatabaseOptimization = true

-- Status server information
ownerName = "StickyOne"
ownerEmail = "[email protected]"
url = ""
location = "Poland"


Your website config.lua not your server config.lua
 
Back
Top