ExileAPI 3.12 Release menu

User Tag List

Page 1 of 33 12345 ... LastLast
Results 1 to 15 of 493
  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.12 Release

    Hello community,

    3.12 LatestVersion Queuete/ExileApi

    State of the hud:

    Most of the 3.12 updates are coming from @mm3141 and other contributors. Thanks a lot!

    Known Issues:

    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.


    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

    This list contains most of the useful plugins (if you are a plugin developer and want yours added or updated an existing version of one of the listed plugins feel free to message me)

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

    - DevTree, GitHub - Queuete/DevTree: Plugin vor ExileApi. Base taken from https://github.com/Qvin0000/ExileApiPlugins
    - HealthBars, GitHub - Queuete/HealthBars
    - MinimapIcons, GitHub - Queuete/MinimapIcons: Plugin vor ExileApi. Base taken from https://github.com/Qvin0000/ExileApiPlugins
    - IconsBuilder, https://github.com/Queuete/IconsBuilder
    - Stashie, https://github.com/Craere/Stashie
    - BuffUtil, https://github.com/Queuete/BuffUtil
    - BasicFlaskRoutine, https://github.com/Queuete/BasicFlaskRoutine
    - AutoQuit, https://github.com/Queuete/AutoQuit
    - PreloadAlert, https://github.com/Queuete/PreloadAlert
    - DeliriumSpawnerHighlight, https://github.com/Queuete/DeliriumSpawnerHighlight
    - PickIt, (my simplyfied version)https://github.com/Queuete/PickIt, ("full version, maybe not working with auto updater") https://github.com/DetectiveSquirrel/Pickit
    - HighlightedItems https://github.com/ravand1990/HighlightedItems
    - CoPilot https://github.com/totalschaden/copilot
    - MineDetonator https://github.com/mm3141/MineDetonator
    - Terrain https://github.com/mm3141/Terrain
    - Follower https://github.com/13413j1j13j5315n13/FollowerV2


    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 you run the 64x PoE client
    - 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%

    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. The hud (especially 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)

    FAQ

    1. How can I support this project?
    The best way is to contribute as a developer.
    https://www.patreon.com/user?u=48159...n_landing=true
    This money will go to different contributors and is mostly intended to create a bounty for the first working version each league start.

    If you want to donate some money directly to me you can do this here:
    BTC/BCH: 1Hq2mRyRBDVyxV1m1msYmUPMKnMyL61de3
    ETH: 0xd7812e54bf17b1a4506652b6eea6df37b54d79c2
    TRX: TCBqDjEBSXPYQs8zH3Wk5KhxhtiV775rf1
    Keep in mind this is a donation, you wont get anything in return. This will help me justify spending time on this project, but dont give you anything directly.

    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 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; 01-15-2021 at 01:47 PM.

    ExileAPI 3.12 Release
  2. #2
    Prooto's Avatar Member
    Reputation
    7
    Join Date
    Dec 2018
    Posts
    25
    Thanks G/R
    20/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The hero we don't deserve, thanks.
    I seem to be having some issue with quick silver flask, it worked..then I used cyclone and it didn't work during cyclone and now its not using it at all, the rest of the flasks work though. If it helps at all I saw in a previous old thread something about IsMoving but I really have no idea.
    No big deal though I'm happy it's working at all.

    -Edit
    Okay it's working again but won't work with cyclone at all

  3. #3
    member_zero's Avatar Member
    Reputation
    1
    Join Date
    Mar 2018
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    does anybody else have problem with delve walls not showing? i can se the chests, but no walls... any suggestion?

  4. #4
    pwndbymeh's Avatar Active Member
    Reputation
    27
    Join Date
    May 2010
    Posts
    175
    Thanks G/R
    18/15
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    any plugins that I add doesnt seem to work.

    trying to this 2

    Random Features >> this one shows up on the left pane but none of its features actually work.
    GitHub - DetectiveSquirrel/SithylisQoL: PoeHUD Plugin: Random Features

    --------------------------------------

    AdvancedTooltip >> this one does not show up at all (not sure if I have the correct URL)
    GitHub - TehCheat/AdvancedTooltip

  5. #5
    almightyxii's Avatar Member
    Reputation
    4
    Join Date
    Apr 2014
    Posts
    37
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks dude you are the man!

  6. #6
    MACROS4LIFE's Avatar Active Member
    Reputation
    47
    Join Date
    Dec 2015
    Posts
    459
    Thanks G/R
    58/45
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    edit: thanks. HUD is back to work now it opens and etc but all plugins looks broke

    Only working: autoquit/pickitup/stashie.

    Mapicons and flask its gone
    Last edited by MACROS4LIFE; 09-20-2020 at 08:00 PM.
    HUD it's like cocaine, once you used, you can't forget.

  7. #7
    pwndbymeh's Avatar Active Member
    Reputation
    27
    Join Date
    May 2010
    Posts
    175
    Thanks G/R
    18/15
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MACROS4LIFE View Post
    edit: thanks. HUD is back to work now it opens and etc but all plugins looks broke

    Only working: autoquit/pickitup/stashie.

    Mapicons and flask its gone
    all plugins that came with the release works for me. maybe redownload and start fresh?

    the only problem that I have is that any other plugins that I add does not work

  8. #8
    bobfromuk's Avatar Member
    Reputation
    4
    Join Date
    Jun 2012
    Posts
    62
    Thanks G/R
    0/3
    Trade Feedback
    2 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Hey, wondering if it's just me, but is stashie very slow to move around and store items?
    I am in the best realm for my location, and ping is 20ms.
    stashie seems to be moving mouse around slowly, and scrolling through tabs 1 by 1.

  9. #9
    Prooto's Avatar Member
    Reputation
    7
    Join Date
    Dec 2018
    Posts
    25
    Thanks G/R
    20/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bobfromuk View Post
    Hey, wondering if it's just me, but is stashie very slow to move around and store items?
    I am in the best realm for my location, and ping is 20ms.
    stashie seems to be moving mouse around slowly, and scrolling through tabs 1 by 1.
    Isn't happening to me, do you have any "extra delay" set? I don't and it's fine for me. I'd also try reopening the hud?

  10. #10
    Tonkan's Avatar Member
    Reputation
    12
    Join Date
    Feb 2007
    Posts
    77
    Thanks G/R
    12/11
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for your work on the hud
    Looking good, keep up the good work.

  11. #11
    armory236's Avatar Active Member
    Reputation
    57
    Join Date
    Apr 2013
    Posts
    298
    Thanks G/R
    339/53
    Trade Feedback
    1 (100%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    all good
    I would appreciate if MiscInformation would be also added to this release

  12. Thanks rlwjr (1 members gave Thanks to armory236 for this useful post)
  13. #12
    zusekiller's Avatar Member
    Reputation
    1
    Join Date
    Oct 2017
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    once again a nice release

    Thank you Queuete the Man

  14. #13
    dankula's Avatar Member
    Reputation
    4
    Join Date
    Dec 2014
    Posts
    14
    Thanks G/R
    5/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you for the quick update!

  15. #14
    oreganobag's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    MineDetonator doesn't appear to be in the list of plugins. Any others working?

  16. #15
    excort's Avatar Member CoreCoins Purchaser
    Reputation
    2
    Join Date
    May 2010
    Posts
    12
    Thanks G/R
    3/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks, works really good
    I hope in the future stashie will update his stuff

Page 1 of 33 12345 ... 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] 12/21/2007 Working Vendor's + Vendor's Items
    By ~SaiLyn~ in forum World of Warcraft Emulator Servers
    Replies: 31
    Last Post: 12-30-2007, 12:09 AM
  3. [RELEASE] Latest V 1.12.1 Hack
    By TehAvatar in forum World of Warcraft Bots and Programs
    Replies: 16
    Last Post: 05-08-2007, 02:48 PM
  4. [Release] Herbs to Flag [2.0.12]
    By Vladinator in forum World of Warcraft Model Editing
    Replies: 6
    Last Post: 05-06-2007, 06:41 AM
  5. [RELEASE] V1.12.1 Trainer 1.1 BETA Features
    By TehAvatar in forum World of Warcraft Bots and Programs
    Replies: 24
    Last Post: 03-18-2007, 01:48 PM
All times are GMT -5. The time now is 02:12 PM. 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