PoEapikit - Make it easy menu

User Tag List

Page 2 of 32 FirstFirst 123456 ... LastLast
Results 16 to 30 of 478
  1. #16
    sardonicsavage's Avatar Member
    Reputation
    1
    Join Date
    Feb 2022
    Posts
    1
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you for all the work you have put into this.

    PoEapikit - Make it easy
  2. #17
    conajer's Avatar Contributor
    Reputation
    161
    Join Date
    Sep 2020
    Posts
    272
    Thanks G/R
    1/146
    Trade Feedback
    0 (0%)
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by conajer View Post
    Use 64-bit AutoHotkey, version 1.1.33.x.
    Maybe some dependent DLL files cannot be found on you pc. I can't figure it out, you need a dependency check tool to find out.
    I use ldd.exe, a MinGW64 tool, but there are more on the web.

  3. #18
    duiliofrancis2's Avatar Member
    Reputation
    1
    Join Date
    Oct 2021
    Posts
    29
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by conajer View Post
    Maybe some dependent DLL files cannot be found on you pc. I can't figure it out, you need a dependency check tool to find out.
    I use ldd.exe, a MinGW64 tool, but there are more on the web.
    Thank you for your job with the KIT and for answer me!
    Can you please just tell me how to do something like that with this dll? I mean...I tried some tutorials, but can't find a solution :/

  4. #19
    xiuhcoatl's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I encounter a problem with the button "Q"
    Reworked the settings.ahk as always and now i looks like this:

    ; Attack and defense
    global AttackSkillKey := ""
    global SecondaryAttackSkillKey := ""
    global DefenseBuffSkillKey := ""
    global QuickDefenseKey := "2"
    global QuickDefenseAction := "245"
    global AruasKey := "!q!w!e!r!t"

    I have nowhere set the button "Q" anywhere - but when i press it i dont dash or use any other spell, but i use my flasks 245
    I had set "Q" in older leagues as my quick defense but thats long time ago and never had problem with setting it to "2"

    If i change the quick defense to "W" evrything works fine tho - only Q makes the problems.

    Any advice?

  5. #20
    zetk's Avatar Member
    Reputation
    1
    Join Date
    Mar 2017
    Posts
    42
    Thanks G/R
    30/0
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by conajer View Post
    If you set 'MonsterThreshold' for flasks, you should enable 'KillCounter'. Otherwise set 'MonsterThreshold' to 0.

    Edit: Use 'Hotkeys...' menu to remap attack skill key, 'AttackSkillKey' is obsoleted.
    I changed it even in hotkeys to LButton, but utility flasks just doesn't pop ať all.

  6. #21
    ehktupido's Avatar Member
    Reputation
    3
    Join Date
    Sep 2018
    Posts
    8
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This doesn't work in windows 7 right? It seems to need DCOMP.dll which is from windows 8 onward from what I've read

  7. #22
    duiliofrancis2's Avatar Member
    Reputation
    1
    Join Date
    Oct 2021
    Posts
    29
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Im using The Light Version(The GameHelper) Trade Companion, with AutoHotkey and its working. But yours not working. The 127 api.DLL problem is actually annoying hahaha
    Do you have any tip? Anyway thank you for your help!

  8. #23
    conajer's Avatar Contributor
    Reputation
    161
    Join Date
    Sep 2020
    Posts
    272
    Thanks G/R
    1/146
    Trade Feedback
    0 (0%)
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xiuhcoatl View Post
    I encounter a problem with the button "Q"
    Reworked the settings.ahk as always and now i looks like this:

    ; Attack and defense
    global AttackSkillKey := ""
    global SecondaryAttackSkillKey := ""
    global DefenseBuffSkillKey := ""
    global QuickDefenseKey := "2"
    global QuickDefenseAction := "245"
    global AruasKey := "!q!w!e!r!t"

    I have nowhere set the button "Q" anywhere - but when i press it i dont dash or use any other spell, but i use my flasks 245
    I had set "Q" in older leagues as my quick defense but thats long time ago and never had problem with setting it to "2"

    If i change the quick defense to "W" evrything works fine tho - only Q makes the problems.

    Any advice?
    AttackSkillKey, QuickDefenseKey or other hotkeys are set up from 'Hotkeys...' menu now. Changing them in Settings.ahk should do nothing.

  9. #24
    conajer's Avatar Contributor
    Reputation
    161
    Join Date
    Sep 2020
    Posts
    272
    Thanks G/R
    1/146
    Trade Feedback
    0 (0%)
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zetk View Post
    I changed it even in hotkeys to LButton, but utility flasks just doesn't pop ať all.
    Code:
    global LifeThreshold := 80
    global ManaThreshold := 50
    global ChargesPerUseLimit := 50
    global MonsterThreshold := 5
    global AlwaysRunning := true
    Also set 'ChargesPerUseLimit' to a value greater than the minimum charges needed. Above are my setting, hope it help.

  10. #25
    conajer's Avatar Contributor
    Reputation
    161
    Join Date
    Sep 2020
    Posts
    272
    Thanks G/R
    1/146
    Trade Feedback
    0 (0%)
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ehktupido View Post
    This doesn't work in windows 7 right? It seems to need DCOMP.dll which is from windows 8 onward from what I've read
    I develop it on windows 10, and never give window 7 or 8 a try. Sorry about that, I don't have a windows 7/8 system to test it.
    FYI, dcomp.dll is a DirectX 2d library, it should be used in your system, perhaps with a different version, I am confused too.

    Originally Posted by duiliofrancis2 View Post
    Im using The Light Version(The GameHelper) Trade Companion, with AutoHotkey and its working. But yours not working. The 127 api.DLL problem is actually annoying hahaha
    Do you have any tip? Anyway thank you for your help!
    Checking the dll dependency needs some programming knowledge, and no easy way.
    Are you using a windows OS other than 10? Maybe it's the reason.

  11. #26
    xiuhcoatl's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by conajer View Post
    AttackSkillKey, QuickDefenseKey or other hotkeys are set up from 'Hotkeys...' menu now. Changing them in Settings.ahk should do nothing.

    Thanks - this worked for me - didnt know u can change them ingame now

  12. #27
    LahkLeKey's Avatar Active Member
    Reputation
    17
    Join Date
    Feb 2022
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there a flag we can add to the autoloot settings to pick up archnem recipes?

  13. #28
    conajer's Avatar Contributor
    Reputation
    161
    Join Date
    Sep 2020
    Posts
    272
    Thanks G/R
    1/146
    Trade Feedback
    0 (0%)
    Mentioned
    12 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by LahkLeKey View Post
    Is there a flag we can add to the autoloot settings to pick up archnem recipes?
    Add 'Archnemesis Mod' to genericItemFilter' field of plugin AutoPickup in Settings.ahk, then restart PoEapikit to update it to the latest version.

    Code:
                            , "AutoPickup"    : { "enabled" : true, "range" : 50
                                                , "ignoreChests"      : false
                                                , "strictLevel"       : 0
                                                , "genericItemFilter" : "Archnemesis Mod|Incubator|Quicksilver|Basalt|Quartz|(Divine|Eternal) Life"
                                                , "rareItemFilter"    : "Jewel|Amulet|Ring|Belt" }

  14. #29
    LahkLeKey's Avatar Active Member
    Reputation
    17
    Join Date
    Feb 2022
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Edit - Works fine after I updated manually via git

    Originally Posted by conajer View Post
    Add 'Archnemesis Mod' to genericItemFilter' field of plugin AutoPickup in Settings.ahk, then restart PoEapikit to update it to the latest version.

    Code:
                            , "AutoPickup"    : { "enabled" : true, "range" : 50
                                                , "ignoreChests"      : false
                                                , "strictLevel"       : 0
                                                , "genericItemFilter" : "Archnemesis Mod|Incubator|Quicksilver|Basalt|Quartz|(Divine|Eternal) Life"
                                                , "rareItemFilter"    : "Jewel|Amulet|Ring|Belt" }
    I tried this but it still does not seem to be registering archnem mods for autoloot.

    im on the just pushed 1.7.2f.

    PoEapikit
    Version 1.7.2f 64-Bit
    PoEapi version 0.34.8
    Last edited by LahkLeKey; 02-08-2022 at 10:06 PM.

  15. #30
    keichandsi's Avatar Member
    Reputation
    1
    Join Date
    Feb 2020
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So, I was getting the poeapi.dll error like some of the other guys in the thread, managed to use PEStudio to see the dlls the tool needed, downloaded all and put on the tools directory, now I'm getting "You need 64-Bit AutoHotkey to run Poeapikit" even though I'm already running AutoHotkey v1.1.33.10 and made sure to run the 64 bits binary


    Screenshot_12.png

Page 2 of 32 FirstFirst 123456 ... 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 06:16 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