-
Member
Monster icons on the map are kinda fucking up atm https://i.imgur.com/pW09MAh.jpg even showed brutus as a minion.
-
Member
PoEHud cutting my fps by around 90 every few seconds any fix for it?
-
༼ つ ◕_◕ ༽つ TehCheat TAKE MY ENERGY ! ༼ つ ◕_◕ ༽つ
-
Member
for some reason my computer decided that it didnt want aero transparency to work anymore so i cant use it -.-
Last edited by Evilwookie; 05-04-2018 at 01:27 AM.
-
Member
My Golem is not Minion, but he montster.
Error image
-
Member
Originally Posted by
vitasikxp2
yes,for me too. minimap little broken
-
Active Member
is the autoupdater done/out of business?
-
Active Member
Originally Posted by
stfufag
is the autoupdater done/out of business?

Update your hud to v1.0.6679
-
★ Elder ★
Originally Posted by
Sharps
༼ つ ◕_◕ ༽つ TehCheat TAKE MY ENERGY ! ༼ つ ◕_◕ ༽つ
Sorry. Not gonna get to it before the event. And after the event starts, I'll probably be pushing hard and not have much time. I'm not sure who found the enemy flag previously (zaafar, I think) but it's moved (thanks, captain obvious!). It also was part of a component (positioned) and there's a good change they moved it to a component that makes more sense (like targetable, or monster, or something). I looked a bit but I really need to write a program to dump a component bit by bit and compare friendlies vs. enemies to see where it's at now. It used to be a byte with a value of 1 if it was an enemy and a 0 if it was a friendly, but we never did find a proper solution for this. The ribbons were seen as friendly when blackguards were around. And the same with Solaris and Lunaris mobs in the same area.
-
Active Member
Entity.cs
ln22:
Code:
public bool IsHostile => (M.ReadByte(M.ReadLong(Address + 0x50) + 0x130) & 1) == 0;
change to
Code:
public bool IsHostile => (M.ReadByte(M.ReadLong(Address + 0x50) + 0x128) & 1) == 0;
-
Post Thanks / Like - 5 Thanks
-
Member
Originally Posted by
XaocDIO
Entity.cs
ln22:
Code:
public bool IsHostile => (M.ReadByte(M.ReadLong(Address + 0x50) + 0x130) & 1) == 0;
change to
Code:
public bool IsHostile => (M.ReadByte(M.ReadLong(Address + 0x50) + 0x128) & 1) == 0;
Good news, pls update then
-
★ Elder ★
Originally Posted by
vitasikxp2
Good news, pls update then

I'll be updating it shortly (before the race).
-
Post Thanks / Like - 2 Thanks
-
Member
Thanx a lot you two heroes XaocDIO and TehCheat. Awesome!
I did one testrun, everything was fine again, feels so good :-)
Last edited by DJS; 05-04-2018 at 03:57 PM.
-
Member
Last edited by godfeast; 05-04-2018 at 05:26 PM.
Nothing to see here...move along.
-
Active Member
LOL, POEhud updated (Great Work TehCheat), but now every single one of my plugins is broken and wont work with the new updated POEhud >.<
I guess the plugin creators will get to the fixes for them when they can.