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

San not connect to server, help.

Yuji

Helper
Joined
Mar 18, 2010
Messages
438
Reaction score
33
Location
U.S.A New York
Hey! Lets start by saying I've ran a few ot's before so i'm not a beginner when it comes to this stuff. But with a new router comes new problems. I have looked over some tutorials "from nothing to a fully working server" somethings like that but normally I don't ever need to look back at these things.

Problem: ( please read it all before connecting to website) People can connect o to my website using my IP from "no-ip.com" "Uiniots.no-ip.org" << go ahead check it (it's unfinished to the max. I need the server online for my brother to test somethings) This is just to show that you can connect to the website, with little problems maybe? ---- Now with the website I noticed sometime it just doesn't work and you would have to re-load the page a few time before you get anything. I do not know how to fix this. The real problem is that and people can not connect to my server using my ip or the ip from "Noip.com". Character loading screen just takes a awhile before it says connection timed out.

Soo in conclusion that is my problem... So here is what I have so maybe someone out there (hopefully) knows how to fix this problem.
1. Ports- I THINK I HAVE THE PORTS FORWARDED RIGHT. < caps.. So yea with the new router I do not know how to port forward with this router. I looked up some things on portforward.com and took all the steps on how to do so. Atm I have 7171, 7172, 80, 3306, and 443, I repeat, think opened. I got a new Motorola router that is somewhat confusing on how to port forward but he if you guys can connect to the website, I must of did something right.
2- UniformServer- I hate xxamp so I use this.
3- Copy of the config -
Code:
-- Combat settings
worldType = "pvp"
hotkeyAimbotEnabled = "yes"
protectionLevel = 1
killsToRedSkull = 3
killsToBlackSkull = 6
pzLocked = 60000
removeAmmoWhenUsingDistanceWeapon = "no"
removeChargesFromRunes = "yes"
timeToDecreaseFrags = 24 * 60 * 60 * 1000
whiteSkullTime = 15 * 60 * 1000
stairJumpExhaustion = 2000
experienceByKillingPlayers = "no"

-- Connection Config
ip = "24.164.189.40"
bindOnlyGlobalAddress = "no"
loginProtocolPort = 7171
gameProtocolPort = 7172
statusProtocolPort = 7171
maxPlayers = "1000"
motd = "Welcome to Uini Ot's and Have Fun!"
onePlayerOnlinePerAccount = "no"
allowClones = "no"
serverName = "UiniOT's"
statusTimeout = 60000
replaceKickOnLogin = "yes"
maxPacketsPerSecond = 25

-- 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 = -2

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

-- Item Usage
timeBetweenActions = 20
timeBetweenExActions = 100

-- Map
mapName = "realmap"
mapAuthor = "Komic"

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

-- MySQL
mysqlHost = "127.0.0.1"
mysqlUser = "root"
mysqlPass = "Cisco1234"
mysqlDatabase = "MyOT"
mysqlPort = 3306
mysqlSock = ""

-- Misc.
allowChangeOutfit = "yes"
freePremium = "no"
kickIdlePlayerAfterMinutes = 15
maxMessageBuffer = 4
noDamageToSameLookfeet = "no"
emoteSpells = "no"

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

-- Monsters
deSpawnRange = 2
deSpawnRadius = 50

-- Stamina
staminaSystem = "yes"

-- Startup
-- NOTE: defaultPriority only works on Windows and sets process priority.
defaultPriority = "high"
startupDatabaseOptimization = "no"

-- Status server information
ownerName = "Yuji"
ownerEmail = "[email protected]"
url = "uiniots.servegame.com"
location = "United States"
So if you guys need any other info please tell me cuz this sucks atm. Thank again!
 
Back
Top