ExileAPI 3.13 Release menu

User Tag List

Page 1 of 41 12345 ... LastLast
Results 1 to 15 of 607
  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.13 Release

    Hello community,

    3.13 LatestVersion Queuete/ExileApi

    Most of the 3.13 updates are coming from @mm3141. Thanks a lot!


    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
    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.

    When you want to add new plugins or switch to a different fork of an existing plugin you need to:
    1. F12 (open main menu)
    2. Go to "PluginAutoUpdate"
    3. Change the settings as you desire e.g. Add a new plugin or change the source url of an existing plugin
    4. F12 (save settings)
    5. Restart Loader.exe

    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.

    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
    - SimpleStashie, GitHub - Queuete/SimpleStashie
    - SimplePickIt, GitHub - Queuete/SimplePickIt
    - SimpleHotkeyChain, GitHub - Queuete/SimpleHotkeyChain
    - PreloadAlert, https://github.com/Queuete/PreloadAlert
    - MinimapIcons, GitHub - Queuete/MinimapIcons: Plugin vor ExileApi. Base taken from https://github.com/Qvin0000/ExileApiPlugins
    - IconsBuilder, https://github.com/Queuete/IconsBuilder
    - BasicFlaskRoutine, https://github.com/Queuete/BasicFlaskRoutine
    - Stashie, https://github.com/Craere/Stashie

    ?:
    - EliteBar GitHub - Queuete/EliteBar
    -> if you experience hud lag, disable EliteBar, its most likely the cause



    Extras
    - DevTree, GitHub - Queuete/DevTree: Plugin vor ExileApi. Base taken from https://github.com/Qvin0000/ExileApiPlugins
    - DeliriumSpawnerHighlight, https://github.com/Queuete/DeliriumSpawnerHighlight
    - MiscInformation, https://github.com/IlliumIv/MiscInformation
    - AutoQuit, https://github.com/Queuete/AutoQuit
    - HighlightedItems https://github.com/ravand1990/HighlightedItems
    - CoPilot https://github.com/totalschaden/copilot
    - BuffUtil, https://github.com/Queuete/BuffUtil
    - MineDetonator https://github.com/mm3141/MineDetonator
    - Terrain https://github.com/mm3141/Terrain
    - Follower https://github.com/13413j1j13j5315n13/FollowerV2
    - GemUp https://github.com/ElRatto/GemUp by @dirkbach666

    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)
    - make sure you have VC++ Redistributable Runtime installed (https://support.microsoft.com/en-us/...al-c-downloads) (Thanks @snowhawk)

    2. 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)

    3. MinimapIcons wont work.
    The IconBuilder plugin needs to be activated aswell.

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

    5. 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)

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

    7. 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 with "Information", "Error" and "Debug" messages activated. (F12 -> Show Log Window or as File in PoeHelper/Logs/Verbose-[date].log)

    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

    WIP parts outdated.

    When you are new you may want to check out the Github repository on "How to set up a developer version" this will currently ship with a bunch of plugins in which you can see how plugins are handled.
    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; 02-15-2021 at 05:08 AM.

    ExileAPI 3.13 Release
  2. #2
    berkefe's Avatar Member
    Reputation
    1
    Join Date
    Jul 2017
    Posts
    11
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Basicflask routine still not working.

  3. #3
    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)
    The state of the "default" plugins will be monitored in this thread.
    You are obviously free to talk and ask about other plugins, but those have a lower priority for me.

  4. Thanks PreFlasH, berkefe (2 members gave Thanks to Queuete for this useful post)
  5. #4
    Rukola_1's Avatar Active Member
    Reputation
    19
    Join Date
    Feb 2018
    Posts
    34
    Thanks G/R
    14/9
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by berkefe View Post
    Basicflask routine still not working.
    yeah, map icons neither. Fresh download and old config for flasks and map icons which worked fine before.
    The ahk script from conajer's Thread can use flasks and displays map icons, so i assume he got "better" working offsets for his tool?

  6. #5
    satbuster's Avatar Member
    Reputation
    11
    Join Date
    Oct 2017
    Posts
    69
    Thanks G/R
    19/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi.

    Big thanks. Radar, Info, SimplePickit work fine. Flasks not so much. Huge achievement for Day 1. Appreciate the effort. Sorry to hear about Patreon.


    SB

  7. #6
    poelove155's Avatar Member
    Reputation
    1
    Join Date
    Oct 2019
    Posts
    36
    Thanks G/R
    6/0
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi i got some problem the hud keep close when i try to click anything the hud will appear but option is not tick any solve ?

  8. #7
    Rukola_1's Avatar Active Member
    Reputation
    19
    Join Date
    Feb 2018
    Posts
    34
    Thanks G/R
    14/9
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Rukola_1 View Post
    yeah, map icons neither. Fresh download and old config for flasks and map icons which worked fine before.
    The ahk script from conajer's Thread can use flasks and displays map icons, so i assume he got "better" working offsets for his tool?
    Correction: map icons work with DX11 Version for me, but not with vulkan.
    Last edited by Rukola_1; 01-16-2021 at 08:17 AM.

  9. #8
    poelove155's Avatar Member
    Reputation
    1
    Join Date
    Oct 2019
    Posts
    36
    Thanks G/R
    6/0
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    my hud keep on refreshing when i click it any way to let it stop refresh and i can click on the option ?

  10. #9
    FrEeMaNlav's Avatar Member
    Reputation
    1
    Join Date
    Jul 2013
    Posts
    62
    Thanks G/R
    2/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    3.13.1 Flasks work,thanx!
    Minimap don't working in large map(Vulkan)

  11. #10
    armory236's Avatar Active Member
    Reputation
    57
    Join Date
    Apr 2013
    Posts
    300
    Thanks G/R
    340/53
    Trade Feedback
    1 (100%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    strange
    3.13.0 had working map icons but broken flaskroutine
    3.13.1 has working flaskroutine but broken map icons

  12. #11
    ololojke's Avatar Member
    Reputation
    1
    Join Date
    Apr 2020
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    SimpleChain not working and when active this, loader UI become not clickable

  13. #12
    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)
    Originally Posted by armory236 View Post
    strange
    3.13.0 had working map icons but broken flaskroutine
    3.13.1 has working flaskroutine but broken map icons
    all work for me

  14. #13
    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 Rukola_1 View Post
    yeah, map icons neither. Fresh download and old config for flasks and map icons which worked fine before.
    The ahk script from conajer's Thread can use flasks and displays map icons, so i assume he got "better" working offsets for his tool?
    Yes he updated already quite a few offsets.

    The projects are not really compareable from a code point of view.
    ExileApi grew over a lot of years and has a "too much clutter". His project is a fresh start which focuses on certain features and it seems he does an excelent job with this. Thats partly what I want to achieve with the "default" plugins. I want to narrow the focus on the "important" stuff.
    I would love to have ExileApi in a state more close to what his project is (less clutter), but on the other hand at that point all plugins which are either old or are not targeting this public version may stop working.

    Originally Posted by poelove155 View Post
    my hud keep on refreshing when i click it any way to let it stop refresh and i can click on the option ?
    I have no clue what you want to ask, sorry.

    Originally Posted by Rukola_1 View Post
    Correction: map icons work with DX11 Version for me, but not with vulkan.
    I was able to replicate this. After the last updated I switched back to Vulkan and now MinimapIcons are working.

    Originally Posted by FrEeMaNlav View Post
    3.13.1 Flasks work,thanx!
    Minimap don't working in large map(Vulkan)
    Fixed in 3.13.2

    Originally Posted by armory236 View Post
    strange
    3.13.0 had working map icons but broken flaskroutine
    3.13.1 has working flaskroutine but broken map icons
    You most likely switched settings in between or the hud partly crashed at some point (you may want to restart it).
    The 3.13.1 update was pretty small and did not touch anything related to Map Icons.

    3.13.2 on the other hand did

  15. Thanks levelmax (1 members gave Thanks to Queuete for this useful post)
  16. #14
    Dr_Who's Avatar Member
    Reputation
    -3
    Join Date
    Jan 2018
    Posts
    47
    Thanks G/R
    11/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does anyone know how to add Harvest to Preload Alerts?

  17. #15
    weiwenhuaming's Avatar Member
    Reputation
    1
    Join Date
    Mar 2020
    Posts
    8
    Thanks G/R
    2/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    de bug.pngPreload the alert and I clicked to show all the preloads without such a window
    Attached Thumbnails Attached Thumbnails ExileAPI 3.13 Release-debug-jpg  

Page 1 of 41 12345 ... LastLast

Similar Threads

  1. [Release] ExileAPI 3.12 Release
    By Queuete in forum PoE Bots and Programs
    Replies: 492
    Last Post: 01-16-2021, 07:30 AM
  2. ExileAPI Fork 3.11 Release
    By Queuete in forum PoE Bots and Programs
    Replies: 256
    Last Post: 09-20-2020, 02:49 PM
  3. ExileAPI Fork (with Release)
    By Queuete in forum PoE Bots and Programs
    Replies: 231
    Last Post: 06-22-2020, 05:19 PM
  4. TPPK for patch 1.13 is released?
    By Julmys in forum Diablo 2
    Replies: 0
    Last Post: 06-03-2011, 06:32 AM
  5. anti-warden Release #1
    By zhPaul in forum World of Warcraft Bots and Programs
    Replies: 40
    Last Post: 10-21-2006, 01:40 AM
All times are GMT -5. The time now is 08:34 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