ExileAPI 3.14 Release menu

User Tag List

Page 1 of 36 12345 ... LastLast
Results 1 to 15 of 533
  1. #1
    Queuete's Avatar Elite User
    Reputation
    549
    Join Date
    Dec 2019
    Posts
    284
    Thanks G/R
    118/486
    Trade Feedback
    0 (0%)
    Mentioned
    47 Post(s)
    Tagged
    0 Thread(s)

    ExileAPI 3.14 Release

    Hello community,

    3.14 LatestVersion Queuete/ExileApi

    This is an early version, there will be bugs!
    Thanks for your contributions, mm3141, Aooo, wlastas.


    Getting Started

    As any other fork you should run poe as a limited user when using this tool. https://www.ownedcore.com/forums/mmo...ited-user.html (Run PoE as a limited user)
    Download the latest Release from my ExileAPI fork: Releases . Queuete/ExileApi . GitHub and run the "Loader.exe" file.

    If you run into any problems please read the Troubleshooting section in this post, the last point (Nothing worked) tells you what to do if the section did not solve your problem.
    Questions which ignore this message will be ignored by me.



    Plugins

    The Release will come with a default list of plugins. When you first start the Loader.exe those will be downloaded, compiled and loaded in the hud.

    In case something wont happen as you expect, please take a look into the Log (F12 -> Core -> Show Log window). There could be some error messages which are useful when you seek help from other community members.

    If you want to change the config files of a plugin make sure you do your changes in "Plugins/Compiled/PluginName". Changes in the Source folder will be overwritten on start up.

    Add New

    1. F12 (open main menu), Go to "PluginAutoUpdate"
    2. Change the settings as you desire e.g. Add a new plugin or change the source url of an existing plugin
    3. F12 (save settings), Restart Loader.exe

    Switch to specific version

    1. F12 (open main menu), Go to "PluginAutoUpdate"
    2. Deactivate the auto update functionality of the plugin you want to pin to a specific version
    3. Enter the Commit Sha (40 characters) of the version you want to use in the textbox below the plugin url (this field is only changeable when you have done step 2)
    4. F12 (save settings), Restart Loader.exe


    Disclaimer: Due to the nature of a auto plugin functionality this will run code downloaded from repositories on your pc. You should not use repositories from owners you dont trust. Running PoeHelper as admin will increase the risk.


    Plugin List

    Default
    Working:
    - HealthBars, GitHub - Queuete/HealthBars
    - MinimapIcons, GitHub - Queuete/MinimapIcons
    - IconsBuilder, https://github.com/Queuete/IconsBuilder
    - SimpleStashie, GitHub - Queuete/SimpleStashie
    - SimplePickIt, GitHub - Queuete/SimplePickIt
    - SimpleHotkeyChain, GitHub - Queuete/SimpleHotkeyChain
    - PreloadAlert, https://github.com/Queuete/PreloadAlert

    ?:
    - BasicFlaskRoutine, https://github.com/sychotixdev/BasicFlaskRoutine / https://github.com/IlliumIv/BasicFlaskRoutine
    - Stashie, https://github.com/Craere/Stashie

    Extras
    - DevTree, GitHub - Queuete/DevTree
    - MiscInformation, https://github.com/IlliumIv/MiscInformation
    - HighlightedItems https://github.com/ravand1990/HighlightedItems
    - CoPilot https://github.com/totalschaden/copilot
    - MineDetonator https://github.com/mm3141/MineDetonator
    - Terrain https://github.com/mm3141/Terrain
    - GemUp https://github.com/ElRatto/GemUp by @dirkbach666
    - PickIt https://github.com/vadash/Pickit
    - EliteBar GitHub - Queuete/EliteBar -> if you experience hud lag, disable EliteBar, its most likely the cause

    For more plugin ideas you may want to look here: ExileApi/Plugins/Source at master . IlliumIv/ExileApi . GitHub

    Troubleshooting

    1. The Hud wont start.
    - Windows 10 is the only supported system
    - download and install .NET 4.8 runtime https://dotnet.microsoft.com/downloa...-web-installer
    - turn of your firewall and antivirus and try again. (Thanks @bobTheBuilder69)
    - make sure the 64x PoE client is already running
    - make sure you use the standalone client (NOT Steam, NOT Epic Launcher, NOT Taiwan, NOT Tencent)
    - make sure you have VC++ Redistributable Runtime installed (https://support.microsoft.com/en-us/...al-c-downloads) (Thanks @snowhawk)

    2. The Hud stopped working and presents an error when trying to start it.
    - check if your config/settings.json file got corrupted. If thats the case you can replace the content with the config/dumpSettings.json file or completly delete it (then default settings will be generated).

    3. There are visual offsets in rendering minion dots and everything other.
    Windows Display options -> Scale and layout -> set to 100%
    If that one does not work: Right Click Loader.exe > Properties > Compatibility > Change high DPI settings > Override high DPI scaling behavior > Application
    (Thanks @Unknown_B)

    4. MinimapIcons wont work.
    - The IconBuilder plugin needs to be activated aswell.
    - Change the Map Zoom slider in Poe -> Options -> UI -> Map Zoom (Thanks @JustRandomPlayer)

    5. AutoQuit wont work.
    You need to run the hud as admin for it to work.

    6. PickIt and Stashie are very slow.
    Check which Windows 10 version you are using. Win10 2004 is slow, reverting back to Win10 1909 solves this. (Thanks @uumas)

    7. The Hug laggs, especially MinimapIcons and HealthBars
    Probably one of your other plugins is very performance intense. Currently EliteBar is often the problem.

    8. The Hud and SlimTrade wont work together
    Slimtrade has the option to show a Config Button on the screen for easy configuration. If you disable the config button then the focus does not get stolen. (Thanks @Smartillian)

    Nothing worked
    Make a post with a detailed error description. Post the full error log (PoeHelper/Logs/Verbose-[date].log)
    -> Posts about problems which dont do this will be ignored by me.


    FAQ

    1. How can I support this project?
    The best way is to contribute as a developer.
    Other options are currently not available. There is going to be some donation option most likely.
    My ExileApi fork will stay OpenSource and therefore completly free. Any form of donation wont give you any personal gain.

    2. Can you add Plugin xyz?
    You can do this yourself. Click on "PluginAutoUpdate" in the main menu (F12).
    After you added your plugins press close the main menu (press F12 again, thats important to save the changes) and afterwards restart the Hud.

    3. I want to learn to change offsets.
    The tools used mostly are Cheat Engine, ReClass.NET and potentially Ghidra. Get yourself familiar with at least one of the first 2 tools and try to comprehend some already updated offsets. The easiest example is the current/max life, mana and ES of a character.
    There are some tutorials on youtube which may help you understand the basics. Example: https://www.youtube.com/watch?v=YaFlh2pIKAg


    Plugin Developer

    When you are new you may want to check out the Github repository on "How to set up a developer version". This also describes how to add plugins into your developer version and compile them yourself.
    https://github.com/Queuete/ExileApi/...ster/README.md

    1. If you have any external dependencies, which are not included in ExileAPI, put them in a folder called "libs" in your source. This folder needs to be at the same level as your .csproj file.
    2. Static files (e.g. config or image files) either need to be generated in code (see Stashie) or placed in a folder which is copied by the updater.
    Possible folder names which are copied: Dependencies: "libs", "Libs", "lib", "Lib". Other static files: "settings", "Settings", "config", "Config", "images", "Images", "img", "Img", "static", "Static"

    To automate the process of adding your external dependencies you can use "(post) build events"
    In your Solution explorer right click the plugin project -> Proeperties -> Tab Build Events -> Post-build event command line.
    Example: copy "$(TargetDir)Dependency.dll" "$(ProjectDir)libs\Dependency.dll"

    https://docs.microsoft.com/de-de/vis...p?view=vs-2019

    Best Regards,
    Queuete
    Last edited by Queuete; 05-16-2021 at 02:23 AM.

    ExileAPI 3.14 Release
  2. #2
    Aoooooooo's Avatar Active Member
    Reputation
    27
    Join Date
    Aug 2020
    Posts
    52
    Thanks G/R
    27/15
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Great Work!

  3. #3
    berloga03rus's Avatar Member
    Reputation
    3
    Join Date
    Mar 2018
    Posts
    42
    Thanks G/R
    44/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    works perfectly, so fast updado

  4. #4
    GameAssist's Avatar Banned CoreCoins Purchaser Authenticator enabled
    Reputation
    98
    Join Date
    Apr 2010
    Posts
    349
    Thanks G/R
    55/83
    Trade Feedback
    0 (0%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    Thank you so much for such a quick update - everything worked for me ^^^
    I'm trying to find the obviously incorrect
    Code:
    MinimapIconOffsets.NamePtr
    but I don't even know how to approach yet
    Look there how time will be pls....

  5. #5
    gahehe's Avatar Member
    Reputation
    4
    Join Date
    Nov 2016
    Posts
    15
    Thanks G/R
    5/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Most of the plugins works, but BasicFlaskRoutine seems not. Thanks for your hard work!

  6. #6
    tvinki's Avatar Active Member
    Reputation
    20
    Join Date
    Mar 2014
    Posts
    159
    Thanks G/R
    34/18
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    pick it dont work
    basic flask use all flask charges even if it alrdy used
    Last edited by tvinki; 04-17-2021 at 07:39 AM.

  7. Thanks miracle1 (1 members gave Thanks to tvinki for this useful post)
  8. #7
    ggrandefors's Avatar Member
    Reputation
    1
    Join Date
    Sep 2020
    Posts
    7
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    At last here minimap icons isn't working. Almost everything is ok

  9. #8
    leplep's Avatar Member
    Reputation
    2
    Join Date
    Mar 2017
    Posts
    9
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yeah i also have this problem with minimap icons

  10. #9
    Queuete's Avatar Elite User
    Reputation
    549
    Join Date
    Dec 2019
    Posts
    284
    Thanks G/R
    118/486
    Trade Feedback
    0 (0%)
    Mentioned
    47 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tvinki View Post
    pick it dont work
    basic flask use all flask charges even if it alrdy used
    BasicFlaskRoutine is on my todo list.

    Originally Posted by ggrandefors View Post
    At last here minimap icons isn't working. Almost everything is ok
    Originally Posted by leplep View Post
    yeah i also have this problem with minimap icons
    I am using minimap icons since I posted it here and it works. So i refer to:
    If you run into any problems please read the Troubleshooting section in this post, the last point (Nothing worked) tells you what to do if the section did not solve your problem.
    Questions which ignore this message will be ignored by me.

  11. Thanks Yureai, tvinki (2 members gave Thanks to Queuete for this useful post)
  12. #10
    Yureai's Avatar Member
    Reputation
    1
    Join Date
    Jan 2016
    Posts
    18
    Thanks G/R
    26/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Minimap icons works just fine, at least in my case, only using on minimap, not on the large map.
    Only issue I'm having is flask consumption: Quicksilver for example: spams all charges at once, rather waiting for CD

    Edit: slow on reply, Queuete already replied above <3

  13. #11
    Kladdkakan's Avatar Member
    Reputation
    12
    Join Date
    Oct 2008
    Posts
    65
    Thanks G/R
    1/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    AutoOpen works
    IconsBuilder works
    Minimap Icons works
    MiscInformation works
    PreloadAlert works
    SimplePickit works

    Haven't tried the rest of my plugins as they aren't needed yet, but so far so good, only the flasks having issues but that's already known.

  14. #12
    KYB3R's Avatar Banned
    Reputation
    1
    Join Date
    Apr 2021
    Posts
    8
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Regarding flasks, im only using BuildYourOwnRoutine (works fine for me), incase you want my template, please see attached

    Code:
    {"Name":"","Composite":{"Name":"Player","Type":0,"AlwaysContinue":false,"ConditionList":[],"Children":[{"Name":"Health Flask Usage","Type":2,"AlwaysContinue":false,"ConditionList":[{"Parameters":{"Invert":"False","IsAbove":"False","Percentage":"90"},"Linker":null,"Owner":"Default","Name":"HealthPercentConditionFactory"}],"Children":[{"Name":"Use Health & Defensive Flasks","Type":3,"AlwaysContinue":false,"ConditionList":[],"Children":[],"Action":{"Parameters":{"useLife":"True","useMana":"False","useHybrid":"False","useInstant":"True","useDefense":"True","useOffense":"True","useUtility":"True","useSpeedrun":"True","useUnique":"True","useOffenseAndSpeedrun":"False","usePoison":"False","useFreeze":"True","useIgnite":"False","useShock":"False","useBleed":"True","useCurse":"False","reserveFlaskCharges":"0"},"Owner":"Default","Name":"UseFlaskTypeActionFactory"}}],"Action":null},{"Name":"Countering Debuffs","Type":0,"AlwaysContinue":false,"ConditionList":[],"Children":[{"Name":"Frozen Ailments","Type":2,"AlwaysContinue":false,"ConditionList":[{"Parameters":{"Invert":"False","RemFrozen":"True","RemBurning":"False","RemShocked":"False","RemCurse":"False","RemPoison":"False","RemBleed":"False","CorruptCount":"0","IgnoreInfiniteTimer":"False"},"Linker":null,"Owner":"Default","Name":"HasCurableAilmentConditionFactory"}],"Children":[{"Name":"Use Frozen Flask","Type":3,"AlwaysContinue":false,"ConditionList":[],"Children":[],"Action":{"Parameters":{"useLife":"False","useMana":"False","useHybrid":"False","useInstant":"False","useDefense":"False","useOffense":"False","useUtility":"False","useSpeedrun":"False","useUnique":"False","useOffenseAndSpeedrun":"False","usePoison":"False","useFreeze":"True","useIgnite":"False","useShock":"False","useBleed":"False","useCurse":"False","reserveFlaskCharges":"0"},"Owner":"Default","Name":"UseFlaskTypeActionFactory"}}],"Action":null},{"Name":"Bleeding Ailments","Type":2,"AlwaysContinue":false,"ConditionList":[{"Parameters":{"Invert":"False","RemFrozen":"False","RemBurning":"False","RemShocked":"False","RemCurse":"False","RemPoison":"False","RemBleed":"True","CorruptCount":"7","IgnoreInfiniteTimer":"False"},"Linker":null,"Owner":"Default","Name":"HasCurableAilmentConditionFactory"}],"Children":[{"Name":"Use Bleeding Flask","Type":3,"AlwaysContinue":false,"ConditionList":[],"Children":[],"Action":{"Parameters":{"useLife":"False","useMana":"False","useHybrid":"False","useInstant":"False","useDefense":"False","useOffense":"False","useUtility":"False","useSpeedrun":"False","useUnique":"False","useOffenseAndSpeedrun":"False","usePoison":"False","useFreeze":"False","useIgnite":"False","useShock":"False","useBleed":"True","useCurse":"False","reserveFlaskCharges":"0"},"Owner":"Default","Name":"UseFlaskTypeActionFactory"}}],"Action":null},{"Name":"Spam Flasks","Type":0,"AlwaysContinue":false,"ConditionList":[],"Children":[{"Name":"Offensive & Defensive Flasks","Type":2,"AlwaysContinue":false,"ConditionList":[{"Parameters":{"Invert":"False","MinimumMonsterCount":"1","MaxDistance":"903","ColdResistanceThreshold":"0","FireResistanceThreshold":"0","LightningResistanceThreshold":"0","ChaosResistanceThreshold":"0","CountWhiteMonsters":"False","CountRareMonsters":"True","CountMagicMonsters":"False","CountUniqueMonsters":"True","MonsterHealthPercentThreshold":"98","MonsterAboveHealthThreshold":"False"},"Linker":null,"Owner":"Default","Name":"NearbyMonstersConditionFactory"},{"Parameters":{"Invert":"False","MinimumMonsterCount":"6","MaxDistance":"929","ColdResistanceThreshold":"0","FireResistanceThreshold":"0","LightningResistanceThreshold":"0","ChaosResistanceThreshold":"0","CountWhiteMonsters":"True","CountRareMonsters":"False","CountMagicMonsters":"True","CountUniqueMonsters":"False","MonsterHealthPercentThreshold":"0","MonsterAboveHealthThreshold":"False"},"Linker":1,"Owner":"Default","Name":"NearbyMonstersConditionFactory"}],"Children":[{"Name":"Use Flasks","Type":3,"AlwaysContinue":false,"ConditionList":[],"Children":[],"Action":{"Parameters":{"useLife":"False","useMana":"False","useHybrid":"False","useInstant":"False","useDefense":"True","useOffense":"True","useUtility":"True","useSpeedrun":"False","useUnique":"True","useOffenseAndSpeedrun":"False","usePoison":"False","useFreeze":"False","useIgnite":"False","useShock":"False","useBleed":"False","useCurse":"False","reserveFlaskCharges":"1"},"Owner":"Default","Name":"UseFlaskTypeActionFactory"}}],"Action":null},{"Name":"Speed Running Flasks","Type":2,"AlwaysContinue":false,"ConditionList":[{"Parameters":{"Invert":"False","MinimumMonsterCount":"1","MaxDistance":"1006","ColdResistanceThreshold":"0","FireResistanceThreshold":"0","LightningResistanceThreshold":"0","ChaosResistanceThreshold":"0","CountWhiteMonsters":"True","CountRareMonsters":"True","CountMagicMonsters":"True","CountUniqueMonsters":"True","MonsterHealthPercentThreshold":"0","MonsterAboveHealthThreshold":"False"},"Linker":null,"Owner":"Default","Name":"NearbyMonstersConditionFactory"}],"Children":[{"Name":"Use Speedrun","Type":3,"AlwaysContinue":false,"ConditionList":[],"Children":[],"Action":{"Parameters":{"useLife":"False","useMana":"False","useHybrid":"False","useInstant":"False","useDefense":"False","useOffense":"False","useUtility":"False","useSpeedrun":"True","useUnique":"False","useOffenseAndSpeedrun":"False","usePoison":"False","useFreeze":"False","useIgnite":"False","useShock":"False","useBleed":"False","useCurse":"False","reserveFlaskCharges":"1"},"Owner":"Default","Name":"UseFlaskTypeActionFactory"}}],"Action":null},{"Name":"Mana Flask Usage","Type":0,"AlwaysContinue":false,"ConditionList":[],"Children":[{"Name":"Mana Flask","Type":2,"AlwaysContinue":false,"ConditionList":[{"Parameters":{"Invert":"False","IsAbove":"False","Percentage":"15"},"Linker":null,"Owner":"Default","Name":"ManaPercentConditionFactory"}],"Children":[{"Name":"Use Mana Flask","Type":3,"AlwaysContinue":false,"ConditionList":[],"Children":[],"Action":{"Parameters":{"useLife":"False","useMana":"True","useHybrid":"False","useInstant":"False","useDefense":"False","useOffense":"False","useUtility":"False","useSpeedrun":"False","useUnique":"False","useOffenseAndSpeedrun":"False","usePoison":"False","useFreeze":"False","useIgnite":"False","useShock":"False","useBleed":"False","useCurse":"False","reserveFlaskCharges":"0"},"Owner":"Default","Name":"UseFlaskTypeActionFactory"}}],"Action":null}],"Action":null}],"Action":null}],"Action":null}],"Action":null}}

    Make sure you got 2 folder in BasicFlaskRoutine root, called: Profile

    1.png


    https://drive.google.com/file/d/1l8l...ew?usp=sharing - or download template and place it in profile folder and load template ingame


    Logic:

    mana at 15%
    HP at 85%
    Utility Flasks + Speed Flasks if:

    a) 1 Rare or Unique monster in 900 distance
    b) 10 White or magic monsters in 900 distance
    always keep 1 charge
    if hp 80% use rest utility
    remove freeze
    Remove bleed
    Last edited by KYB3R; 04-17-2021 at 10:41 AM.

  15. #13
    GameAssist's Avatar Banned CoreCoins Purchaser Authenticator enabled
    Reputation
    98
    Join Date
    Apr 2010
    Posts
    349
    Thanks G/R
    55/83
    Trade Feedback
    0 (0%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Queuete View Post
    ...
    I am using minimap icons since I posted it here and it works. So i refer to:
    icons work fine, display them incorrectly "Name"
    Code:
      if(ent.HasComponent<MinimapIcon>()) {
                    var name = ent.GetComponent<MinimapIcon>()?.Name; //=>this Name total wrong like 鴰ꎀ翶
    and i still not found right offset - i dumb
    Last edited by GameAssist; 04-17-2021 at 10:44 AM.

  16. #14
    leplep's Avatar Member
    Reputation
    2
    Join Date
    Mar 2017
    Posts
    9
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    troubleshooting
    3. MinimapIcons wont work.
    The IconBuilder plugin needs to be activated aswell.

    my iconbuilder plugin is activated

    strange thing i noticed: with opened large map i have a single tiny green icon jumping randomly on my screen

  17. #15
    Evaldazz's Avatar Member
    Reputation
    1
    Join Date
    Apr 2019
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey there, coming back to the game after quite a few leagues.. does anyone have working pickit/stashie plugin? the simple stashie I cant configure what items go where..
    and there were advanced tooltips plugin where it showed how good the item was at a glance, is there a working one or something similar these days?
    thanks in advance
    Last edited by Evaldazz; 04-17-2021 at 01:06 PM.

Page 1 of 36 12345 ... LastLast

Similar Threads

  1. [Release] ExileAPI 3.13 Release
    By Queuete in forum PoE Bots and Programs
    Replies: 606
    Last Post: 04-17-2021, 06:22 AM
  2. [Release] ExileAPI 3.12 Release
    By Queuete in forum PoE Bots and Programs
    Replies: 492
    Last Post: 01-16-2021, 07:30 AM
  3. ExileAPI Fork 3.11 Release
    By Queuete in forum PoE Bots and Programs
    Replies: 256
    Last Post: 09-20-2020, 02:49 PM
  4. ExileAPI Fork (with Release)
    By Queuete in forum PoE Bots and Programs
    Replies: 231
    Last Post: 06-22-2020, 05:19 PM
  5. [FPS][PayDay2] Pirate Perfection v14 [Released: 5/16/14]
    By berryman13 in forum FPS Game Discussions
    Replies: 0
    Last Post: 05-16-2014, 10:59 PM
All times are GMT -5. The time now is 05:58 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search