PoEapikit - Make it easy menu

User Tag List

Page 7 of 34 FirstFirst ... 34567891011 ... LastLast
Results 91 to 105 of 498
  1. #91
    tvinki's Avatar Active Member
    Reputation
    21
    Join Date
    Mar 2014
    Posts
    163
    Thanks G/R
    37/18
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    chance always here

    PoEapikit - Make it easy
  2. #92
    okletsgo's Avatar Member
    Reputation
    1
    Join Date
    May 2022
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    someone here got banned from using it ?

  3. #93
    magop's Avatar Member
    Reputation
    1
    Join Date
    Jun 2018
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    any one can help me i have the error 127: Failed to load poeapi.dll , and i try put all the 13 news dlls and instal more 4 versions of ahk

  4. #94
    conajer's Avatar Contributor
    Reputation
    167
    Join Date
    Sep 2020
    Posts
    275
    Thanks G/R
    1/152
    Trade Feedback
    0 (0%)
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by magop View Post
    any one can help me i have the error 127: Failed to load poeapi.dll , and i try put all the 13 news dlls and instal more 4 versions of ahk
    Download poetask.rar, then unzip and put it into PoEapikit directory.
    Run poetask.exe, maybe Windows will tell you the DLL files you needed.
    Last edited by conajer; 05-18-2022 at 01:38 PM.

  5. #95
    magop's Avatar Member
    Reputation
    1
    Join Date
    Jun 2018
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i run and dont tell me any dll xD.png

  6. #96
    conajer's Avatar Contributor
    Reputation
    167
    Join Date
    Sep 2020
    Posts
    275
    Thanks G/R
    1/152
    Trade Feedback
    0 (0%)
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by magop View Post
    i run and dont tell me any dll xD.png
    poetask.exe and poeapi.dll use the same source, they depend the same DLLs too. So poetask.exe is supposed to fail too.
    Make sure your AutoHotkey version is 64-Bit v1(currently 1.1.34.x). And I have no idea if it still doesn't work.

  7. #97
    magop's Avatar Member
    Reputation
    1
    Join Date
    Jun 2018
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yes is autohotkey version 1.1.34.02 64-bit v1 i dont think why this dont work too T.T

  8. #98
    Stignot's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i cant figger out why i getting loged out, autoquit is disabeld.
    but getting logged out,
    newest ahk newest poeapk and tried both steam and standar verson..

  9. #99
    conajer's Avatar Contributor
    Reputation
    167
    Join Date
    Sep 2020
    Posts
    275
    Thanks G/R
    1/152
    Trade Feedback
    0 (0%)
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Stignot View Post
    i cant figger out why i getting loged out, autoquit is disabeld.
    but getting logged out,
    newest ahk newest poeapk and tried both steam and standar verson..
    Code:
                            , "PlayerStatus"  : { "enabled" : true
                                                , "autoQuitThresholdPercentage" : 20
                                                , "autoQuitMinLevel" : 100} }
    The best way to disable AutoQuit is setting autoQuitMinLevel to 100. If you pressed key '~', it would also log you out.

  10. #100
    Reynbow's Avatar Member
    Reputation
    1
    Join Date
    May 2014
    Posts
    22
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how can I disable the map overlays?
    and where can I edit the location of the main overlay that's in the top right corner?

  11. #101
    conajer's Avatar Contributor
    Reputation
    167
    Join Date
    Sep 2020
    Posts
    275
    Thanks G/R
    1/152
    Trade Feedback
    0 (0%)
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Reynbow View Post
    how can I disable the map overlays?
    and where can I edit the location of the main overlay that's in the top right corner?
    Edit Settings.ahk to disable MinimapSymbol, but you can't change it's location.

    Code:
                            , "MinimapSymbol" : { "enabled" : false

  12. #102
    Gwolf18's Avatar Member
    Reputation
    1
    Join Date
    Jun 2022
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is there a way to stash ALL items except several tiles to current stash tab? right now script stashes only few types of items.

    Ok, i done it myself.

    Next question - And how to stop autopickup to picking up unique items? I want to pick up everything except uniques.

    Ok found it as well.
    Last edited by Gwolf18; 06-11-2022 at 07:12 AM.

  13. #103
    headman's Avatar Member
    Reputation
    2
    Join Date
    Jul 2012
    Posts
    22
    Thanks G/R
    10/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi Conajer,

    im playing PoE with the windos setting that my right click counts as left click.

    This breakes the scripts for picking up items and stashing etc.
    Is it possible to add a option to change everything to rightclick?
    Or is it possible for me to rewrite the .ahk scripts to work with right clicks?

    Thanks

  14. #104
    Klaushaumich's Avatar Member
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Several functions dont work anymore since last update. (At least for me). Trade in Div cards, Autopickup.

  15. #105
    BlancoPower420's Avatar Member
    Reputation
    1
    Join Date
    Jun 2022
    Posts
    46
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    same auto pick up does not work at all

Page 7 of 34 FirstFirst ... 34567891011 ... LastLast

Similar Threads

  1. [HH] buggy HH runs make it easy to get lowbies in.
    By s_e_a_n_66 in forum World of Warcraft Exploits
    Replies: 6
    Last Post: 10-21-2010, 10:43 AM
  2. Easy way to make ascent server and making it public :D
    By Phirotic in forum WoW EMU Guides & Tutorials
    Replies: 15
    Last Post: 08-19-2010, 09:29 PM
  3. how to make a really easy 2.3.x wow server!and make it public with hamachi
    By pooooo132 in forum WoW EMU Guides & Tutorials
    Replies: 5
    Last Post: 06-19-2008, 05:10 AM
  4. How to make a ascent server easy +making it public!!!
    By Confucius in forum WoW EMU Guides & Tutorials
    Replies: 73
    Last Post: 04-10-2008, 01:53 PM
  5. Replies: 4
    Last Post: 10-24-2006, 09:23 AM
All times are GMT -5. The time now is 01:14 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search