Been busy with work. Instead of just leaving a small reply here, let me write you up a fully documented guide so you can understand it a little better. I'll try to get some time to sit down and do it today.
PFFFFT Elden Ring ate my guide time LMAO, completely forgot about it I'm so sorry. I just went through and wrote it in a bit of a hurry, I wanted to add a flow chart and explanation of the UI element system in POE, but that can be for later. I have bosses to throw bodies at!
I put this together really quickly. This shows how to find the elements, but getting the pointer to them will be a follow up topic.
Edit: I made 2 versions of this and one is less complete, dunno how to delete the old version. Here you go =p Finding inventory data bottom up.pdf
PFFFFT Elden Ring ate my guide time LMAO, completely forgot about it I'm so sorry. I just went through and wrote it in a bit of a hurry, I wanted to add a flow chart and explanation of the UI element system in POE, but that can be for later. I have bosses to throw bodies at!
I put this together really quickly. This shows how to find the elements, but getting the pointer to them will be a follow up topic.
Edit: I made 2 versions of this and one is less complete, dunno how to delete the old version. Here you go =p Finding inventory data bottom up.pdf
zzz not the one below here
dam, that's a good one!
If I did not reply to you, it mean the question you are asking is stupid.
Post Thanks / Like - 1 Thanks
lamleial (1 members gave Thanks to GameHelper for this useful post)
Hello guys... Got a maybe stupid question as i just came back to playpoe. ExileAPI is no longer updating? Now gamehelper is the active one which similar to exileapi?
Hello, hardworking and intelligent creator
I'm from China,I'm glad to use your program
In China, programs like HUD can sell for $21 a week,I think what you created is intended to be used for free
But the Chinese have stolen your wisdom and used it for profit
They translated HUD into Chinese
Let more Chinese know how to use it, so they translated HUD into Chinese language
But I can't translate, and I don't want to spend this money
Even I use translation software to write these words, so it's not very smooth
I don't know how to translate HUD and most HUD plug-ins, but I hope to learn
I hope you can teach me, for which I will be very grateful
Have a nice day, your Chinese friend
Post Thanks / Like - 1 Thanks
HugKitten (1 members gave Thanks to MaryJin for this useful post)
Hello guys... Got a maybe stupid question as i just came back to playpoe. ExileAPI is no longer updating? Now gamehelper is the active one which similar to exileapi?
It's updated for the most part, due to some kind contributers. Many have jumped shipped in favor for gamehelper for some unknown reason. While the radar on gamehelper is superior in many ways to ExileAPI, it's the only thing that it offers compared to ExileAPI. Unfortunately, ExileAPI no longer autuupdates - so you'll need to compile the source every time there is a fix. Quite annoying, but that's where we are at right now.
Post Thanks / Like - 1 Thanks
Shiroineko (1 members gave Thanks to raretitlez for this useful post)
It's updated for the most part, due to some kind contributers. Many have jumped shipped in favor for gamehelper for some unknown reason. While the radar on gamehelper is superior in many ways to ExileAPI, it's the only thing that it offers compared to ExileAPI. Unfortunately, ExileAPI no longer autuupdates - so you'll need to compile the source every time there is a fix. Quite annoying, but that's where we are at right now.
I see.. Thank you so much... Trying Gamehelper now. But i missed copilot. Haha!
Hello guys... Got a maybe stupid question as i just came back to playpoe. ExileAPI is no longer updating? Now gamehelper is the active one which similar to exileapi?
There were a few updates that broke things, but ExileAPI is mostly working, along with the majorly of its plugins. I think most people who have been updating things are starting to get burnt out or have stop playing. Expect fixes to be little slower, and for some plugins not to get updated until their developer has time. If there are any other missing pointer/broken plugins, please let me know, and I'll try to fix it when I'm free.
I suspect that the majorly of broken plugins are from the recent UI changes. These plugins will need to be updated to fit the new UI layout. Honestly the UI layout is a confusing maze of nodes within nodes. It's fine development-wise, but it makes finding anything in your stash tab using DevTree a pain in the butt. Items are sometimes over 15 nodes deep in certain situations. For example, you literally need to do this to get to the first regular tab node when its within a folder:
Code:
GameController.Game.IngameState.InGameUI.OpenLeftPannel.Children[2].Children[0].Children[0].Children[0].Children[1].Children[0].Children[0].Children[1].Children[1].Children[0].Children[0] //Add an extra .Children[item index] for the items)
Any small update to the UI can break this, and the previous two updates have been mostly to the UI.
The auto follow feature seems to be broken because of these lines here. The UI node path is now pointing to a different object. I'll see if I can get a fix out.
Edit: Can't find anyone to party up with in order to find it. If anyone knows the node, please let me know.
For those saying Simply Picket doesn't work, make sure you have the latest update of ExileAPI, have it allowed on windows defender, and have your plugins/Compiled folder cleared. The plugin works fine for me, and often clearing the plugin folder helps fix issues with plugins. I haven't had time to look into why some plugins break this way yet.