Forums WoW Modding Support Archives TrinityCore Discord Archives [DiscordArchive] What doesn't work exactly?

[DiscordArchive] What doesn't work exactly?

[DiscordArchive] What doesn't work exactly?

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
03-20-2021, 12:27 PM
#1
Archived author: MaxtorCoder • Posted: 2021-03-20T12:27:15.096000+00:00
Original source

What doesn't work exactly?
rektbyfaith
03-20-2021, 12:27 PM #1

Archived author: MaxtorCoder • Posted: 2021-03-20T12:27:15.096000+00:00
Original source

What doesn't work exactly?

rektbyfaith
Administrator
0
03-20-2021, 12:44 PM
#2
Archived author: JORGIE • Posted: 2021-03-20T12:44:07.046000+00:00
Original source

this project just translate the c++ code to c#
rektbyfaith
03-20-2021, 12:44 PM #2

Archived author: JORGIE • Posted: 2021-03-20T12:44:07.046000+00:00
Original source

this project just translate the c++ code to c#

rektbyfaith
Administrator
0
03-20-2021, 12:44 PM
#3
Archived author: MaxtorCoder • Posted: 2021-03-20T12:44:51.526000+00:00
Original source

Yeah, but what are you trying to do with the packet format
rektbyfaith
03-20-2021, 12:44 PM #3

Archived author: MaxtorCoder • Posted: 2021-03-20T12:44:51.526000+00:00
Original source

Yeah, but what are you trying to do with the packet format

rektbyfaith
Administrator
0
03-20-2021, 12:45 PM
#4
Archived author: MaxtorCoder • Posted: 2021-03-20T12:45:13.275000+00:00
Original source

Size : int32_t
Tag : byte[12]
Opcode : uint16_t
rektbyfaith
03-20-2021, 12:45 PM #4

Archived author: MaxtorCoder • Posted: 2021-03-20T12:45:13.275000+00:00
Original source

Size : int32_t
Tag : byte[12]
Opcode : uint16_t

rektbyfaith
Administrator
0
03-20-2021, 12:47 PM
#5
Archived author: JORGIE • Posted: 2021-03-20T12:47:01.136000+00:00
Original source

yes, all right.
rektbyfaith
03-20-2021, 12:47 PM #5

Archived author: JORGIE • Posted: 2021-03-20T12:47:01.136000+00:00
Original source

yes, all right.

rektbyfaith
Administrator
0
03-20-2021, 12:50 PM
#6
Archived author: JORGIE • Posted: 2021-03-20T12:50:24.598000+00:00
Original source

When I response the AuthChallenge packet to the client. the client send a packet that can not decode with the package frame.
rektbyfaith
03-20-2021, 12:50 PM #6

Archived author: JORGIE • Posted: 2021-03-20T12:50:24.598000+00:00
Original source

When I response the AuthChallenge packet to the client. the client send a packet that can not decode with the package frame.

rektbyfaith
Administrator
0
03-20-2021, 12:53 PM
#7
Archived author: JORGIE • Posted: 2021-03-20T12:53:18.306000+00:00
Original source

```java

/**
* World Packet Frame
* +--------+-------------------------+
* | BodyLength(4bytes)| Packet Header|
* | Tag(12bytes) | |
* +--------+-------------------------+
* | Opcode(2bytes) | Packet Body |
* | Payload | |
* +--------+-------------------------+
*/

public final class WorldPacketFrame {
}


```
rektbyfaith
03-20-2021, 12:53 PM #7

Archived author: JORGIE • Posted: 2021-03-20T12:53:18.306000+00:00
Original source

```java

/**
* World Packet Frame
* +--------+-------------------------+
* | BodyLength(4bytes)| Packet Header|
* | Tag(12bytes) | |
* +--------+-------------------------+
* | Opcode(2bytes) | Packet Body |
* | Payload | |
* +--------+-------------------------+
*/

public final class WorldPacketFrame {
}


```

rektbyfaith
Administrator
0
03-20-2021, 12:55 PM
#8
Archived author: MaxtorCoder • Posted: 2021-03-20T12:55:39.130000+00:00
Original source

<:Thonk:736242406877298738>
rektbyfaith
03-20-2021, 12:55 PM #8

Archived author: MaxtorCoder • Posted: 2021-03-20T12:55:39.130000+00:00
Original source

<:Thonk:736242406877298738>

rektbyfaith
Administrator
0
03-20-2021, 12:56 PM
#9
Archived author: MaxtorCoder • Posted: 2021-03-20T12:56:21.518000+00:00
Original source

I assume you already did the `WORLD OF WARCRAFT CONNECTION - SERVER TO CLIENT - V2` stuff?
rektbyfaith
03-20-2021, 12:56 PM #9

Archived author: MaxtorCoder • Posted: 2021-03-20T12:56:21.518000+00:00
Original source

I assume you already did the `WORLD OF WARCRAFT CONNECTION - SERVER TO CLIENT - V2` stuff?

rektbyfaith
Administrator
0
03-20-2021, 12:58 PM
#10
Archived author: JORGIE • Posted: 2021-03-20T12:58:15.747000+00:00
Original source

Yes, I did.
rektbyfaith
03-20-2021, 12:58 PM #10

Archived author: JORGIE • Posted: 2021-03-20T12:58:15.747000+00:00
Original source

Yes, I did.

Pages (2): 1 2 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)