[DiscordArchive] Ah ok thanks. Though I did put my ip adress into the config.wtf, in the sql realmlist table and the
[DiscordArchive] Ah ok thanks. Though I did put my ip adress into the config.wtf, in the sql realmlist table and the
Archived author: I need a headpat • Posted: 2025-04-15T18:17:17.982000+00:00
Original source
Ah ok thanks. Though I did put my ip adress into the config.wtf, in the sql realmlist table and the worldserver and bnetserver configs. Have I missed anything?
Archived author: Northstrider • Posted: 2025-04-15T18:17:45.172000+00:00
Original source
probably firewall settings.
Archived author: I need a headpat • Posted: 2025-04-15T18:18:55.188000+00:00
Original source
As I said, the 11.0.2 version works just fine, could that still be a firewall issue?
Archived author: Tea • Posted: 2025-04-15T18:19:23.459000+00:00
Original source
<@199795982236516352> i found relevant client code now
Archived author: Northstrider • Posted: 2025-04-15T18:19:32.909000+00:00
Original source
not if the IP did not change ye. so you screwed up somewhere else
Archived author: Tea • Posted: 2025-04-15T18:19:58.545000+00:00
Original source
the first uint32 (where we send GetTransportPeriod) is the result of this function in older clients
Archived author: Tea • Posted: 2025-04-15T18:20:12.473000+00:00
Original source
```
void __fastcall ShipPath::SetTimeOffset(__int64 a1, unsigned int timestamp, float progress)
{
unsigned int v3; // er8@1
__int64 v4; // rdx@2
signed int v5; // er9@2
v3 = *(_DWORD *)(a1 + 84);
if ( v3 )
{
v4 = timestamp % v3;
v5 = (signed int)(float)((float)(signed int)v3 * progress);
if ( (unsigned int)v4 >= v5 )
*(_DWORD *)(a1 + 96) = v5 + v3 - v4;
else
*(_DWORD *)(a1 + 96) = v5 - v4;
}
}
```
Archived author: I need a headpat • Posted: 2025-04-15T18:20:32.733000+00:00
Original source
I'll have another look in my configs, perhaps I forgot something
Archived author: Tea • Posted: 2025-04-15T18:20:33.718000+00:00
Original source
`+ 96` is the taken from packet directly now
Archived author: I need a headpat • Posted: 2025-04-15T19:47:18.310000+00:00
Original source
I figured it out, the problem was I messed up during the account creation. I should have typed "bnetaccount create" but typed "account create". That's why I couldn't log in, because I had no account to log in to. This was such a stupid mistake... T^T