-
Member
Confirmed but I have faith in the Almighty TehCheat! *praise*
-
★ Elder ★
OK, fired up a laptop to see what I did wrong and found (I think) the right offset. Updated the release, as well. You can get it in the link in my signature.
-
Post Thanks / Like - 3 Thanks
-
Member
thx TehCheat
it works again in Standalone
-
Member
It's working. Thanks! I sent you some beer money.
-
Post Thanks / Like - 1 Thanks
TehCheat (1 members gave Thanks to festevil for this useful post)
-
Member
Works! YESSSSS! I love you!
-
Member
you sir are god!! thank you.
-
★ Elder ★
Originally Posted by
festevil
It's working. Thanks! I sent you some beer money.
Very much appreciated!
Sorry I didn't fix it right the first time. It was working on my PoE even after I restarted the client. It should have only been down a few minutes rather than a couple hours. I'll try to do a better job of double checking next time!
-
Post Thanks / Like - 1 Thanks
a1yet (1 members gave Thanks to TehCheat for this useful post)
-
Member
TehCheat, not sure if you're still around, but would you be willing to take ingame donations? I am poor IRL (currently unemployed), and would love to donate to your continued support C:
-
Contributor
Hey TehCheat, curious how much you've looked into the Remnant of Corruption preload situation? I've spent many hours trying to find some kind of way of detecting it. Best I could come up with so far is setting a flag true if a file name with "minimonolith" file is loaded, then if none of the other specific essences were found, the one loaded must be Remnant of Corruption... only trouble is it will only work if remnant is the ONLY essence in the area :/ Any ideas?
-
★ Elder ★
Originally Posted by
bcz
Hey TehCheat, curious how much you've looked into the Remnant of Corruption preload situation? I've spent many hours trying to find some kind of way of detecting it. Best I could come up with so far is setting a flag true if a file name with "minimonolith" file is loaded, then if none of the other specific essences were found, the one loaded must be Remnant of Corruption... only trouble is it will only work if remnant is the ONLY essence in the area :/ Any ideas?
Is there any required lvl for this Remnant of Corruption to appear ?
Also, on the wiki page says: "On slaying a monster bearing a Remnant of Corruption the Remnant is dropped just like normal essences but also 2 Fleshmonster spawn there."
This means that this Fleshmonsters are loaded too.
You can try this in preload_alerts.txt:
PHP Code:
Metadata/Monsters/Essence/Fleshmonster; Remnant Of Corruption; ffDC143C
Metadata/Monsters/Essence/Fleshmonster.ao; Remnant Of Corruption; ffDC143C
Not sure if it's working ofc.
-
Post Thanks / Like - 1 Thanks
TehCheat (1 members gave Thanks to vmv for this useful post)
-
★ Elder ★
Originally Posted by
vmv
Is there any required lvl for this Remnant of Corruption to appear ?
Also, on the wiki page says: "
On slaying a monster bearing a Remnant of Corruption the Remnant is dropped just like normal essences but also 2 Fleshmonster spawn there."
This means that this Fleshmonsters are loaded too.
You can try this in preload_alerts.txt:
PHP Code:
Metadata/Monsters/Essence/Fleshmonster; Remnant Of Corruption; ffDC143C
Metadata/Monsters/Essence/Fleshmonster.ao; Remnant Of Corruption; ffDC143C
Not sure if it's working ofc.
Remnant of Corruptions can start spawning immediately, I believe. I believe those fleshmonsters can appear if you corrupt an essence (even if it doesn't turn into a Remnant of Corruption), but it's probably safe to use.
-
Member
New hud gives errors when you try to change the collor of masters/boxes
-
★ Elder ★
Originally Posted by
SandorClegane
New hud gives errors when you try to change the collor of masters/boxes
Try and take a screenshot of the error or give a better description. I didn't change anything but the in game offset so there's probably something else causing the problem.
-
Contributor
I am saving a long list of every single preloaded file name to text file and comparing it against a list from areas that do/donot have a remnant of corruption in them and there is literally no preloaded files specific to the remnants being in the zone... unless you count the files that the remnants have in common with other essences, which yeah I'm checking for but that only tells me if there's a remnant in the zone without other essences as well. I'm pretty sure its a lost cause currently, just wondering if anyone else had confirmed the same.
And no nothing fleshmonster related shows up, even when standing next to a remnant.
Code:
private void CheckForPreload(string text) { if (text.ToLower().Contains("flesh")) { alerts.Add(new PreloadConfigLine { Text = "flesh", FastColor = () => new ColorBGRA(255, 255, 55, 255) }); }
It's no big deal, still able to get plenty of corrupted essences from those zones that only have remnants in them, just a little puzzle I been trying to solve
Last edited by bcz; 09-16-2016 at 09:10 AM.
-
Post Thanks / Like - 1 Thanks
killerng1703 (1 members gave Thanks to bcz for this useful post)
-
★ Elder ★
Originally Posted by
bcz
I am saving a long list of every single preloaded file name to text file and comparing it against a list from areas that do/donot have a remnant of corruption in them and there is literally no preloaded files specific to the remnants being in the zone... unless you count the files that the remnants have in common with other essences, which yeah I'm checking for but that only tells me if there's a remnant in the zone without other essences as well. I'm pretty sure its a lost cause currently, just wondering if anyone else had confirmed the same.
And no nothing fleshmonster related shows up, even when standing next to a remnant.
Code:
private void CheckForPreload(string text) { if (text.ToLower().Contains("flesh")) { alerts.Add(new PreloadConfigLine { Text = "flesh", FastColor = () => new ColorBGRA(255, 255, 55, 255) }); }
It's no big deal, still able to get plenty of corrupted essences from those zones that only have remnants in them, just a little puzzle I been trying to solve

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.