Рейтинг темы:
  • 0 Голос(ов) - 0 в среднем
  • 1
  • 2
  • 3
  • 4
  • 5
Может кто поможет мне
#1
Ответ
#2
use your lang...
СЕО Оптимизация сайтов
Ответ
#3
Что-то подсказывает что у тебя диапазон портов на который отправляется PROTOCOL_BASE_GET_SCHANNELIST_ACK не открыты. 127.0.0.1:136......

Something tells you that the port range to which to send PROTOCOL_BASE_GET_SCHANNELIST_ACK not open. 127.0.0.1:136 ......
Ответ
#4
gorodetskiy, не думаю, что бразильский будет понятнее. Smile
Ответ
#5
know Other language?
Ответ
#6
Yes I understand english.
Ответ
#7
Ok thankyou
Man you understand this error why Opcode wrong no work i change every time for other but no work
opcode : 2668
opcode : 2572
opcode : 4049
opcode : 2577
opcode : 2567
can't connect account client you know
this server files i'm using MoMz Games Released one people
but this error i'm working this server very so much day's for fix ...

Добавлено через 2 часа 34 минуты
This Server files

Client : http://download1790.mediafire.com/bsq0co...100914.exe

Server :
Цитата:https://mega.co.nz/#!iYlhWSjD!te1I3WuhZuf7TTOZ6yI4ukV3dCSbUwerof6sRgIBlYM
https://mega.co.nz/#!iYlhWSjD!te1I3WuhZu...f6sRgIBlYM
Ответ
#8
2668 is packet PROTOCOL_BASE_GET_ITEMS_FOR_RANK_UP_REQ and waits server opcode 0xA6D.
2567 (PROTOCOL_BASE_GET_FRIENDS_REQ) waits server opcode 0x112.
2577 (PROTOCOL_BASE_USER_LEAVE_REQ) waits server opcode 0xA12.

Try to send this packet (I didn`t look into it):

[SRC="csharp"]SendPacket(new byte[] { 0x0c, 0x00, 0x21, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 });[/SRC]


Before PROTOCOL_BASE_LOGIN_ACK (opcode 0xA04).
Ответ
#9
PROTOCOL_BASE_USER_LEAVE_REQ
Цитата:using PBServer;
using PBServer.network;
using PBServer.network.serverpackets;

namespace PBServer.network.clientpacket
{
internal class PROTOCOL_BASE_USER_LEAVE_REQ : ReceiveBaseLoginPacket
{
public PROTOCOL_BASE_USER_LEAVE_REQ(LoginClient Client, byte[] data)
{
this.makeme(Client, data);
}

protected internal override void read()
{
}

protected internal override void run()
{
if (this.getClient() == null)
return;
this.getClient().sendPacket((SendBaseLoginPacket) new S_BASE_USER_LEAVE(this.getClient().getPlayer()));
}
}
}


This source c#
no have this .cs


2668 is packet PROTOCOL_BASE_GET_ITEMS_FOR_RANK_UP_REQ and waits server opcode 0xA6D.
2567 (PROTOCOL_BASE_GET_FRIENDS_REQ) waits server opcode 0x112.
Ответ
#10
I gave you the opcodes and you must write the structure of packet.
Do it yourself.

p.s. You can find structure with the help of IDA Pro in pointblank.exe
Ответ


Перейти к форуму:


Пользователи, просматривающие эту тему: 1 Гость(ей)