-
Member
Originally Posted by
octron73
Hi is it possible to update exile api plz
thx
update it yourself or wait like everyone else.
-
Post Thanks / Like - 1 Thanks
dirkbach666 (1 members gave Thanks to AreZone for this useful post)
-
3.14.3: Fix GameStatePattern by mm3141 . Pull Request #196 . Queuete/ExileApi . GitHub
everything seems to start and work normally
Thank you dude !!
It's funny that the old pattern was also searched stably and produced something like "16"
-
Member
Originally Posted by
wlastas
What do you do with this?
Last edited by Tiotion; 07-07-2021 at 03:55 PM.
-
Contributor
For whatever reason, nothing works anymore after the last update. Both in the folder where I've auto-updated and in a new folder where I extracted the fresh HUD version 3.14.64.
There are no errors in Debug window, but at the same time there are no monster dots on the map. Flasks aren't working, Stashie isn't working (even the simple one, it just points in the topmost left corner and thats it).
Anyone having the same issue?
-
Camera offset has been changed - please test in your code
Code:
[StructLayout(LayoutKind.Explicit, Pack = 1)]
public struct IngameStateOffsets {
...
[FieldOffset(0x710)] public int Camera; //0x1080
-
Post Thanks / Like - 2 Thanks
-
Member
yes for my part, I think that the plug-ins are not up to date.
-
Member
hi
the best i had is pixels in the up left corner
some white and reds, and part of a healthbar
when i disable healthbar plug-in, the green rectanle disapear
edit
ProximityAlert plug-in works fine
Last edited by TGillou; 07-07-2021 at 06:57 PM.
-
Member
Originally Posted by
wlastas
Camera offset has been changed - please test in your code
Code:
[StructLayout(LayoutKind.Explicit, Pack = 1)]
public struct IngameStateOffsets {
...
[FieldOffset(0x710)] public int Camera; //0x1080
thanks, that fixes alot of stuff, health bars, map icons, pickit...
The flasks are still not working for me tho, which is a pain
Last edited by Olegsander; 07-07-2021 at 07:02 PM.
-
Member
Sorry. Can you tell me where to fix this line?
-
Originally Posted by
mrcreat1ve
Sorry. Can you tell me where to fix this line?
I have already requested an update of this offset, perhaps you just need to wait for the automatic update of API.
Or just recompile
ExileApi/GameOffsets at master . Queuete/ExileApi . GitHub
with the new value
-
Post Thanks / Like - 1 Thanks
Queuete (1 members gave Thanks to GameAssist for this useful post)
-
Member
http://ddl.to/d/1XibP
Download that and copy that to your folder.
-
Post Thanks / Like - 3 Thanks
-
Member
Originally Posted by
Pimp Floyd
THX, it`s work!
-
Member
everything but flasks is working
-
Member
AutoOpen plugin for doors not working ((((
-
Active Member
Originally Posted by
q5f8jx
everything but flasks is working
Same issue for me. Everything works ok except BasicFlaskRoutine which doesn't work at all.