-
Member
Hey Guys,
Hope you can assist,
Bought a new 4k screen that offers a higher resolution - 3840-12160.
The Api is not working properly on that resolution (shows it on the bottom left side, with a different resolution.
Is there anything i can do ?
-
Member
Originally Posted by
raxxxx0r
Hey Guys,
Hope you can assist,
Bought a new 4k screen that offers a higher resolution - 3840-12160.
The Api is not working properly on that resolution (shows it on the bottom left side, with a different resolution.
Is there anything i can do ?
https://i.imgur.com/PMgvRSm.png
The main settings window will be tiny (configuring plugins), but everything will function properly and look fine outside of setting up the hud and making changes.
-
Post Thanks / Like - 1 Thanks
raxxxx0r (1 members gave Thanks to Unknown_B for this useful post)
-
Member
Originally Posted by
Unknown_B
https://i.imgur.com/PMgvRSm.png
The main settings window will be tiny (configuring plugins), but everything will function properly and look fine outside of setting up the hud and making changes.
The town folk spoke about a Legend, although he was unknown, he seemed to help all who ask of him. When they asked for his name, the only letter they could make out from it was B.
Unknown_B, LEGEND!
-
Member
Hello again!
Are there any POE Reclass.Net Projects u could share to understand how c# structure looks in Reclass, or any other hint how to get reliable info what is inside structure starting at X?
-
Member
Has anyone found the preload alert ID for heist's smuggler's cache?
I searched poe.db but couldn't found it.
-
Active Member
Originally Posted by
ProfesionnalLeecher
Has anyone found the preload alert ID for heist's smuggler's cache?
I searched poe.db but couldn't found it.
Metadata/Chests/LeagueHeist/HeistSmugglersCoinCacheOutdoors
Metadata/Chests/LeagueHeist/HeistSmugglersCoinCache
but look like you have to go near them like other chest and strongbox
-
Post Thanks / Like - 1 Thanks
-
Member
How can I go about adding an audio or sound to a preload alert? Is there something built in to the plugin for me to do this?
-
Member
Hello,
why I can't use nymann's new version stashie in this ExileAPI?
I copy the new version dll to Plugins\Compiled\stashie and delete all of config files,
then I run ExileAPI ,stashie is disappear(Craere's version is OK)
-
Member
-
Active Member
Originally Posted by
stanzas
Hello,
why I can't use nymann's new version stashie in this ExileAPI?
I copy the new version dll to Plugins\Compiled\stashie and delete all of config files,
then I run ExileAPI ,stashie is disappear(Craere's version is OK)
I am currently not supporting the community version of ExileAPI
-
Member
whats the plugin for xp and all the good stuff that used to show near minimap ?
-
Member
Originally Posted by
IeUz
What does Terrain do?
At first, I also thought that it is some kind of strange and incomprehensible plugin. But then it turned out to be wildly useful. It draws the entire territory of the map with a semi-transparent gray color (area on the ground). Easily turns on and off as needed (I changed default on/off for "Insert" key). This is very useful when the map is difficult and you are confused about where to go. + this is wildly useful in heists - there you can better see all the corridors and passages with this little grey background.
-
Member
Originally Posted by
histachii
whats the plugin for xp and all the good stuff that used to show near minimap ?
May be MiscInformation ?
-
Member
Anybody knows what happened with Random Features Plugin?
It's very useful and pretty working but since last update of ExileApi stops loading at all. Plugin is present in Source/Compiled paths.
-
Contributor
Originally Posted by
Mental7
There is no plugin for auto-cast blade vortex?
BasicTreeRoutine allows you to customize whatever skills you want. Copilot has an option to hit a key every x seconds.
Originally Posted by
omgsosorry
With this league dropping stacked decks like flies, is there a plugin/can there be a plugin to open stacked decks for us?

I think its ready to start sharing. GitHub - snowhawk04/UnstackDecks
Originally Posted by
jnz9513
Is there a way to get Craere's version of Stashie back? It keeps updating to Nymann git. And it sucks.
I disagree with your assessment, but change the url in the autoupdate settings to Craere's repo, close the hud, then delete the existing stashie files in your plugins compiled and source folders. When you start it up again, it'll pull files from Craere's repo and compile it.
Originally Posted by
moranah
Hello again!
Are there any POE Reclass.Net Projects u could share to understand how c# structure looks in Reclass, or any other hint how to get reliable info what is inside structure starting at X?
Mine isn't even 25% complete and it's a mess, so I wont be sharing it anytime soon. I'm also new at this and have no experience using Ghidra/IDA to find structures/data. I basically just landmark/pattern search regions of memory where data is supposed to be. The only reliable hints I've found through scanning are references to files in memory and strings. Sporadically mentioned in comments of some files is a DatDefinitions.xml file which provides information on the layout of some structures.
If you want a concrete example, here is the HeistContract Component and the components for LocalPlayer
Originally Posted by
jknnnnn
How can I go about adding an audio or sound to a preload alert? Is there something built in to the plugin for me to do this?
Preload alert is just a colored listing of interesting items. Use Proximity Alert instead and edit whichever config file you want to alert against (mod or path). Drop the sound file in sounds directory of the plugin. I also suggest you make the file readonly to prevent overwriting in the future (same with any config file manually edited).
Originally Posted by
IeUz
What does Terrain do?
Takes the information about the zone layout in memory, converts into an in-memory bitmap/texture, transforms it to align with the map, and displays it.
Originally Posted by
histachii
whats the plugin for xp and all the good stuff that used to show near minimap ?
MiscInformation.
Originally Posted by
Rol
Anybody knows what happened with Random Features Plugin?
It's very useful and pretty working but since last update of ExileApi stops loading at all. Plugin is present in Source/Compiled paths.
Any error messages? Can you at least give information like which repository you got the plugin from.
-
Post Thanks / Like - 5 Thanks