NabbHackeR
Utente Platinum
Ultima modifica:
Salve Inforgiani,
Come forse alcuni di voi sanno, è al momento impossibile loggare in un Server che utilizzi Hamachi/No-Ip non essendone l'Hoster con server che monta game r34083.
-Perchè?
-Perchè crasherà alla scelta del pg, con la mano alzata.
-Il Motivo?
-Il Motivo me lo ha fatto capire un carissimo amico: quando si passa dall'auth al gioco metin invia l'ip e la porta del ch a cui si deve connettere, la questione è che metin manda l'ip pubblico ammenochè non lo si avvii con l'argument:
Ma naturalmente dà un errore all'avvio:
La ragione comunque per la quale questo problema di login esiste è il login success packet, questo:
Ora la domanda è: Qualche buona anima può fare una dif per game r34083 stripped & unstripped che funzioni?
-Perchè non te la fai da solo?
-Tra poco esce Black Ops II, lo sapevi? Vai a preordinarlo!
Aiuterebbe molto la community.
Come forse alcuni di voi sanno, è al momento impossibile loggare in un Server che utilizzi Hamachi/No-Ip non essendone l'Hoster con server che monta game r34083.
-Perchè?
-Perchè crasherà alla scelta del pg, con la mano alzata.
-Il Motivo?
-Il Motivo me lo ha fatto capire un carissimo amico: quando si passa dall'auth al gioco metin invia l'ip e la porta del ch a cui si deve connettere, la questione è che metin manda l'ip pubblico ammenochè non lo si avvii con l'argument:
Codice:
./game -I <ip_to_bind>
Ma naturalmente dà un errore all'avvio:
Codice:
socket_tcp_bind: Can't assign requested address.
La ragione comunque per la quale questo problema di login esiste è il login success packet, questo:
Codice:
struct
Codice:
[COLOR=#660066][FONT=book antiqua]SSimplePlayer[/FONT][/COLOR][COLOR=#666600][FONT=book antiqua]{[/FONT][/COLOR]
[COLOR=#000088][FONT=book antiqua]unsigned[/FONT][/COLOR][COLOR=#000088][FONT=book antiqua]long[/FONT][/COLOR][FONT=book antiqua] dwID[/FONT][COLOR=#666600][FONT=book antiqua];[/FONT][/COLOR]
[COLOR=#000088][FONT=book antiqua]unsigned[/FONT][/COLOR][COLOR=#000088][FONT=book antiqua]char[/FONT][/COLOR][FONT=book antiqua] szName[/FONT][COLOR=#666600][FONT=book antiqua][[/FONT][/COLOR][COLOR=#006666][FONT=book antiqua]25[/FONT][/COLOR][COLOR=#666600][FONT=book antiqua]];[/FONT][/COLOR]
[COLOR=#000088][FONT=book antiqua]unsigned[/FONT][/COLOR][COLOR=#000088][FONT=book antiqua]char[/FONT][/COLOR][FONT=book antiqua] byJob[/FONT][COLOR=#666600][FONT=book antiqua];[/FONT][/COLOR]
[COLOR=#000088][FONT=book antiqua]unsigned[/FONT][/COLOR][COLOR=#000088][FONT=book antiqua]char[/FONT][/COLOR][FONT=book antiqua] byLevel[/FONT][COLOR=#666600][FONT=book antiqua];[/FONT][/COLOR]
[COLOR=#000088][FONT=book antiqua]unsigned[/FONT][/COLOR][COLOR=#000088][FONT=book antiqua]long[/FONT][/COLOR][FONT=book antiqua] dwPlayMinutes[/FONT][COLOR=#666600][FONT=book antiqua];[/FONT][/COLOR]
[COLOR=#000088][FONT=book antiqua]unsigned[/FONT][/COLOR][COLOR=#000088][FONT=book antiqua]char[/FONT][/COLOR][FONT=book antiqua] byST[/FONT][COLOR=#666600][FONT=book antiqua];[/FONT][/COLOR]
[COLOR=#000088][FONT=book antiqua]unsigned[/FONT][/COLOR][COLOR=#000088][FONT=book antiqua]char[/FONT][/COLOR][FONT=book antiqua] byHT[/FONT][COLOR=#666600][FONT=book antiqua];[/FONT][/COLOR]
[COLOR=#000088][FONT=book antiqua]unsigned[/FONT][/COLOR][COLOR=#000088][FONT=book antiqua]char[/FONT][/COLOR][FONT=book antiqua] byDX[/FONT][COLOR=#666600][FONT=book antiqua];[/FONT][/COLOR]
[COLOR=#000088][FONT=book antiqua]unsigned[/FONT][/COLOR][COLOR=#000088][FONT=book antiqua]char[/FONT][/COLOR][FONT=book antiqua] byIQ[/FONT][COLOR=#666600][FONT=book antiqua];[/FONT][/COLOR]
[COLOR=#000088][FONT=book antiqua]unsigned[/FONT][/COLOR][COLOR=#000088][FONT=book antiqua]short[/FONT][/COLOR][FONT=book antiqua] wMainPart[/FONT][COLOR=#666600][FONT=book antiqua];[/FONT][/COLOR]
[COLOR=#000088][FONT=book antiqua]bool[/FONT][/COLOR][FONT=book antiqua] bChangeName[/FONT][COLOR=#666600][FONT=book antiqua];[/FONT][/COLOR]
[COLOR=#000088][FONT=book antiqua]unsigned[/FONT][/COLOR][COLOR=#000088][FONT=book antiqua]short[/FONT][/COLOR][FONT=book antiqua] wHairPart[/FONT][COLOR=#666600][FONT=book antiqua];[/FONT][/COLOR]
[COLOR=#000088][FONT=book antiqua]unsigned[/FONT][/COLOR][COLOR=#000088][FONT=book antiqua]char[/FONT][/COLOR][FONT=book antiqua] bDummy[/FONT][COLOR=#666600][FONT=book antiqua][[/FONT][/COLOR][COLOR=#006666][FONT=book antiqua]4[/FONT][/COLOR][COLOR=#666600][FONT=book antiqua]];[/FONT][/COLOR]
[COLOR=#000088][FONT=book antiqua]long[/FONT][/COLOR][COLOR=#000088][FONT=book antiqua]int[/FONT][/COLOR][FONT=book antiqua] x[/FONT][COLOR=#666600][FONT=book antiqua];[/FONT][/COLOR]
[COLOR=#000088][FONT=book antiqua]long[/FONT][/COLOR][COLOR=#000088][FONT=book antiqua]int[/FONT][/COLOR][FONT=book antiqua] y[/FONT][COLOR=#666600][FONT=book antiqua];[/FONT][/COLOR]
[COLOR=#000088][FONT=book antiqua]unsigned[/FONT][/COLOR][COLOR=#000088][FONT=book antiqua]long[/FONT][/COLOR][COLOR=#000088][FONT=book antiqua]int[/FONT][/COLOR][FONT=book antiqua] lAddr[/FONT][COLOR=#666600][FONT=book antiqua];[/FONT][/COLOR]
[COLOR=#000088][FONT=book antiqua]unsigned[/FONT][/COLOR][COLOR=#000088][FONT=book antiqua]short[/FONT][/COLOR][FONT=book antiqua] wPort[/FONT][COLOR=#666600][FONT=book antiqua];[/FONT][/COLOR]
[COLOR=#000088][FONT=book antiqua]unsigned[/FONT][/COLOR][COLOR=#000088][FONT=book antiqua]char[/FONT][/COLOR][FONT=book antiqua] skill_group[/FONT][COLOR=#666600][FONT=book antiqua];[/FONT][/COLOR]
[COLOR=#666600][FONT=book antiqua]};[/FONT][/COLOR]
[COLOR=#000088][FONT=book antiqua]typedef[/FONT][/COLOR][COLOR=#660066][FONT=book antiqua]SSimplePlayer[/FONT][/COLOR][COLOR=#660066][FONT=book antiqua]TSimplePlayer[/FONT][/COLOR][COLOR=#666600][FONT=book antiqua];[/FONT][/COLOR]
[COLOR=#000088][FONT=book antiqua]struct[/FONT][/COLOR][FONT=book antiqua] packet_login_success[/FONT]
[COLOR=#666600][FONT=book antiqua]{[/FONT][/COLOR]
[COLOR=#000088][FONT=book antiqua]unsigned[/FONT][/COLOR][COLOR=#000088][FONT=book antiqua]char[/FONT][/COLOR][FONT=book antiqua] bHeader[/FONT][COLOR=#666600][FONT=book antiqua];[/FONT][/COLOR]
[COLOR=#660066][FONT=book antiqua]TSimplePlayer[/FONT][/COLOR][FONT=book antiqua] players[/FONT][COLOR=#666600][FONT=book antiqua][[/FONT][/COLOR][COLOR=#006666][FONT=book antiqua]4[/FONT][/COLOR][COLOR=#666600][FONT=book antiqua]];[/FONT][/COLOR]
[COLOR=#000088][FONT=book antiqua]unsigned[/FONT][/COLOR][COLOR=#000088][FONT=book antiqua]long[/FONT][/COLOR][FONT=book antiqua] guild_id[/FONT][COLOR=#666600][FONT=book antiqua][[/FONT][/COLOR][COLOR=#006666][FONT=book antiqua]4[/FONT][/COLOR][COLOR=#666600][FONT=book antiqua]];[/FONT][/COLOR]
[COLOR=#000088][FONT=book antiqua]unsigned[/FONT][/COLOR][COLOR=#000088][FONT=book antiqua]char[/FONT][/COLOR][FONT=book antiqua] guild_name[/FONT][COLOR=#666600][FONT=book antiqua][[/FONT][/COLOR][COLOR=#006666][FONT=book antiqua]4[/FONT][/COLOR][COLOR=#666600][FONT=book antiqua]][[/FONT][/COLOR][COLOR=#006666][FONT=book antiqua]13[/FONT][/COLOR][COLOR=#666600][FONT=book antiqua]];[/FONT][/COLOR]
[COLOR=#000088][FONT=book antiqua]unsigned[/FONT][/COLOR][COLOR=#000088][FONT=book antiqua]long[/FONT][/COLOR][FONT=book antiqua] handle[/FONT][COLOR=#666600][FONT=book antiqua];[/FONT][/COLOR]
[COLOR=#000088][FONT=book antiqua]unsigned[/FONT][/COLOR][COLOR=#000088][FONT=book antiqua]long[/FONT][/COLOR][FONT=book antiqua] random_key[/FONT][COLOR=#666600][FONT=book antiqua];[/FONT][/COLOR]
[COLOR=#666600][FONT=book antiqua]};[/FONT][/COLOR]
[COLOR=#000088][FONT=book antiqua]typedef[/FONT][/COLOR][FONT=book antiqua] packet_login_success [/FONT][COLOR=#660066][FONT=book antiqua]TPacketGCLoginSuccess[/FONT][/COLOR][COLOR=#666600][FONT=book antiqua];[/FONT][/COLOR]
Ora la domanda è: Qualche buona anima può fare una dif per game r34083 stripped & unstripped che funzioni?
-Perchè non te la fai da solo?
-Tra poco esce Black Ops II, lo sapevi? Vai a preordinarlo!
Aiuterebbe molto la community.
