hello. when player/terrain/skills/ui offsets will be updated? its mandatory for bots
hello. when player/terrain/skills/ui offsets will be updated? its mandatory for bots
Ahh yes. My favorite time of the year. When people rush for the hud update and then cant read.
copilot work for anyone?
Screenshot by Lightshot
unavailable
Install both x64 and x86, helped me previous league at least.
sup devs here we go again innit? XD
been out for a bit from poe but im back...hud working but everytime i change zone red wall of errors
(ofc hiding debug doesnt show)
wcorVS0.jpg
Last edited by mega2k0; 04-08-2023 at 09:13 AM.
I skipped few leagues so forgive me if it's a bad question. Did they fix the Heist small chest icons?
how soon will update? HUD didnt see players names! need update
Screenshot by Lightshot
Last edited by Success13; 04-08-2023 at 11:36 AM.
you can always find them by yourself with 5 lines of code or something like that:
Code:Dictionary<string, string> nams = new (); public void GetPlayerNameOff() { for (int i = 0; i < 800; i += 8) { var wstr = ui.m.Read<StdWString>(Address + i); var name = ui.m.ReadStdWString(wstr); if (name.Length > 0) nams.Add(name, i.ToString("X")); } }
Last edited by VRita; 04-08-2023 at 12:20 PM.
I cant seem to get it load at all, so I guess I will be looking for a more reliable release later on. Thank you all for the work in the past, and the work you are all currently doing.
Is any sorce code of this stuff?