ExileAPI 3.13 Release menu

User Tag List

Page 3 of 41 FirstFirst 1234567 ... LastLast
Results 31 to 45 of 607
  1. #31
    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)
    is BuffUtil or CoPilot working for anyone? Ive tested Copilot using the "Any Vaal Skill" and it doesnt seem to work.

    ExileAPI 3.13 Release
  2. #32
    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)
    Originally Posted by Queuete View Post
    The file you need to change is in PoeHelper/Plugins/Compiled/PreloadAlert/config.
    There is already a line included for harvest, if that one does not work it got most likely changed when they added their current Harvest implementation. I have not played enough yet and have not seen a Harvest counter.
    Yeah Queuete! I am aware of this line in PreloadAlerts.txt
    Even so, Sacred Grove is not shown on the maps. I think they changed something

  3. #33
    IShaunYI's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    41
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for the update
    Last edited by IShaunYI; 01-16-2021 at 08:18 PM.

  4. #34
    IShaunYI's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    41
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Queuete View Post
    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.


    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

    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 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.
    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
    follower seems to be working
    i havnt noticed the levelling up gems section quite doing its thing
    command for entrance/portal/quest item etc also not working

  5. #35
    Randomizer's Avatar Contributor
    Reputation
    120
    Join Date
    Jun 2008
    Posts
    188
    Thanks G/R
    6/0
    Trade Feedback
    1 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by IShaunYI View Post
    follower seems to be working
    i havnt noticed the levelling up gems section quite doing its thing
    command for entrance/portal/quest item etc also not working
    That has more to do with the TreeSharp not working correctly in it.

    It currently is not detecting ActorSkills, I am guessing LocalPlayer is borked. It also is not returning FPS.
    Last edited by Randomizer; 01-16-2021 at 10:41 PM.
    Yup.

  6. #36
    giangmt's Avatar Member
    Reputation
    1
    Join Date
    May 2014
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Stashie cannot load tab in Stash as usual, 3.12 working well before this NEW Season. May be something not working

  7. #37
    Randomizer's Avatar Contributor
    Reputation
    120
    Join Date
    Jun 2008
    Posts
    188
    Thanks G/R
    6/0
    Trade Feedback
    1 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by giangmt View Post
    Stashie cannot load tab in Stash as usual, 3.12 working well before this NEW Season. May be something not working
    I think a lot of their offsets are off. Could be because of ninja patch early today.
    Yup.

  8. #38
    IShaunYI's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    41
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hold on, are you saying this can auto do passives as well ?

  9. #39
    Eroder1's Avatar Member
    Reputation
    1
    Join Date
    Nov 2014
    Posts
    48
    Thanks G/R
    1/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just out of curiosity; was anyone able to get the old version of pickit to work on this?

  10. #40
    Randomizer's Avatar Contributor
    Reputation
    120
    Join Date
    Jun 2008
    Posts
    188
    Thanks G/R
    6/0
    Trade Feedback
    1 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by IShaunYI View Post
    hold on, are you saying this can auto do passives as well ?
    Yes, there is a plugin for that.
    Yup.

  11. #41
    GraceWest's Avatar Member
    Reputation
    1
    Join Date
    Jan 2021
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have a question about starting using it if anyone can help me

  12. #42
    Randomizer's Avatar Contributor
    Reputation
    120
    Join Date
    Jun 2008
    Posts
    188
    Thanks G/R
    6/0
    Trade Feedback
    1 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GraceWest View Post
    I have a question about starting using it if anyone can help me
    Wait until the offsets are fixed. Check back in a day or 2 before asking for help.
    Yup.

  13. #43
    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)
    Tencent's server seems to be unavailable, can it be compatible?

  14. #44
    IShaunYI's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    41
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Eroder1 View Post
    Just out of curiosity; was anyone able to get the old version of pickit to work on this?
    Sorry for the noob question, I’m new to this.

    What is the pickit for? What uses it ?

  15. #45
    DKing's Avatar Member
    Reputation
    12
    Join Date
    Mar 2012
    Posts
    33
    Thanks G/R
    15/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Queuete, please attach "compiling plugins for dummyes" part (yeah, DKing is for DummyesKing). Tehchest's version was contain compile.bat, but yours is not. We really need to install VS to recompile plugins like in 2007?
    Last edited by DKing; 01-17-2021 at 06:56 AM.

Page 3 of 41 FirstFirst 1234567 ... 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 05:05 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