[Ghid]Modificare client 2Ch sau 3CH
+2
12344321
Anonim589
6 participanți
Pagina 1 din 1
[Ghid]Modificare client 2Ch sau 3CH
Creca destui de multi dintre voi aveti implementat server cu 2ch sau 4ch
Dar, este o problema, trebuie pus in functie (in client) si celelalte channel-uri
Pentru acesta am vrut sa va postez Server cu 4CH
Tot ce trebuie sa faceti este:
1.Intram in folderul cu client-ul!
2. Creati un folderul numit 'serverinfo.py' (fara ghilimele)
3. Intram in el si scriem urmatoarele:
Copiati tot:
import app
import locale
import debugInfo
CHINA_PORT = 50000
app.ServerName = None
if (locale.IsEUROPE() and app.GetLocalePath()):
STATE_NONE = "..."
STATE_DICT = {
0 : "....",
1 : "NORM",
2 : "BUSY",
3 : "FULL"
}
SERVER01_CHANNEL_DICT = {
1:{"key":11,"name":"CH1 ","ip":"hm2.malware-site.www","tcp_port":13000,"udp_port":13000,"state":STATE_NONE,},
}
REGION_NAME_DICT = {
0 : "POLAND",
}
REGION_AUTH_SERVER_DICT = {
0 : {
1 : { "ip":"ip-ul serverului", "port":11002, },
}
}
REGION_DICT = {
0 : {
1 : { "name" : "Metin2 By SouL", "channel" : SERVER01_CHANNEL_DICT, },
},
}
MARKADDR_DICT = {
10 : { "ip" : "ip-ul serverului", "tcp_port" : 13000, "mark" : "10.tga", "symbol_path" : "10", },
}
TESTADDR = { "ip" : "ip-ul serverului", "tcp_port" : 50000, "udp_port" : 50000, }
elif locale.IsTAIWAN():
STATE_NONE = "NORM"
STATE_DICT = {
0 : "OFF",
1 : "NORM",
2 : "BUSY",
3 : "FULL"
}
SERVER01_CHANNEL_DICT = {
1:{"key":11,"name":"CH1 ","ip":"ip-ul serverului","tcp_port":13000,"udp_port":13000,"state":STATE_NONE,},
2:{"key":12,"name":"CH2 ","ip":"ip-ul serverului","tcp_port":16000,"udp_port":16000,"state":STATE_NONE,},
3:{"key":13,"name":"CH3 ","ip":"ip-ul serverului","tcp_port":19000,"udp_port":19000,"state":STATE_NONE,},
}
MARKADDR_DICT = {
10 : { "ip" : "ip-ul serverului", "tcp_port" : 16000, "mark" : "10.tga", "symbol_path" : "10", },
20 : { "ip" : "ip-ul serverului", "tcp_port" : 16100, "mark" : "20.tga", "symbol_path" : "20", },
30 : { "ip" : "ip-ul serverului", "tcp_port" : 13000, "mark" : "30.tga", "symbol_path" : "30", },
}
REGION_NAME_DICT = {
0 : "TAIWAN",
}
#1. °{¹q2. ¬y¬P3. °l·4. ¨ª¨ß5. »AÀs6. ¥É°¨
#1. °{¹cu 2. ¬y¬P 3. °l· 4. ¨ª¨ß 5. ºñ¦Õ 6. »AÀs 7. ¥É°¨ 8. ®µÁl 9. ¶V¼v 10.©b®d
REGION_AUTH_SERVER_DICT = {
0 : {
1 : { "ip":"ip-ul serverului", "port":11002, },
2 : { "ip":"ip-ul serverului", "port":11102, },
3 : { "ip":"ip-ul serverului", "port":11002, },
}
}
REGION_DICT = {
0 : {
1 : { "name" : "Metin2By SouL", "channel" : SERVER01_CHANNEL_DICT, },
# 2 : { "name" : "Metin2By SouL", "channel" : SERVER02_CHANNEL_DICT, },
# 3 : { "name" : "¡i°l·¡j", "channel" : SERVER03_CHANNEL_DICT, },
},
}
TESTADDR = { "ip" : "ip-ul serverului", "tcp_port" : 13003, "udp_port" : 13003, }
Ce face acest script?
Acest script adauga ch1 si ch2 in server(merg numai daca sunt implementate si in filezilla)si configureaza porturile dupa serverul vostru.
In acest script am mai adaugat si un Server( 1+1 Gratis ) .
Sursa: nu este(eu am descoperit-o)
PS: Voi trebuie doar sa modificati numele si ip-ul din script.
Dati un pro daca v-a placut si va voi multumi
Dar, este o problema, trebuie pus in functie (in client) si celelalte channel-uri
Pentru acesta am vrut sa va postez Server cu 4CH
Tot ce trebuie sa faceti este:
1.Intram in folderul cu client-ul!
2. Creati un folderul numit 'serverinfo.py' (fara ghilimele)
3. Intram in el si scriem urmatoarele:
Copiati tot:
import app
import locale
import debugInfo
CHINA_PORT = 50000
app.ServerName = None
if (locale.IsEUROPE() and app.GetLocalePath()):
STATE_NONE = "..."
STATE_DICT = {
0 : "....",
1 : "NORM",
2 : "BUSY",
3 : "FULL"
}
SERVER01_CHANNEL_DICT = {
1:{"key":11,"name":"CH1 ","ip":"hm2.malware-site.www","tcp_port":13000,"udp_port":13000,"state":STATE_NONE,},
}
REGION_NAME_DICT = {
0 : "POLAND",
}
REGION_AUTH_SERVER_DICT = {
0 : {
1 : { "ip":"ip-ul serverului", "port":11002, },
}
}
REGION_DICT = {
0 : {
1 : { "name" : "Metin2 By SouL", "channel" : SERVER01_CHANNEL_DICT, },
},
}
MARKADDR_DICT = {
10 : { "ip" : "ip-ul serverului", "tcp_port" : 13000, "mark" : "10.tga", "symbol_path" : "10", },
}
TESTADDR = { "ip" : "ip-ul serverului", "tcp_port" : 50000, "udp_port" : 50000, }
elif locale.IsTAIWAN():
STATE_NONE = "NORM"
STATE_DICT = {
0 : "OFF",
1 : "NORM",
2 : "BUSY",
3 : "FULL"
}
SERVER01_CHANNEL_DICT = {
1:{"key":11,"name":"CH1 ","ip":"ip-ul serverului","tcp_port":13000,"udp_port":13000,"state":STATE_NONE,},
2:{"key":12,"name":"CH2 ","ip":"ip-ul serverului","tcp_port":16000,"udp_port":16000,"state":STATE_NONE,},
3:{"key":13,"name":"CH3 ","ip":"ip-ul serverului","tcp_port":19000,"udp_port":19000,"state":STATE_NONE,},
}
MARKADDR_DICT = {
10 : { "ip" : "ip-ul serverului", "tcp_port" : 16000, "mark" : "10.tga", "symbol_path" : "10", },
20 : { "ip" : "ip-ul serverului", "tcp_port" : 16100, "mark" : "20.tga", "symbol_path" : "20", },
30 : { "ip" : "ip-ul serverului", "tcp_port" : 13000, "mark" : "30.tga", "symbol_path" : "30", },
}
REGION_NAME_DICT = {
0 : "TAIWAN",
}
#1. °{¹q2. ¬y¬P3. °l·4. ¨ª¨ß5. »AÀs6. ¥É°¨
#1. °{¹cu 2. ¬y¬P 3. °l· 4. ¨ª¨ß 5. ºñ¦Õ 6. »AÀs 7. ¥É°¨ 8. ®µÁl 9. ¶V¼v 10.©b®d
REGION_AUTH_SERVER_DICT = {
0 : {
1 : { "ip":"ip-ul serverului", "port":11002, },
2 : { "ip":"ip-ul serverului", "port":11102, },
3 : { "ip":"ip-ul serverului", "port":11002, },
}
}
REGION_DICT = {
0 : {
1 : { "name" : "Metin2By SouL", "channel" : SERVER01_CHANNEL_DICT, },
# 2 : { "name" : "Metin2By SouL", "channel" : SERVER02_CHANNEL_DICT, },
# 3 : { "name" : "¡i°l·¡j", "channel" : SERVER03_CHANNEL_DICT, },
},
}
TESTADDR = { "ip" : "ip-ul serverului", "tcp_port" : 13003, "udp_port" : 13003, }
Ce face acest script?
Acest script adauga ch1 si ch2 in server(merg numai daca sunt implementate si in filezilla)si configureaza porturile dupa serverul vostru.
In acest script am mai adaugat si un Server( 1+1 Gratis ) .
Sursa: nu este(eu am descoperit-o)
PS: Voi trebuie doar sa modificati numele si ip-ul din script.
Dati un pro daca v-a placut si va voi multumi
Anonim589- Level 7
- Varsta : 32
Re: [Ghid]Modificare client 2Ch sau 3CH
Foarte usor sa le instalezi Esty tare anonime
12344321- Level 1
Re: [Ghid]Modificare client 2Ch sau 3CH
Acest tutorial a fost publicat de catre mine pe 4metin.
Eu as fi trebuit sa postez topic-ul acesta.
Eu as fi trebuit sa postez topic-ul acesta.
SouL- Level 7
- Varsta : 26
Subiecte similare
» [GHID]Cum sa faci un Client pe ip-u tau [VIDEO]
» [Client]Client by Rayzel version 1.9
» Modificare valorii arme
» nevoie de client
» Client Fara Locale
» [Client]Client by Rayzel version 1.9
» Modificare valorii arme
» nevoie de client
» Client Fara Locale
Pagina 1 din 1
Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum
Mier Noi 28, 2012 9:54 pm Scris de alextegla
» VitalisMetin2 24/24
Sam Noi 05, 2011 9:27 pm Scris de KingSined
» Mafia20000 Web-Browser Game
Dum Oct 30, 2011 9:46 am Scris de arsenium
» DarkAngelmt2
Sam Oct 29, 2011 6:06 pm Scris de Forkey
» Metin2 Mania
Vin Oct 28, 2011 12:06 pm Scris de leoni11
» [Prezentare]SpikeLikeCookie Revine
Mier Oct 26, 2011 5:59 pm Scris de SpiKeLikeCookie
» Login bug Rezolvat definitiv
Mier Oct 26, 2011 3:58 pm Scris de alquaida
» Metin2Ea SERVER 1
Mier Oct 26, 2011 12:42 pm Scris de florin95
» Metin2Arena -PVM
Mier Oct 26, 2011 12:36 pm Scris de florin95