Offsets RPC

01/30/2021 14:08 PriceNQ#1
hello anyone know how to get this offsets

const DWORD charInfoAddr = 0x85155C;
const DWORD timespaceInformationAddr = 0x8515CC;
const DWORD waveTimerAddr = 0x8515D4;
const DWORD mapAddr = 0x851650;
const DWORD mapIdAddr = 0x6C3858;
const DWORD playerAddr = 0x851540;
const DWORD inGameAddr = 0x6C3010;


or have them for share

Project i used [Only registered and activated users can see links. Click Here To Register...]

Thank you for any response or help
01/30/2021 14:54 MANUEL PERES#2
Ollydbg

(NostaleClientX)
01/30/2021 16:16 erixor#3
Reverse engineering for Discord RPC is kinda useless when you have server source tbh. It could be useful if you wanted to make it work with official nostale client, but in your case, the GameSDK discord provides is more than enough.

Their GameSDK + a really simple server integration takes a few hours to implement.