mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-02 18:49:21 +02:00
little comits
This commit is contained in:
parent
f05d5a1a9a
commit
e89cdfaabe
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@ vc14/.vs/
|
||||
/.vs
|
||||
/vc14/Debug
|
||||
/vc14/UpgradeLog.htm
|
||||
/TibianusOTClientEncrypted
|
||||
|
Binary file not shown.
@ -5,29 +5,23 @@ DEFAULT_LAYOUT = "retro" -- on android it's forced to "mobile", check code bello
|
||||
|
||||
-- If you don't use updater or other service, set it to updater = ""
|
||||
Services = {
|
||||
website = "http://otclient.ovh", -- currently not used
|
||||
updater = "http://otclient.ovh/api/updater.php",
|
||||
website = "https://tibianus.com", -- currently not used
|
||||
updater = "https://tibianus.com/api/updater.php",
|
||||
stats = "",
|
||||
crash = "http://otclient.ovh/api/crash.php",
|
||||
feedback = "http://otclient.ovh/api/feedback.php",
|
||||
status = "http://otclient.ovh/api/status.php"
|
||||
crash = "",
|
||||
feedback = "",
|
||||
status = "https://tibianus.com/status.php"
|
||||
}
|
||||
|
||||
-- Servers accept http login url, websocket login url or ip:port:version
|
||||
Servers = {
|
||||
--[[ OTClientV8 = "http://otclient.ovh/api/login.php",
|
||||
OTClientV8proxy = "http://otclient.ovh/api/login.php?proxy=1",
|
||||
OTClientV8c = "otclient.ovh:7171:1099:25:30:80:90",
|
||||
OTClientV8Test = "http://otclient.ovh/api/login2.php",
|
||||
Evoulinia = "evolunia.net:7171:1098",
|
||||
GarneraTest = "garnera-global.net:7171:1100",
|
||||
LocalTestServ = "127.0.0.1:7171:1098:110:30:93" ]]
|
||||
Tibianus = "164.132.112.189:7171:792"
|
||||
}
|
||||
|
||||
--Server = "ws://otclient.ovh:3000/"
|
||||
--Server = "ws://127.0.0.1:88/"
|
||||
--USE_NEW_ENERGAME = true -- uses entergamev2 based on websockets instead of entergame
|
||||
ALLOW_CUSTOM_SERVERS = true -- if true it shows option ANOTHER on server list
|
||||
ALLOW_CUSTOM_SERVERS = false -- if true it shows option ANOTHER on server list
|
||||
|
||||
g_app.setName("OTCv8")
|
||||
-- CONFIG END
|
||||
|
@ -198,6 +198,13 @@ GamePacketCompression = 111
|
||||
|
||||
GameOldInformationBar = 112
|
||||
GameHealthInfoBackground = 113
|
||||
GameWingOffset = 114
|
||||
GameAuraFrontAndBack = 115 -- To use that: First layer is bottom/back, second (blend layer) is top/front
|
||||
|
||||
GameMapDrawGroundFirst = 116 -- useful for big auras & wings
|
||||
GameMapIgnoreCorpseCorrection = 117
|
||||
GameDontCacheFiles = 118 -- doesn't work with encryption and compression
|
||||
GameBigAurasCenter = 119 -- Automatic negative offset for aura bigger than 32x32
|
||||
|
||||
LastGameFeature = 130
|
||||
|
||||
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user