PoEapi - AHK extension dll menu

User Tag List

Page 1 of 12 12345 ... LastLast
Results 1 to 15 of 166
  1. #1
    conajer's Avatar Contributor
    Reputation
    158
    Join Date
    Sep 2020
    Posts
    271
    Thanks G/R
    1/143
    Trade Feedback
    0 (0%)
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)

    PoEapikit and PoEapi (an AHK extension library for PoE)

    PoEapi is a lightweight AHK extension, which exposes some information from PoE instantly.
    It is inspired by ExileApi(PoeHud), and uses the same mechanics like them. So used at your own risk.
    Only one dll (poeapi.dll) is needed if you have a MinGW 64-bit environment, otherwise some other dlls are also needed.

    The new PoEapikit is a reference implementation based on PoEapi.

    [Source] [Release]

    Features:

    1. Instant message notification when some things occurred.
    1.1. Player status, chat message and notifications
    1.2. Actions, like using a skill, moving
    2. AHK API to access internal data from PoE.
    3. Additional plugins:
    3.1 Show Monsters/Minions/Delve chests/Heist chests on overlay map.
    3.2 AutoFlask, AutoPickup, AutoQuit (run as administrator).
    3.3 Auto open chest, door, shrine, standing stone, lodestone, etc.
    3.4 Kills counter.
    4. Maphack support, if NOT run PoE as a limited user.
    5. Auto identify/sell/stash items.
    6. Auto trade quality gems, divination cards and full rare sets.
    7. AutoClick, uses CTRL + DOUBLE CLICK to enable it, and then just hold CTRL and hover over the items.
    8. Trader.

    Future Features:

    a. AutoTrader

    Additional languages:

    If you'd like to do some translation works, please download PoEapikit.pot, translate it and email to me: [email protected].

    Credits:
    Last edited by conajer; 01-06-2021 at 10:26 PM.

    PoEapi - AHK extension dll
  2. Thanks jan30047, sushix, Zyrose, infobesity, Genocyber, jk_9982, zio1337, vietlanh19, zaiypoe, poeking99, teampikpokeur, applepie90, poemain02, KYB3R, iiisyniii (15 members gave Thanks to conajer for this useful post)
  3. #2
    jan30047's Avatar Member
    Reputation
    4
    Join Date
    Sep 2016
    Posts
    16
    Thanks G/R
    29/3
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks Thanks Thanks

  4. #3
    sushix's Avatar Member
    Reputation
    5
    Join Date
    Jun 2017
    Posts
    86
    Thanks G/R
    33/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanks much
    curious can this be ran as limited user?
    ( hold shift / right click / limited user )

  5. #4
    conajer's Avatar Contributor
    Reputation
    158
    Join Date
    Sep 2020
    Posts
    271
    Thanks G/R
    1/143
    Trade Feedback
    0 (0%)
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    I am not sure, never trying that.

  6. #5
    dlr5668's Avatar Contributor
    Reputation
    279
    Join Date
    May 2012
    Posts
    542
    Thanks G/R
    129/226
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sushix View Post
    thanks much
    curious can this be ran as limited user?
    ( hold shift / right click / limited user )
    Easy way would be compile ahk to exe and run that as limited
    github.com/vadash/EZVendor

  7. #6
    conajer's Avatar Contributor
    Reputation
    158
    Join Date
    Sep 2020
    Posts
    271
    Thanks G/R
    1/143
    Trade Feedback
    0 (0%)
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    I updated some offsets for the Heist league. Now it can be used, have fun.

  8. #7
    springofcrime's Avatar Member
    Reputation
    2
    Join Date
    Dec 2019
    Posts
    16
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by conajer View Post
    I updated some offsets for the Heist league. Now it can be used, have fun.
    Awesome. Is there an autoquit function build in, and if not, could you please add it? Thank you!

  9. #8
    sosujopu's Avatar Member CoreCoins Purchaser
    Reputation
    2
    Join Date
    Apr 2019
    Posts
    23
    Thanks G/R
    1/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can i ask what this error mean and what need for fix my problem 4QW2Ds3.png

  10. #9
    conajer's Avatar Contributor
    Reputation
    158
    Join Date
    Sep 2020
    Posts
    271
    Thanks G/R
    1/143
    Trade Feedback
    0 (0%)
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sosujopu View Post
    Can i ask what this error mean and what need for fix my problem 4QW2Ds3.png
    You should use the latest version of AutoHotkey. It should be 1.1.33.02.
    Switch command is a new feature that your version of AutoHotkey don't support.
    Last edited by conajer; 09-18-2020 at 08:22 PM.

  11. #10
    conajer's Avatar Contributor
    Reputation
    158
    Join Date
    Sep 2020
    Posts
    271
    Thanks G/R
    1/143
    Trade Feedback
    0 (0%)
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sosujopu View Post
    Can i ask what this error mean and what need for fix my problem 4QW2Ds3.png
    There is a auto-quit feature, but it used hard coded "Exit to character selection" position.
    See character.ahk:111 and poetask.ahk:145 for details.

  12. #11
    sushix's Avatar Member
    Reputation
    5
    Join Date
    Jun 2017
    Posts
    86
    Thanks G/R
    33/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by conajer View Post
    I updated some offsets for the Heist league. Now it can be used, have fun.
    ok thanks sir. keep the awesome work coming!

    i got it running but what is the SETTINGS key? activate map hack and etc..
    cheers all.
    Last edited by sushix; 09-18-2020 at 11:43 PM.

  13. #12
    conajer's Avatar Contributor
    Reputation
    158
    Join Date
    Sep 2020
    Posts
    271
    Thanks G/R
    1/143
    Trade Feedback
    0 (0%)
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sushix View Post
    ok thanks sir. keep the awesome work coming!

    i got it running but what is the SETTINGS key? activate map hack and etc..
    cheers all.
    See Settings.ahk .

  14. #13
    sushix's Avatar Member
    Reputation
    5
    Join Date
    Jun 2017
    Posts
    86
    Thanks G/R
    33/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by conajer View Post
    See Settings.ahk .
    i see the hotkeys in the settings.ahk
    ^ctrl + M does nothing for me. weird

  15. #14
    Silencedt's Avatar Member
    Reputation
    4
    Join Date
    Jul 2016
    Posts
    81
    Thanks G/R
    8/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sushix View Post
    i see the hotkeys in the settings.ahk
    ^ctrl + M does nothing for me. weird
    dont think the maphack works

  16. #15
    conajer's Avatar Contributor
    Reputation
    158
    Join Date
    Sep 2020
    Posts
    271
    Thanks G/R
    1/143
    Trade Feedback
    0 (0%)
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Silencedt View Post
    dont think the maphack works
    Really confused. You guys can try the new version, it supports auto-pickup now.

Page 1 of 12 12345 ... LastLast

Similar Threads

  1. Free Glider Demo Extension legal
    By Robopwn in forum World of Warcraft Bots and Programs
    Replies: 19
    Last Post: 09-10-2007, 09:59 AM
  2. Using DLL's to inject values without CE.
    By Matsy in forum World of Warcraft Bots and Programs
    Replies: 7
    Last Post: 06-29-2007, 02:26 PM
  3. so whats scan.dll?
    By Grass in forum World of Warcraft General
    Replies: 1
    Last Post: 02-27-2007, 07:14 AM
  4. Replies: 25
    Last Post: 11-28-2006, 11:23 PM
  5. .DLL Injector & Language Hack
    By tehshadow in forum World of Warcraft Bots and Programs
    Replies: 18
    Last Post: 11-07-2006, 10:38 PM
All times are GMT -5. The time now is 01:48 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