-
Member
-
Contributor
Originally Posted by
vmv
Can you post on paste bin all the loaded text files when a remnant is nearby...i can't find any ...2h past and not a single one.
here's how I detect them, just replace the "CheckForPreload(text);" line with this
Code:
if (text.ToLower().Contains("metadata/monsters/daemon/essencedaemon")) { essencefound = true; }
if (text.ToLower().Contains("minimonolith")) { minimono = true; }
CheckForPreload(text);
}
if ((minimono == true) && (essencefound == false))
{
alerts.Add(new PreloadConfigLine { Text = "Remnant of Corruption", FastColor = () => new ColorBGRA(255, 255, 55, 255) });
}
also define minimono and essencefound at the top
Code:
private bool minimono = false;
private bool essencefound = false;
As I've been saying, even if I give you the names of the files associated with Remnants of Corruption it won't help because those files are the same ones used for other essences that aren't remnants... so you'd have to use this code to see if any of those "general essence files" are loaded while none of the "essence specific" ones are, in which case they must belong to the "undefined" Remnant of Corruption... unless of course there really is a file out there somewhere that is specific to remnants but after hours of testing I've concluded that there isn't.
-
Post Thanks / Like - 1 Thanks
killerng1703 (1 members gave Thanks to bcz for this useful post)
-
Contributor
Originally Posted by
jonasgm1
Still not work on client
typically they will need more details than that if you're hoping for help with your problem
-
★ Elder ★
Originally Posted by
bcz
here's how I detect them, just replace the "CheckForPreload(text);" line with this
Code:
if (text.ToLower().Contains("metadata/monsters/daemon/essencedaemon")) { essencefound = true; }
if (text.ToLower().Contains("minimonolith")) { minimono = true; }
CheckForPreload(text);
}
if ((minimono == true) && (essencefound == false))
{
alerts.Add(new PreloadConfigLine { Text = "Remnant of Corruption", FastColor = () => new ColorBGRA(255, 255, 55, 255) });
}
also define minimono and essencefound at the top
Code:
private bool minimono = false;
private bool essencefound = false;
As I've been saying, even if I give you the names of the files associated with Remnants of Corruption it won't help because those files are the same ones used for other essences that aren't remnants... so you'd have to use this code to see if any of those "general essence files" are loaded while none of the "essence specific" ones are, in which case they must belong to the "undefined" Remnant of Corruption... unless of course there really is a file out there somewhere that is specific to remnants but after hours of testing I've concluded that there isn't.
It doesn't work always...it gives false reports.
-
Contributor
Originally Posted by
vmv
It doesn't work always...it gives false reports.
100% accurate for me. I go after every one that shows up too. Maybe someone else can try.
-
★ Elder ★
Originally Posted by
bcz
100% accurate for me. I go after every one that shows up too. Maybe someone else can try.
Can you detect this too ? :

I can't ..no matter the code, it doesn't show up.
-
Member
I started using poe hud two days ago and everything is fine. Gj TehCheat, I'm going to donate you as soon as I get some money.
-
Member
hi can someone tell me if ill get banned for creating a lot instances trying to find masters/essences/diviners?
-
Member
Originally Posted by
randompoeplayer
hi can someone tell me if ill get banned for creating a lot instances trying to find masters/essences/diviners?
I guess there is always a chance, but to be anecdotal about it I've spammed instances a lot in this game and haven't even gotten a warning. -if- you are detected it's much more likely that GGG will send you an email and ask you to stop, not just outright ban you.
-
Member
Originally Posted by
shuv1t
I guess there is always a chance, but to be anecdotal about it I've spammed instances a lot in this game and haven't even gotten a warning. -if- you are detected it's much more likely that GGG will send you an email and ask you to stop, not just outright ban you.
thank you, found like 5 diviners in 30 mins feels awesome.
-
Member
Originally Posted by
randompoeplayer
thank you, found like 5 diviners in 30 mins feels awesome.
Which zone are you farming for diviners?
-
Member
Originally Posted by
chonic
Which zone are you farming for diviners?
any zone works,i go for the ones with better cards and roll cards from current location.
-
Member
Originally Posted by
chonic
Which zone are you farming for diviners?
coast <-> mud flats is really good, scour alch and chaos the diviners till they give additional from current area + preferably additional corrupted + quantity / additional items = pride before the fall cards. I farmed 3 kaoms in like 5 hours
belly 1 <-> belly 2 also works for The Hunger = Taste of Hate, but these zones don't get as many diviners as coast and mud flats
-
Member
Is it safe to spam instances though? I remember way back you used to get banned for it.
-
Member
Installed the version from your signature and on launch I get this error

Any ideas what I need to do?