ExileAPI Fork 3.11 Release menu

User Tag List

Page 8 of 18 FirstFirst ... 456789101112 ... LastLast
Results 106 to 120 of 257
  1. #106
    LuckyZer0's Avatar Member
    Reputation
    2
    Join Date
    Jan 2013
    Posts
    21
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I was using the Steam version of poe. After downloading the poe client it works.

    ExileAPI Fork 3.11 Release
  2. Thanks Queuete (1 members gave Thanks to LuckyZer0 for this useful post)
  3. #107
    gahehe's Avatar Member
    Reputation
    4
    Join Date
    Nov 2016
    Posts
    18
    Thanks G/R
    5/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Got a bug with BasicFlaskRoutine plugin: when I link Leap Slam with Blood magic, the health flask pops everytime I use the Leap Slam, ignoring the min life configuration.

  4. #108
    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)
    Basicflaskplugin doesn't seem to understand if your hp drops by burning

  5. #109
    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 gahehe View Post
    Got a bug with BasicFlaskRoutine plugin: when I link Leap Slam with Blood magic, the health flask pops everytime I use the Leap Slam, ignoring the min life configuration.
    It seems like you have your life flask configured to fire whenever you are below 100% life. Whenever you leap slam you drop below that. Thats not really a bug, you just need to lower the value when the life flask should be used.

    Originally Posted by roska View Post
    Basicflaskplugin doesn't seem to understand if your hp drops by burning
    Do you mean it does not recognize the burning state? I will look into that, but I am not sure if thats an ExileApi problem.

  6. #110
    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

    Do you mean it does not recognize the burning state? I will look into that, but I am not sure if thats an ExileApi problem.
    Not sure about the burning state but it wont use hp pot if your hp drops by burn dot damage

  7. #111
    Silent_Warrior's Avatar Active Member
    Reputation
    31
    Join Date
    Jun 2014
    Posts
    212
    Thanks G/R
    161/29
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is there any way to add Delirium encounters be seen in Preloads?

  8. #112
    darkknight777's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    33
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    anyone else's legion encounters not showing up on the minimap?

  9. #113
    Maelzel's Avatar Member
    Reputation
    3
    Join Date
    Mar 2014
    Posts
    35
    Thanks G/R
    16/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Queuete Any way to fix PassiveTreePlanner plugin?

  10. #114
    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
    Not sure about the burning state but it wont use hp pot if your hp drops by burn dot damage
    If thats true, thats most likely a problem in the flask plugin not in the exileapi It reads the hp and triggers based on this value, no status effect should interact with this at all.
    Burning not being cured on the other hand is most likely a exileapi problem

    Originally Posted by Silent_Warrior View Post
    is there any way to add Delirium encounters be seen in Preloads?
    Most likely yes, I will look into adding this when I encounter a delirium mirror next time.

    Originally Posted by darkknight777 View Post
    anyone else's legion encounters not showing up on the minimap?
    Yes. Legion monster are currently not detected as entities and therefore no plugin can interact with them.

    Originally Posted by Maelzel View Post
    @Queuete Any way to fix PassiveTreePlanner plugin?
    Most likely no. If someone wants to look into it feel free to make a pull request.

  11. Thanks Silent_Warrior, levelmax (2 members gave Thanks to Queuete for this useful post)
  12. #115
    Nipper's Avatar Member
    Reputation
    12
    Join Date
    Jun 2013
    Posts
    115
    Thanks G/R
    5/7
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    @Queuete

    Question, How do I get pickit full. As the one that comes precompiled with it picks up everything even thought I have it set not to. I just basicly want it to pick up just currency fast.

  13. #116
    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 Silent_Warrior View Post
    is there any way to add Delirium encounters be seen in Preloads?
    Its added in the latest version of PreloadAlerts. Due to Preloads being in config files this update wont be applied automatically by the update feature.
    You need to run the ExileApi wait till the updater is finished and then go into your Plugin/Compiled/PreloadAlert folder.
    Then copy the files from "config_new" to "config" (overwrite the files in "config").
    After that restart the ExileApi.

    The config files are not applied automatically, because otherwise the manual changes to the config files would be overwritten on every update. Not that great in case of the PreloadAlert plugin, but for others this saves quite a bit of trouble.


    Originally Posted by Nipper View Post
    @Queuete

    Question, How do I get pickit full. As the one that comes precompiled with it picks up everything even thought I have it set not to. I just basicly want it to pick up just currency fast.
    Look in the first post, there is a link to the original pick it repository and a description on how to change the url from where the updater pulls the source.
    One technical nitpick, there is no precompiled plugin in this release at all. My releases only contain the Core and a default Plugins/updateSettings.json file. The plugins are all downloaded and compiled on your first start up.

  14. Thanks Silent_Warrior (1 members gave Thanks to Queuete for this useful post)
  15. #117
    Nipper's Avatar Member
    Reputation
    12
    Join Date
    Jun 2013
    Posts
    115
    Thanks G/R
    5/7
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    @Queuete

    Not for sure if I am missing something. Deleted the Source/Compiled folders for pickit. replaced the URL in the autoupdater to the full. But it still seems to not compile. Do I need to compile it my self? It seems the compiled folder is just blank. It remakes the folders and downloads the source.
    Last edited by Nipper; 07-08-2020 at 12:35 PM.

  16. #118
    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 Nipper View Post
    @Queuete

    Not for sure if I am missing something. Deleted the Source/Compiled folders for pickit. replaced the URL in the autoupdater to the full. But it still seems to not compile. Do I need to compile it my self? It seems the compiled folder is just blank. It remakes the folders and downloads the source.
    I just tried it myself the original pickit repo most likely is missing a dependency in the source, this makes it unable to compile automatically from source. The only solution is to download it yourself, fix it manually, remove the pickit entry from the updater and copy the compiled folder in Plugins/Compiled.

    Btw. whenever something is not working its advied to look into the error log (F12 -> Show Log Window), this often gives a lot of insight into the problem. Either for you or the ones in the forum answering your question.

    edit: @Nipper The missing lib is System.Windows.Forms.dll. You can use my simplified version with the updater. Change the url and delete the source folder. (dont delete the compiled folder!)
    My repository contains the missing lib. Thats a rather hacky solution but will work.
    Last edited by Queuete; 07-08-2020 at 01:07 PM.

  17. #119
    DragoHorse's Avatar Contributor
    Reputation
    153
    Join Date
    May 2009
    Posts
    223
    Thanks G/R
    10/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not working with the update from an hour ago?

  18. #120
    h42's Avatar Contributor CoreCoins Purchaser
    Reputation
    130
    Join Date
    Oct 2006
    Posts
    108
    Thanks G/R
    140/52
    Trade Feedback
    12 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not using this myself, but if it's of any help I had to update InGameState.Data to offset 0x4F8 (from 0x478 ) in my own tools.
    Quite possible that all of the InGameState stuff was pushed down that much.

  19. Thanks Queuete (1 members gave Thanks to h42 for this useful post)
Page 8 of 18 FirstFirst ... 456789101112 ... LastLast

Similar Threads

  1. ExileAPI Fork (with Release)
    By Queuete in forum PoE Bots and Programs
    Replies: 231
    Last Post: 06-22-2020, 05:19 PM
  2. [Release] Mooege for Diablo 0.11.0.9359 (Patch 18)
    By Matis02 in forum Diablo 3 Emulator Servers
    Replies: 2
    Last Post: 04-26-2012, 05:41 AM
  3. Behind Zul Gurub Portal after 1.11
    By kuikui in forum World of Warcraft Exploits
    Replies: 3
    Last Post: 09-16-2006, 12:16 PM
  4. 9k rep an hour exploit for argent dawn (1.11)
    By Lonsdale in forum World of Warcraft Exploits
    Replies: 1
    Last Post: 05-28-2006, 11:04 PM
  5. 1.11 Patch - Tonnes of Naxxramas Information!
    By Dwarpy in forum World of Warcraft General
    Replies: 3
    Last Post: 05-21-2006, 11:44 AM
All times are GMT -5. The time now is 03:43 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