-
Preloads were changed by GGG so the client is never told about it until you are within the network bubble. The same applies to enemies... if they are outside of your network bubble, we don't know about them.
-
Member
Originally Posted by
Sychotix
Preloads were changed by GGG so the client is never told about it until you are within the network bubble. The same applies to enemies... if they are outside of your network bubble, we don't know about them.
it can be fixed?make dynamic memory reading or smth?
-
Originally Posted by
Norby93
it can be fixed?make dynamic memory reading or smth?
They wont be called pre-loads then.....
-
Member
Originally Posted by
TehCheat
Not terribly. I'm mostly active here and in the discord channel.
What are req for getting into that discord?
-
Member
I managed to run it as a limited users, however I am having trouble accssing my Loot filter. I use Neversink's loot filter and it seems limited user cannot access "path of exile my documents' folder which has my item filters in it.
-
Originally Posted by
halenegator
I managed to run it as a limited users, however I am having trouble accssing my Loot filter. I use Neversink's loot filter and it seems limited user cannot access "path of exile my documents' folder which has my item filters in it.
Copy loot filter to the folder which is accessible
-
Member
Thanks for the replay. I gave My limited user permission to my documents and the path of exile folder. HOWEVER it's still not showing! Where can I put the item filter in a folder that poe can access other than the "path of exile" folder found in my documents?
-
Originally Posted by
halenegator
Thanks for the replay. I gave My limited user permission to my documents and the path of exile folder. HOWEVER it's still not showing! Where can I put the item filter in a folder that poe can access other than the "path of exile" folder found in my documents?
Put the loot filter in the limited user's My Documents folder. Something like... C:\Users\{yourlimitedusername}\Documents\My Games\Path of Exile
-
Member
I see! Thanks a lot you guys rule!
-
★ Elder ★
Originally Posted by
kevel1
What are req for getting into that discord?
Generally either a reference from a reputable user, or a post history that proves you're reputable.
Those who have made donations in the past can get in as well.
Last edited by TehCheat; 09-24-2018 at 09:46 AM.
-
Active Member
Originally Posted by
TehCheat
Generally either a reference from a reputable user, or a post history that proves you're reputable.
Those who have made donations in the past can get in as well.
careful, GGG can donate and join your discord to see what you're doing
GH it's like cocaine, once you used, you can't forget.
-
Contributor
I still suck at using github properly, so just posting it here.
Small QOL tweak I made that has ended up being really useful. Quick reference for prefix/suffix counts (top left next to iLvl)

AdvancedTooltipPlugin.cs (line 103)
Code:
// Adds quick reference number of affixes to the right of the iLvl text
int numpre = 0, numsuf = 0;
string pretxt = "", suftxt = "";
foreach ( ModValue mod in mods )
{
if (mod.AffixType == ModsDat.ModType.Prefix)
{
numpre++;
pretxt += "P";
}
else if (mod.AffixType == ModsDat.ModType.Suffix)
{
numsuf++;
suftxt += "S";
}
}
Graphics.DrawText(pretxt, 14, tooltipRect.TopLeft.Translate(26 + numpre * 10, 2), Settings.ItemMods.PrefixColor, FontDrawFlags.Right);
Graphics.DrawText(suftxt, 14, tooltipRect.TopLeft.Translate(26 + numpre * 10, 2), Settings.ItemMods.SuffixColor, FontDrawFlags.Left);
PS. I'd love to join the discord server if you'd love to have me
Last edited by bcz; 09-24-2018 at 02:34 PM.
-
Post Thanks / Like - 1 Thanks
deomexuathe (1 members gave Thanks to bcz for this useful post)
-
Active Member
Originally Posted by
bcz
I still suck at using github properly, so just posting it here.
Small QOL tweak I made that has ended up being really useful. Quick reference for prefix/suffix counts (top left next to iLvl)
AdvancedTooltipPlugin.cs (line 103)
Code:
// Adds quick reference number of affixes to the right of the iLvl text
int numpre = 0, numsuf = 0;
string pretxt = "", suftxt = "";
foreach ( ModValue mod in mods )
{
if (mod.AffixType == ModsDat.ModType.Prefix)
{
numpre++;
pretxt += "P";
}
else if (mod.AffixType == ModsDat.ModType.Suffix)
{
numsuf++;
suftxt += "S";
}
}
Graphics.DrawText(pretxt, 14, tooltipRect.TopLeft.Translate(26 + numpre * 10, 2), Settings.ItemMods.PrefixColor, FontDrawFlags.Right);
Graphics.DrawText(suftxt, 14, tooltipRect.TopLeft.Translate(26 + numpre * 10, 2), Settings.ItemMods.SuffixColor, FontDrawFlags.Left);
PS. I'd love to join the discord server if you'd love to have me

That's actually pretty cool.
GH it's like cocaine, once you used, you can't forget.
-
★ Elder ★
Originally Posted by
bcz
I still suck at using github properly, so just posting it here.
Small QOL tweak I made that has ended up being really useful. Quick reference for prefix/suffix counts (top left next to iLvl)
AdvancedTooltipPlugin.cs (line 103)
Code:
// Adds quick reference number of affixes to the right of the iLvl text
int numpre = 0, numsuf = 0;
string pretxt = "", suftxt = "";
foreach ( ModValue mod in mods )
{
if (mod.AffixType == ModsDat.ModType.Prefix)
{
numpre++;
pretxt += "P";
}
else if (mod.AffixType == ModsDat.ModType.Suffix)
{
numsuf++;
suftxt += "S";
}
}
Graphics.DrawText(pretxt, 14, tooltipRect.TopLeft.Translate(26 + numpre * 10, 2), Settings.ItemMods.PrefixColor, FontDrawFlags.Right);
Graphics.DrawText(suftxt, 14, tooltipRect.TopLeft.Translate(26 + numpre * 10, 2), Settings.ItemMods.SuffixColor, FontDrawFlags.Left);
PS. I'd love to join the discord server if you'd love to have me

Invite sent.
This looks like it'd be pretty handy. I'll add this to the code base, but I'll add a menu option for it, as well.
-
Member
[QUOTE=TehCheat;3954988]Invite sent.
dark.jpg
sorry I want to ask for
When I open this
POE become all Dark
can you help me to fix it