ExileAPI Fork (with Release) menu

User Tag List

Page 12 of 16 FirstFirst ... 8910111213141516 LastLast
Results 166 to 180 of 232
  1. #166
    CrEEzz's Avatar Active Member
    Reputation
    66
    Join Date
    Jan 2014
    Posts
    153
    Thanks G/R
    10/40
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey, amazing work coming up with this API, I've spent a couple of years developing private bot for Diablo 3 using famous Enigma.D3 (RIP) API. I also created an open source navigation library for D3 back in the days... I moved to PoE eventually and now I'm considering creating a PoE bot, starting with navigation library as usual :P Is there a way to extract navigation data for the area?

    ExileAPI Fork (with Release)
  2. #167
    Queuete's Avatar Elite User
    Reputation
    549
    Join Date
    Dec 2019
    Posts
    284
    Thanks G/R
    119/486
    Trade Feedback
    0 (0%)
    Mentioned
    47 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CrEEzz View Post
    Hey, amazing work coming up with this API, I've spent a couple of years developing private bot for Diablo 3 using famous Enigma.D3 (RIP) API. I also created an open source navigation library for D3 back in the days... I moved to PoE eventually and now I'm considering creating a PoE bot, starting with navigation library as usual :P Is there a way to extract navigation data for the area?
    No and I wont support any bot developement, sorry. A bot based on ExileAPI is most likely the death of it. We dont want to draw GGGs attention to this project more then necessary.

  3. Thanks An7hrax (1 members gave Thanks to Queuete for this useful post)
  4. #168
    Queuete's Avatar Elite User
    Reputation
    549
    Join Date
    Dec 2019
    Posts
    284
    Thanks G/R
    119/486
    Trade Feedback
    0 (0%)
    Mentioned
    47 Post(s)
    Tagged
    0 Thread(s)
    In the last few days I made some bigger changes to the ExileAPI.
    The biggest will only affect you indirectly. I added all the static files to the sourcecode, so a "clean" build of my repository yields a executeable PoeHelper. (before of that Fonts, Shaders and some PreloadAlert/IconBuilder configs were missing). Based on this I added a CI pipeline. This means every push to the master branch triggers an automatic build and release to github.
    Due to now not needing to update the Release manually there will be a lot more frequent releases with smaller updates.
    Furthermore the PoeHelper checks on start up for updates and tells you if your version is up to date. This might turn at some point into an automatic update feature, but I am not quite there yet.
    Those release PoeHelper.zip's dont include any config files, which means you can safely copy it over your existing folder without losing anything. A "new" install will generate default config files.

    The "preload_alerts.txt" went into the PreloadAlert plugin. The "mod_alerts.txt" and "ignored_entities.txt" went into the IconsBuilder plugin. If anyone got newer ones then the currently used ones please sent a pull request or reach out to me in any other form
    PreloadAlert/config at master . Queuete/PreloadAlert . GitHub
    IconsBuilder/config at master . Queuete/IconsBuilder . GitHub

    Last but not least there were some other mostly minor changes to the core and a reorganization of the CoreSettings.
    The message log got unified and now comes with 3 message types (Information, Error, Debug) which are all individually deactivateable in the CoreSettings. @roska some error messages were not shown before, I suspect one of those places is causing your problems. Please download the latest version and play with Error messages active (default setting) and tell me if there are any errors shown on screen when the problem occurs.

    The latest version can still be found here: Releases . Queuete/ExileApi . GitHub

    Best Regards and Stay Healthy Exiles!

    edit: The newer version (1.1.5+) will not work as expected in a clean folder, I am looking into it.
    edit: Fixed, version 1.1.8+ works as intended
    Last edited by Queuete; 04-23-2020 at 02:27 AM.

  5. Thanks bobTheBuilder69, IcemanSR (2 members gave Thanks to Queuete for this useful post)
  6. #169
    roska's Avatar Active Member
    Reputation
    19
    Join Date
    Sep 2017
    Posts
    220
    Thanks G/R
    42/18
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    For some reason none of plugins are loading for me with the newest 1.1.5. hud loads ok with no errors
    EDIT: seems the plugin folders are empty
    EDIT#2: copied plugins from older build and got some errors for iconbuilder, sent you a pm queuete
    Last edited by roska; 04-22-2020 at 01:18 PM.

  7. Thanks Queuete (1 members gave Thanks to roska for this useful post)
  8. #170
    Queuete's Avatar Elite User
    Reputation
    549
    Join Date
    Dec 2019
    Posts
    284
    Thanks G/R
    119/486
    Trade Feedback
    0 (0%)
    Mentioned
    47 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by roska View Post
    For some reason none of plugins are loading for me with the newest 1.1.5. hud loads ok with no errors
    EDIT: seems the plugin folders are empty
    Is the AutoUpdate activated? If yes and its still not working simply delete the Source and Compiled folder, so your Plugin folder has only the updateSettings.json (and / or the updateSettings_default.json) in it and start the hud again.

    edit: @roska did this happen with a "clean" folder or did you copy it over your old folder?
    Last edited by Queuete; 04-22-2020 at 01:15 PM.

  9. #171
    roska's Avatar Active Member
    Reputation
    19
    Join Date
    Sep 2017
    Posts
    220
    Thanks G/R
    42/18
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Queuete View Post
    Is the AutoUpdate activated? If yes and its still not working simply delete the Source and Compiled folder, so your Plugin folder has only the updateSettings.json (and / or the updateSettings_default.json) in it and start the hud again.

    edit: @roska did this happen with a "clean" folder or did you copy it over your old folder?
    Tried deleting the other files in plugin folder but it doesnt seem to dl the new ones.
    Using clean folder and admin rights.

    Those errors i sent you are all that i had (no error for every plugin) with clean folder + plugins from older builds + admin rights

  10. Thanks Queuete (1 members gave Thanks to roska for this useful post)
  11. #172
    Queuete's Avatar Elite User
    Reputation
    549
    Join Date
    Dec 2019
    Posts
    284
    Thanks G/R
    119/486
    Trade Feedback
    0 (0%)
    Mentioned
    47 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by roska View Post
    Tried deleting the other files in plugin folder but it doesnt seem to dl the new ones.
    Using clean folder and admin rights.

    Those errors i sent you are all that i had (no error for every plugin) with clean folder + plugins from older builds + admin rights
    Thanks for your constant error reports, I found the problem, but I cant promise a fix before tomorrow, sorry.

  12. #173
    Queuete's Avatar Elite User
    Reputation
    549
    Join Date
    Dec 2019
    Posts
    284
    Thanks G/R
    119/486
    Trade Feedback
    0 (0%)
    Mentioned
    47 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by roska View Post
    Tried deleting the other files in plugin folder but it doesnt seem to dl the new ones.
    Using clean folder and admin rights.

    Those errors i sent you are all that i had (no error for every plugin) with clean folder + plugins from older builds + admin rights
    This is fixed now. Together with a bug which caused the first start up to fail and another bug which caused some plugins to be loaded twice (which resulted in a lot of errors)

  13. Thanks levelmax, IcemanSR, MrOne (3 members gave Thanks to Queuete for this useful post)
  14. #174
    roska's Avatar Active Member
    Reputation
    19
    Join Date
    Sep 2017
    Posts
    220
    Thanks G/R
    42/18
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    @Queuete sent you a pm regarding 1.1.9

  15. #175
    BopMajster's Avatar Member
    Reputation
    1
    Join Date
    Feb 2011
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    anyone can tell, what exactly is working on win7?
    for now i check and pickit works very well. what about minimap icons and other stuff?

  16. #176
    dlr5668's Avatar Contributor
    Reputation
    279
    Join Date
    May 2012
    Posts
    543
    Thanks G/R
    129/226
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by BopMajster View Post
    anyone can tell, what exactly is working on win7?
    for now i check and pickit works very well. what about minimap icons and other stuff?
    en tities list is fucked. So other complex plugins wont work
    github.com/vadash/EZVendor

  17. #177
    martti96's Avatar Member
    Reputation
    2
    Join Date
    Jul 2011
    Posts
    22
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can't get plugins to work, I only have Core and plugins auto updater on the list. I've tried running it as adiminstrator.

  18. Thanks fudenciolino (1 members gave Thanks to martti96 for this useful post)
  19. #178
    Queuete's Avatar Elite User
    Reputation
    549
    Join Date
    Dec 2019
    Posts
    284
    Thanks G/R
    119/486
    Trade Feedback
    0 (0%)
    Mentioned
    47 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by martti96 View Post
    Can't get plugins to work, I only have Core and plugins auto updater on the list. I've tried running it as adiminstrator.
    Then show us a picture after start up with log activated. (CoreSettings -> Show Log Window)
    If you dont want to post it here feel free to send me a private message.

  20. #179
    V4mpyr's Avatar Member
    Reputation
    1
    Join Date
    Nov 2018
    Posts
    82
    Thanks G/R
    21/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Edit: Answered myself.
    Last edited by V4mpyr; 04-28-2020 at 06:31 AM.

  21. #180
    Queuete's Avatar Elite User
    Reputation
    549
    Join Date
    Dec 2019
    Posts
    284
    Thanks G/R
    119/486
    Trade Feedback
    0 (0%)
    Mentioned
    47 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by V4mpyr View Post
    Edit: Answered myself.
    Questions you answer yourself are still good for the community, someone else might stumble across the same thing. So please dont delete your original post and instead leave your question up and post the answer aswell.

Similar Threads

  1. [Release] Start with all Class spells!
    By latruwski in forum World of Warcraft Emulator Servers
    Replies: 21
    Last Post: 12-19-2007, 08:53 AM
  2. [Release]Project Silvermoon FunDB rev4 [compatible with patch 2.3.0!!]
    By latruwski in forum World of Warcraft Emulator Servers
    Replies: 17
    Last Post: 11-30-2007, 07:28 AM
  3. [Release] Enchanter Vendor with AFG enchant bags
    By knaur in forum World of Warcraft Emulator Servers
    Replies: 4
    Last Post: 11-17-2007, 10:01 PM
  4. Breaking news: I'm Exalted with Exodar... Yes before the Release of BC
    By #ClumsyWizard in forum World of Warcraft General
    Replies: 18
    Last Post: 12-25-2006, 10:26 AM
All times are GMT -5. The time now is 09:30 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search