PoEapikit - Make it easy menu

User Tag List

Page 3 of 32 FirstFirst 1234567 ... LastLast
Results 31 to 45 of 478
  1. #31
    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
    Edit - Works fine after I updated manually via git



    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
    PoEapi version should be 0.34.11.

    PoEapikit - Make it easy
  2. #32
    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 keichandsi View Post
    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


    Attachment 80089
    Error message "You need 64-Bit AutoHotkey to run Poeapikit" means LoadLibrary() function returned 0xc1 as error code.
    According to MSDN: 193 (0xC1) %1 is not a valid Win32 application.
    Are you running a windows 7 or 8? And which dll(s) are missing?
    Last edited by conajer; 02-09-2022 at 01:54 AM.

  3. #33
    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)
    Originally Posted by conajer View Post
    Error message "You need 64-Bit AutoHotkey to run Poeapikit" means LoadLibrary() function returned 0xc1 as error code.
    According to MSDN: 193 (0xC1) %1 is not a valid Win32 application.
    Are you running a windows 7 or 8? And which dll(s) are missing?
    Running Windows 10 Pro x64, I wasn't able to identify which dlls were missing, I downloaded all the dlls from the list below, even the ones that were unlikely to be missing (directX, windows)

    Thanks for the reply

    Screenshot_13.png

  4. #34
    jaff095's Avatar Member
    Reputation
    1
    Join Date
    May 2010
    Posts
    19
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi,

    I like to only use autoloot function of this app. Is there a way to just pick up everything on the ground and disable all the other functions?

  5. #35
    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 jaff095 View Post
    Hi,

    I like to only use autoloot function of this app. Is there a way to just pick up everything on the ground and disable all the other functions?
    Disable other plugins except PlayerStatus, disable hotkeys.

  6. #36
    jaff095's Avatar Member
    Reputation
    1
    Join Date
    May 2010
    Posts
    19
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by conajer View Post
    Disable other plugins except PlayerStatus, disable hotkeys.
    how to pick up everything shown on the ground? The app only pick up selected items. I do like to pick up everything tho.

  7. #37
    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 jaff095 View Post
    how to pick up everything shown on the ground? The app only pick up selected items. I do like to pick up everything tho.
    Try to add '.*' to 'genericItemFilter' field of AutoPickup.

  8. #38
    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 keichandsi View Post
    Running Windows 10 Pro x64, I wasn't able to identify which dlls were missing, I downloaded all the dlls from the list below, even the ones that were unlikely to be missing (directX, windows)

    Thanks for the reply

    Screenshot_13.png
    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
    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!
    I pushed an exe file 'poetask.exe' into github. Download it from PoEapi/ahk, put it into PoEapikit directory. Run 'poetask.exe', you will see which DLLs are missing.
    Let me know the result, I'll try to figure it out, thanks.
    Last edited by conajer; 02-09-2022 at 01:43 PM.

  9. #39
    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)
    New feature: CraftingHelper, see detail on my patreon page.
    CraftingHelper.png

  10. #40
    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)
    Originally Posted by conajer View Post
    I pushed an exe file 'poetask.exe' into github. Download it from PoEapi/ahk, put it into PoEapikit directory. Run 'poetask.exe', you will see which DLLs are missing.
    Let me know the result, I'll try to figure it out, thanks.
    Ok tried running the new binary under two distinct situations.

    1 - On the folder where I manually downloaded all dlls which resulted in an error when trying to run the poetask.exe. Poetask error.png
    This one still gives me the message that I'm not running x64 AHK when running the PoEapikit.ahk


    2 - On a fresh folder downloaded right from the github releases, the binary seemed to work fine but I'm not sure if that's the log you were expecting to see. Poetask running.png
    This one gives me the failed to load poeapi.dll message when trying to run the main .ahk

  11. #41
    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 keichandsi View Post
    Ok tried running the new binary under two distinct situations.

    1 - On the folder where I manually downloaded all dlls which resulted in an error when trying to run the poetask.exe. Poetask error.png
    This one still gives me the message that I'm not running x64 AHK when running the PoEapikit.ahk


    2 - On a fresh folder downloaded right from the github releases, the binary seemed to work fine but I'm not sure if that's the log you were expecting to see. Poetask running.png
    This one gives me the failed to load poeapi.dll message when trying to run the main .ahk
    Things go stranger. For 2nd situation, poetask.exe ran normal. But poetask.exe and poeapi.dll are compiled and linked to the same dlls, so poeapi.dll should be normal too.
    There must be something I didn't realized.

    In case there are multiple dlls with the same name, but different version. Do the following step by step.

    Run cmd.exe
    Goto poeapikit directory (for example, "cd c:\poeapikit-1.7.2f").
    exec "path=;" to set the path environment variable to empty.
    then exec "poeapikit.ahk" directly.

    Thank you for your testing.

  12. #42
    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)
    Still no go, did I execute the path command correctly? Screenshot_14.png

  13. #43
    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 keichandsi View Post
    Still no go, did I execute the path command correctly? Screenshot_14.png
    Your commands are right. I have no idea right now, but I'll keep trying to figure it out.

  14. #44
    zaberisk's Avatar Member
    Reputation
    1
    Join Date
    Apr 2019
    Posts
    5
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    setting false flag in hotkeys does nothing (still auto quits when ^q - renders auto aura unusable,)
    the mouse freezing / locking seems to be better, only happens when I i exit to character screen.
    Last edited by zaberisk; 02-10-2022 at 01:57 AM.

  15. #45
    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 zaberisk View Post
    setting false flag in hotkeys does nothing (still auto quits when ^q - renders auto aura unusable,)
    the mouse freezing / locking seems to be better, only happens when I i exit to character screen.
    Unchecking the checkbox before hotkeys to disable it. I tried on my pc, works well.

    Set 'AuraKeys' in Settings.ahk like below. By default, PoE uses Ctrl+q(w, e, r, t) for skill 9 -13, I changed it to Alt (!) on my pc.

    Code:
    global AruasKey := "!q!w!e!r!t"

Page 3 of 32 FirstFirst 1234567 ... 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 07:53 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