Inne Problem z Odpaleniem OTS

Angeliso

User
Zarejestrowany
Dołączył
Lipiec 11, 2011
Posty
19
Liczba reakcji
0
Siemka, chce postawi? sobie otsa w celach zabawy i edytowania mapy, pobra?em: https://otland.net/threads/10-98-real-map-no-bugs.247330/ , https://github.com/otland/forgottenserver/releases/tag/v1.2. Silnik 64 bity. Zrobi?em baz? danych itp lecz silnik wgl si? nie uruchamia. Uruchomi?em go wcze?niej bez bazy danych i silnik normalnie wystartowa? lecz wiadomo ze wy?wietli? si? komunikat wczytywania bazy. Po zrobieniu bazy danych silnik nie uruchamia si? i od razu "znika". Bardzo prosz? o pomoc w odpaleniu otsa gdy? jestem "zielony" w tych sprawach. Co musz? zrobi? aby zadzia?a?o?. Przepraszam je?eli dzia? nieodpowiedni, oraz za linki z innego forum.
Pozdrawiam.
 
Odp: Problem z Odpaleniem OTS

Co? wyskakuje w silniku przed "znikni?ciem"?
 
Odp: Problem z Odpaleniem OTS

Zapewne blad jakiegos skryptu fatalny , niech wywali wszystkie foldery z dapacku zostawi tylko mape i najbardziej potrzebne skrypty ;p (action caly niech wylaczy itd) Jesli zadziala to ma pewne ze to skrypt jesli wciaz nie zadziala to cos z polaczeniem z DB pewnie ;p
 
Odp: Problem z Odpaleniem OTS

W?a?nie ?e nic nie wyskakuje. Uruchamiam silnik i zanim pojawi si? okienko to silnika, to znika. Tak jakby si? wgl nie w??cza?.
 
Odp: Problem z Odpaleniem OTS

Na jakim systemie go uruchamiasz? Dobrze masz ustawiony config? Napewno zrobiles dobra baze? pod ten silnik? wiecej info daj screeny czy cos
 
Ostatnia edycja:
Odp: Problem z Odpaleniem OTS

System Windows 10 64 bity. https://zapodaj.net/ebb94a7990be3.png.html baza danych.


[LUA]-- Combat settings
-- NOTE: valid values for worldType are: "pvp", "no-pvp" and "pvp-enforced"
worldType = "pvp"
hotkeyAimbotEnabled = true
protectionLevel = 1
killsToRedSkull = 3
killsToBlackSkull = 6
pzLocked = 60000
removeChargesFromRunes = true
timeToDecreaseFrags = 24 * 60 * 60 * 1000
whiteSkullTime = 15 * 60 * 1000
stairJumpExhaustion = 2000
experienceByKillingPlayers = false
expFromPlayersLevelRange = 75

-- Connection Config
-- NOTE: maxPlayers set to 0 means no limit
ip = "127.0.0.1"
bindOnlyGlobalAddress = false
loginProtocolPort = 7171
gameProtocolPort = 7172
statusProtocolPort = 7171
maxPlayers = 0
motd = "Welcome to The Forgotten Server!"
onePlayerOnlinePerAccount = true
allowClones = false
serverName = "Forgotten"
statusTimeout = 5000
replaceKickOnLogin = true
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 = -1

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

-- Item Usage
timeBetweenActions = 200
timeBetweenExActions = 1000

-- Map
-- NOTE: set mapName WITHOUT .otbm at the end
mapName = "forgotten"
mapAuthor = "Komic"

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

-- MySQL
mysqlHost = "127.0.0.1"
mysqlUser = "forgottenserver"
mysqlPass = ""
mysqlDatabase = "forgottenserver"
mysqlPort = 3306
mysqlSock = ""

-- Misc.
allowChangeOutfit = true
freePremium = false
kickIdlePlayerAfterMinutes = 15
maxMessageBuffer = 4
emoteSpells = false
classicEquipmentSlots = false

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

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

-- Status server information
ownerName = ""
ownerEmail = ""
url = "https://otland.net/"
location = "Sweden"
[/LUA]
 
Odp: Problem z Odpaleniem OTS

-- MySQL
mysqlHost = "127.0.0.1"
mysqlUser = "forgottenserver"
mysqlPass = ""
mysqlDatabase = "forgottenserver"
mysqlPort = 3306
mysqlSock = ""

Jezeli baze danych masz na tzw phpmyadmin to musisz miec podane has?o do niej, login oraz nazwe bazy w srodku

tzn
Login pewnie masz root, haslo takie jakie ustawiles a nazwa bazy to ta nazwa ktora stworzyles i do niej pozniej importowales podstawowa baze
 
Back
Do góry