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

Gdzie Zmienić IP?

Cyb0rk

New Member
Joined
Feb 10, 2011
Messages
20
Reaction score
0
Location
Pro(Land)
Cze

Pytanie mam Gdzie mogłem pominąć albo nie wiem może gdzieś źle IP wpisałem.

Włączam OT , ja osobiście mogę się połączyć przez localhost. ale juz przez bleble.hopto.org <- już nie mogę.

Mam No-IP i w Config.lua wpisałem swoje ip czyli dajmy na to 78.9.9.9 np.. <-- to z tym ip tak jak bym tez mógł sie połoczyc, A z IP z No-IP nie moge:/

Jak dam do Config.lua IP te z No-IP czyli np. bleble.hopto.org to tez nie działa nie mogę wejść:/

HELP@!:)

Myślę ze będziecie wiedzieć o co chodzi , Nie wiem troszkę tu namotałem w tym tłumaczeniu


-- Connection config
worldId = 0
ip = "78.99.99.99" <-- Tu wpisuje swoje IP Nie te z NO-IP.!
bindOnlyConfiguredIpAddress = false
loginPort = 7171
gamePort = 7172 <-- gamePort powinna byc 7172? czy 7171?:/
adminPort = 7171
statusPort = 7171
 
ip = "adres ip z mojeip.pl"
Ty łączysz się z OTS przez localhost bądź 127.0.0.1 a inni muszą z adresu mojeip.pl
Dobrze byłoby odblokować porty w ruterze :)
 
Wiem ze ja się łącze przez Localhost i 127.0.0.1 :) i wpisuje do Config.lua Ip z mojeip.pl czy nawet whatismyip.com ;)


Pytanie: Jakie Porty musze mieć odblokowane!:) o ile Chodzi o Porty!

Odblokowane mam:
7171
7172
80
81
3306
i nawet wpisałem od 1 do 9999 :)
 
Last edited:
w configu wpisz ip 127.0.0.1 bez wzgledu na to jakie masz ip internetu, łącz sie wpisujac w ip changerze 127.0.0.1 , skonfiguruj poprawnie database i zadnych portow wcale nie trzeba odblokowywac....

2. zacznij uzywac google
 
No ok rozumiem. ale jezeli w config.lua wpisze ip : 127.0.0.1 czyli localhost. To nigdy nie bedzie mogł sie tez zalogowac , a oto sie rozchodzi zeby mogli:)
Dodam jeszcze ze na Otserv List Server normlanie dodałem wiec jest poprawnie Ip tak jak by , jezeli by nie było Ok. to nie mogł bym dodac na Otserv List.


Nie rozumiem juz tego ;/

-- Database
sqlType = "mysql"
sqlHost = "localhost" <-- tu ma byc localhost czy moje ip? np. te z no-ip bleble.hopto.org?
sqlPort = 3306

-- Connection config
worldId = 0
ip = "78.9.9.9" <-- np moje IP:)
bindOnlyConfiguredIpAddress = false <- true czy false? od czego to jest wgl?
loginPort = 7171
gamePort = 7172 <--- gamePort powinna byc 7172? czy moze zmienic na 7171?

HELP@!
 
-- Account manager
accountManager = false
namelockManager = false
newPlayerChooseVoc = false
newPlayerSpawnPosX = 1016
newPlayerSpawnPosY = 1009
newPlayerSpawnPosZ = 7
newPlayerTownId = 1
newPlayerLevel = 1
newPlayerMagicLevel = 0
generateAccountNumber = false

-- Unjustified kills
redSkullLength = 1 * 24 * 60 * 60
blackSkullLength = 3 * 24 * 60 * 60
dailyFragsToRedSkull = 7
weeklyFragsToRedSkull = 77
monthlyFragsToRedSkull = 777
dailyFragsToBlackSkull = 9
weeklyFragsToBlackSkull = 99
monthlyFragsToBlackSkull = 999
dailyFragsToBanishment = 9
weeklyFragsToBanishment = 99
monthlyFragsToBanishment = 999
blackSkulledDeathHealth = 100
blackSkulledDeathMana = 0
useBlackSkull = true
useFragHandler = true
advancedFragList = false

-- Banishments
notationsToBan = 3
warningsToFinalBan = 4
warningsToDeletion = 5
banLength = 7 * 24 * 60 * 60
killsBanLength = 7 * 24 * 60 * 60
finalBanLength = 30 * 24 * 60 * 60
ipBanishmentLength = 1 * 24 * 60 * 60
broadcastBanishments = false
maxViolationCommentSize = 200
violationNameReportActionType = 2
autoBanishUnknownBytes = true

-- Battle
worldType = "open"
protectionLevel = 100
pvpTileIgnoreLevelAndVocationProtection = true
pzLocked = 60 * 800
huntingDuration = 60 * 1000
criticalHitChance = 7
criticalHitMultiplier = 1.1
displayCriticalHitNotify = true
removeWeaponAmmunition = true
removeWeaponCharges = true
removeRuneCharges = false
whiteSkullTime = 3 * 60 * 1000
noDamageToSameLookfeet = false
showHealingDamage = true
showHealingDamageForMonsters = true
fieldOwnershipDuration = 5 * 1000
stopAttackingAtExit = false
oldConditionAccuracy = false
loginProtectionPeriod = 10 * 1000
deathLostPercent = 10
stairhopDelay = 2 * 1000
pushCreatureDelay = 2 * 1000
deathContainerId = 1987
gainExperienceColor = 205
addManaSpentInPvPZone = true
squareColor = 0
allowFightback = true

-- Connection config
worldId = 0
ip = "tu wpisujesz swoje ip z whatismyip.com"
bindOnlyConfiguredIpAddress = false
loginPort = 7171
gamePort = 7172
adminPort = 7171
statusPort = 7171
loginTries = 10
retryTimeout = 5 * 1000
loginTimeout = 60 * 1000
maxPlayers = 1000
motd = "Witamy na NoobOT!"
displayOnOrOffAtCharlist = false
onePlayerOnlinePerAccount = true
allowClones = true
serverName = "NoobOT"
loginMessage = "Witamyna NoobOTS!"
statusTimeout = 1 * 20 * 1000
replaceKickOnLogin = true
forceSlowConnectionsToDisconnect = true
loginOnlyWithLoginServer = false
premiumPlayerSkipWaitList = false

-- Database
sqlType = "mysql"
sqlHost = "127.0.0.1"
sqlPort = 3306
sqlUser = "root"
sqlPass = "haselko do database"
sqlDatabase = "nazwa database"
sqlFile = "mysql.sql"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
encryptionType = "plain"

-- Deathlist
deathListEnabled = true
deathListRequiredTime = 1 * 60 * 1000
deathAssistCount = 0
maxDeathRecords = 5

-- Guilds
ingameGuildManagement = false
levelToFormGuild = 8
premiumDaysToFormGuild = 0
guildNameMinLength = 4
guildNameMaxLength = 20

-- Highscores
highscoreDisplayPlayers = 15
updateHighscoresAfterMinutes = 60

-- Houses
buyableAndSellableHouses = true
houseNeedPremium = true
bedsRequirePremium = true
levelToBuyHouse = 1
housesPerAccount = 0
houseRentAsPrice = false
housePriceAsRent = false
housePriceEachSquare = 1000
houseRentPeriod = "never"
houseCleanOld = 0
guildHalls = false

-- Item usage
timeBetweenActions = 300
timeBetweenExActions = 300
hotkeyAimbotEnabled = true

-- Map
mapName = "evolutions.otbm"
mapAuthor = "theend"
randomizeTiles = true
storeTrash = true
cleanProtectedZones = true
mailboxDisabledTowns = "-1"

-- Process
defaultPriority = "high"
niceLevel = 5
coresUsed = "-1"

-- Startup
optimizeDatabaseAtStartup = true
removePremiumOnInit = true
confirmOutdatedVersion = false

-- Spells
formulaLevel = 5.0
formulaMagic = 1.0
bufferMutedOnSpellFailure = false
spellNameInsteadOfWords = false
emoteSpells = true

-- Outfits
allowChangeOutfit = true
allowChangeColors = true
allowChangeAddons = true
disableOutfitsForPrivilegedPlayers = false
addonsOnlyPremium = true

-- Miscellaneous
dataDirectory = "data/"
bankSystem = true
displaySkillLevelOnAdvance = true
promptExceptionTracerErrorBox = true
separateViplistPerCharacter = false
maximumDoorLevel = 500
maxMessageBuffer = 4

-- Saving-related
saveGlobalStorage = true
useHouseDataStorage = false
storePlayerDirection = false

-- Loot
checkCorpseOwner = true
monsterLootMessage = 3
monsterLootMessageType = 25

-- Ghost mode
ghostModeInvisibleEffect = false
ghostModeSpellEffects = true

-- Limits
idleWarningTime = 14 * 60 * 1000
idleKickTime = 15 * 60 * 1000
expireReportsAfterReads = 1
playerQueryDeepness = 2
maxItemsPerPZTile = 0
maxItemsPerHouseTile = 0

-- Premium-related
freePremium = true
premiumForPromotion = false

-- Blessings
blessingOnlyPremium = true
blessingReductionBase = 30
blessingReductionDecreament = 5
eachBlessReduction = 8

-- Rates
experienceStages = true
rateExperience = 5.0
rateExperienceFromPlayers = 0
rateSkill = 100.0
rateMagic = 30.0
rateLoot = 4.0
rateSpawn = 5

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

-- Experience from players
minLevelThresholdForKilledPlayer = 0.9
maxLevelThresholdForKilledPlayer = 1.1

-- Stamina
rateStaminaLoss = 1
rateStaminaGain = 1
rateStaminaThresholdGain = 12
staminaRatingLimitTop = 41 * 60
staminaRatingLimitBottom = 14 * 60
rateStaminaAboveNormal = 1.5
rateStaminaUnderNormal = 0.5
staminaThresholdOnlyPremium = true

-- Party
experienceShareRadiusX = 30
experienceShareRadiusY = 30
experienceShareRadiusZ = 1
experienceShareLevelDifference = 2 / 3
extraPartyExperienceLimit = 20
extraPartyExperiencePercent = 5
experienceShareActivity = 2 * 60 * 1000

-- Global save
globalSaveEnabled = false
globalSaveHour = 8
shutdownAtGlobalSave = false
cleanMapAtGlobalSave = false

-- Spawns
deSpawnRange = 2
deSpawnRadius = 50

-- Summons
maxPlayerSummons = 2
teleportAllSummons = false
teleportPlayerSummons = false

-- Status
ownerName = ""
ownerEmail = ""
url = ""
location = "Poland"
displayGamemastersWithOnlineCommand = false

adminLogsEnabled = false
displayPlayersLogging = true
prefixChannelLogs = ""
runFile = ""
outLogName = ""
errorLogName = ""
truncateLogsOnStartup = false
wklej ten config
 
Last edited:
Konolo22 mam tak jak dałes all :)

Nurn no własnie chyba mam ;) ale wczesniej miałem OT pod Tibie 8.10 i było wszystko Ok. teraz jak chce zrobic pod 8.60 juz jakies problemy..
 
Tak , Router Tp Link. Odblokowane.
Odblokowane mam:
7171
7172
80
81
3306
i nawet wpisałem od 1 do 9999

- - - Updated - - -

Juz jest ok Temat do Zamknięcia.
 
Back
Top