elitepvpers

elitepvpers (https://www.elitepvpers.com/forum/)
-   Metin2 Private Server (https://www.elitepvpers.com/forum/metin2-private-server/)
-   -   [root] Du wirst mit dem Server Verbunden(Dauerhaft) (https://www.elitepvpers.com/forum/metin2-private-server/3176229-root-du-wirst-mit-dem-server-verbunden-dauerhaft.html)

ǨiɳĜȤ 03/21/2014 12:14

[root] Du wirst mit dem Server Verbunden(Dauerhaft)
 
Hallo Liebe com . Gemeinschaft,

Ich hab ein Problem mit meine Client.

Ich nutze die Server Files von sanii, bearbeitet mit allem drum und dran.

Zu meinem Problem:

Der Pong der Server Files sind 1234abc5678efg
Hab sie auch in der Clientstart.exe eingefugt.

Die Ports 13001 - 13004 sind eingetragen
Die 11002 ist auch drinnen, meine IP Inklusiv eingefügt.

Jetzt meine Zusatz Frage, was ist noch Falsch, habe alles angepasst, ich bin mir sicher das ich kein Fehler begangen
Hab.

Ich Bitte um Hilfe !!

Ein dank im Vorraus, die richtige Antwort und hilft gekommt
Ein Like.

.Colossus. 03/21/2014 12:47

Hamachi oder root?

Splinglol 03/21/2014 13:02

Quote:

Originally Posted by .Colossus. (Post 27580117)
Hamachi oder root?

Ich weiss ja nicht, aber der hat gross im Titel geschrieben "root" (falls er es nachträglich bearbeitet haben sollte, dann sorry^^)



@TE, du nutzt die Serverfiles von Sanii. Welchen Clienten benutzt du denn?
Weil es ist möglich, dass die Files und der Client trotz korrektem Pong nicht richtig kompatibel sind.

ǨiɳĜȤ 03/21/2014 13:09

Root server, stand die ganze zeit schon da.:D

Soweit wie ich weiß, kann ich dir leider nicht sagen, weiß nur das die vorigen denn "16001"Port hatten.

.Colossus. 03/21/2014 14:35

Welche Revision hat deine binary?
Sry...bei tapatalk sieht man den Titel nicht gut

Antigene 03/21/2014 15:17

Syserr Posten Ch1 Core1 und Game99 Core1 und Auth Server

ǨiɳĜȤ 03/21/2014 16:55

Client -

serverinfo.py

Spoiler:
import os
import app
import locale
import debugInfo

CHINA_PORT = 50000

if locale.IsEUROPE():
STATE_NONE = "...."

STATE_DICT = {
0 : "....",
1 : "NORM",
2 : "BUSY",
3 : "FULL"
}

Zeros_serverinfo = {
1:{"key":11,"name":"Channel 1","ip":"MEINE IP","tcp_port":13001,"udp_port":13001,"state":STAT E_NONE,},

2:{"key":12,"name":"Channel 2","ip":"MEINE IP","tcp_port":13003,"udp_port":13003,"state":STAT E_NONE,},

3:{"key":13,"name":"Channel 3","ip":"MEINE IP","tcp_port":13005,"udp_port":13005,"state":STAT E_NONE,},

4:{"key":14,"name":"Channel 4","ip":"MEINE IP","tcp_port":13007,"udp_port":13007,"state":STAT E_NONE,},
}

REGION_NAME_DICT = {
0 : "GERMANY",
}

REGION_AUTH_SERVER_DICT = {
0 : {
1 : { "ip":"MEINE IP", "port":11002, },

}
}

REGION_DICT = {
0 : {
1 : { "name" :"Agero2", "channel" : Zeros_serverinfo, },
},
}

MARKADDR_DICT = {
10 : { "ip" : "MEINE IP", "tcp_port" : 11002, "mark" : "10.tga", "symbol_path" : "10", },
}

intrologin.py

Spoiler:
def __OnClickChannel1Button(self):
self.stream.SetConnectInfo("MEINE IP", 13001, "MEINE IP", 13002)
net.SetServerInfo("Agero2 2 Ch1")
net.SetMarkServer("MEINE IP", 11002)
self.serverInfo.SetText("Agero2 Ch1")
app.SetGuildMarkPath("10.tga")
app.SetGuildSymbolPath("10")

def __OnClickChannel2Button(self):
self.stream.SetConnectInfo("MEINE IP", 13003, "MEINE IP", 11002)
net.SetServerInfo("Agero2 2 Ch 2")
net.SetMarkServer("MEINE IP", 11002)
self.serverInfo.SetText("Agero2 Ch2")
app.SetGuildMarkPath("20.tga")
app.SetGuildSymbolPath("10")

def __OnClickChannel3Button(self):
self.stream.SetConnectInfo("MEINE IP", 13005, "MEINE IP", 11002)
net.SetServerInfo("Agero2 2 Ch3")
net.SetMarkServer("MEINE IP", 11002)
self.serverInfo.SetText("Agero2 2 Ch3")
app.SetGuildMarkPath("30.tga")
app.SetGuildSymbolPath("10")

def __OnClickChannel4Button(self):
self.stream.SetConnectInfo("MEINE IP", 13007, "MEINE IP", 11002)
net.SetServerInfo("Agero2 2 Ch4")
net.SetMarkServer("MEINE IP", 11002)
self.serverInfo.SetText("Agero2 2 Ch4")
app.SetGuildMarkPath("40.tga")
app.SetGuildSymbolPath("10")
-------------------------------------------------------------------
def __OpenServerBoard(self):
self.stream.SetConnectInfo("MEINE IP", 13001, "MEINE IP", 13001)
net.SetServerInfo("Agero2 Ch1")
net.SetMarkServer("MEINE IP", 11002)
self.serverInfo.SetText("Agero2 Ch1")
app.SetGuildMarkPath("10.tga")
app.SetGuildSymbolPath("10")
self.Channel1Button.SetEvent(ui.__mem_func__(self. __OnClickChannel1Button))
self.Channel2Button.SetEvent(ui.__mem_func__(self. __OnClickChannel2Button))
self.Channel3Button.SetEvent(ui.__mem_func__(self. __OnClickChannel3Button))
self.Channel4Button.SetEvent(ui.__mem_func__(self. __OnClickChannel4Button))
self.AccFEditButton.Hide()
self.AccEditButton.Show()
self.AccountBoard.Hide()
self.AccEditBoard.Hide()
print "XMAS_SNOW ON"
background.EnableSnow(1)

self.serverExitButton.SetEvent(ui.__mem_func__(sel f.__OnClickExitServerButton))
self.serverExitButton.SetText(locale.UI_CLOSE)

Channel1 core1.
Spoiler:
HOSTNAME: channel1
CHANNEL: 1
PORT: 13001
P2P_PORT: 14001
DB_PORT: 15000
DB_ADDR: localhost
MAP_ALLOW: 1 3 4 5 21 23 24 25 41 43 44 45 61 62 63 64 65 66 69 70 71 72 73 104 108 109 67 68 80 195 208 200 201 75
PASSES_PER_SEC: 25
SAVE_EVENT_SECOND_CYCLE: 180
PING_EVENT_SECOND_CYCLE: 180
PLAYER_SQL: localhost m2user m2pass@# player
COMMON_SQL: localhost m2user m2pass@# common
LOG_SQL: localhost m2user m2pass@# log
LOCALE_SERVICE: germany
NO_PK: 1
VIEW_RANGE: 8000
CHECK_MULTIHACK: 1
MAX_LEVEL: 150

Auth.
Spoiler:
HOSTNAME: auth
CHANNEL: 1
PORT: 11002
P2P_PORT: 12000
DB_PORT: 15000
DB_ADDR: localhost
TABLE_POSTFIX:
ITEM_ID_RANGE: 000000001 000000002
PASSES_PER_SEC: 25
SAVE_EVENT_SECOND_CYCLE: 180
PING_EVENT_SECOND_CYCLE: 180
AUTH_SERVER: master
PLAYER_SQL: localhost m2user m2pass@# account
COMMON_SQL: localhost m2user m2pass@# common
LOG_SQL: localhost m2user m2pass@# log
LOCALE_SERVICE: germany
MARK_SERVER: 1

game99.
Spoiler:
TEST_SERVER: 0
HOSTNAME: game99
CHANNEL: 99
PORT: 13099
P2P_PORT: 14099
DB_PORT: 15000
DB_ADDR: localhost
MAP_ALLOW: 113 184 185 186 187 188 189 193 179 81 181 182 183 114 118 119 120 121 122 123 124 125 126 127 128 208 200
TABLE_POSTFIX:
PASSES_PER_SEC: 25
SAVE_EVENT_SECOND_CYCLE: 180
PING_EVENT_SECOND_CYCLE: 180
PLAYER_SQL: localhost m2user m2pass@# player
COMMON_SQL: localhost m2user m2pass@# common
LOG_SQL: localhost m2user m2pass@# log
LOCALE_SERVICE: germany
#NO_PK: 1
#MALL_URL: tecinteractive.ath.cx
VIEW_RANGE: 8000
CHECK_MULTIHACK: 1
MAX_LEVEL: 150


Das sind alle Daten die ich hier sagen kann.

Bitte Hilft mir.


All times are GMT +2. The time now is 16:23.

Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.