[DiscordArchive] What does the client get sent that causes this, anyway?
[DiscordArchive] What does the client get sent that causes this, anyway?
Archived author: Harbynger • Posted: 2020-08-03T13:56:58.948000+00:00
Original source
What does the client get sent that causes this, anyway?
Archived author: Harbynger • Posted: 2020-08-03T13:57:09.485000+00:00
Original source
addon level for all of these test accounts is set to 7
Archived author: MaxtorCoder • Posted: 2020-08-03T14:02:26.917000+00:00
Original source
Again, you have to alter core code.
Archived author: MaxtorCoder • Posted: 2020-08-03T14:02:43.360000+00:00
Original source
To enable creation, and sql data for login.
Archived author: Harbynger • Posted: 2020-08-03T14:03:20.206000+00:00
Original source
Do I need to add any SQL for *login*?
Archived author: Harbynger • Posted: 2020-08-03T14:03:29.467000+00:00
Original source
I can change the server code fine if I know what I need to change
Archived author: Harbynger • Posted: 2020-08-03T14:04:44.745000+00:00
Original source
actually lemme look at logs and see if theres an opcode i need to add or soemthing
Archived author: Harbynger • Posted: 2020-08-03T14:05:56.313000+00:00
Original source
```
Received not handled opcode [CMSG_BATTLE_PAY_GET_PURCHASE_LIST 0x36BA (14010)] from [Player: Account: 3]
Received not handled opcode [CMSG_BATTLE_PAY_GET_PRODUCT_LIST 0x36B9 (14009)] from [Player: Account: 3]
Received not handled opcode [CMSG_UPDATE_VAS_PURCHASE_STATES 0x36F3 (14067)] from [Player: Account: 3]
[Player: Account: 3] Client tried to call not implemented method ResourcesService.GetContentHandle({ program: 16974 stream: 1634756212 version: 1701729619 })
```
Archived author: Harbynger • Posted: 2020-08-03T14:05:57.587000+00:00
Original source
I see
Archived author: Harbynger • Posted: 2020-08-03T14:07:36.924000+00:00
Original source
Is that what I need to implement to get login to work?