PoEapikit for Ultimatum League (3.14) menu

User Tag List

Page 10 of 11 FirstFirst ... 67891011 LastLast
Results 136 to 150 of 164
  1. #136
    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 asmersyria View Post
    i am new on game so i will search about this
    You can find related posts in this forum, maybe page1 or page2.

    PoEapikit for Ultimatum League (3.14)
  2. #137
    Seventon's Avatar Member
    Reputation
    1
    Join Date
    Jun 2021
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have been using PoEapikit for 3.14 for several days and love it.

    However, there seems to be a bug or maybe there is a setting I change:

    Under intense fights the PoEapikit seems to be messing up and taking over my right click function. I have right click setup to teleport, but under heavy fights it seems to get confused and instead of teleporting when I right click it spams my spell assigned to Hotkey "r". It is actually cuasing me to lose battles occasionally.

    Any ideas on how to fix this?

  3. #138
    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 Seventon View Post
    I have been using PoEapikit for 3.14 for several days and love it.

    However, there seems to be a bug or maybe there is a setting I change:

    Under intense fights the PoEapikit seems to be messing up and taking over my right click function. I have right click setup to teleport, but under heavy fights it seems to get confused and instead of teleporting when I right click it spams my spell assigned to Hotkey "r". It is actually cuasing me to lose battles occasionally.

    Any ideas on how to fix this?
    See settings.ahk, change DefenseBuffSkillKey to hot keys other than 'r'.

  4. #139
    Seventon's Avatar Member
    Reputation
    1
    Join Date
    Jun 2021
    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
    See settings.ahk, change DefenseBuffSkillKey to hot keys other than 'r'.

    That fixed it! Thank you so much for taking the time to help. i appreciate that!

  5. #140
    enarr's Avatar Member
    Reputation
    2
    Join Date
    Mar 2015
    Posts
    12
    Thanks G/R
    5/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by conajer View Post
    Added support of sending instant whisper on trade website (hold 'Ctrl' key).
    How can I disable this? I look up prices with Awakened Poe trade's CTRL D. Now I am just instant pasting my clipboard whenever I ctrl D to lookup prices.
    Thanks.

  6. #141
    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 enarr View Post
    How can I disable this? I look up prices with Awakened Poe trade's CTRL D. Now I am just instant pasting my clipboard whenever I ctrl D to lookup prices.
    Thanks.
    In PoEapikit.ahk, rename 'OnClipboardChange" or delete it.


    Code:
    OnClipboardChange:
        if (RegExMatch(Clipboard, "^@([^ ]+) (Hi, (I would|I'd) like to buy your .*)", matched)) {
            if (GetKeyState("Ctrl") && Not GetKeyState("c")) {
                SendInput, {Ctrl up}
                ptask.activate()
                ptask.sendKeys(Clipboard) 
            }
        }
    return

  7. #142
    Beastygonzo's Avatar Member
    Reputation
    1
    Join Date
    Jul 2021
    Posts
    3
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi,

    First of all thank you for ur great work, been using it for a while now. Just since update 3.14.3 script works poorly, the timer on top right dissapeared, and some functions like auto loot are not working. F1 to put aura's on does work.

    I know the patch the pretty new (less then 24h) any idea when these issue's will be resolved?

    Again thnx for ur great work

  8. #143
    kokikukake's Avatar Member
    Reputation
    1
    Join Date
    Jul 2021
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, You're doing great work but new patch seem broke everything, Betrayer not work anymore. Hope you can fix it.

    Thanks for your great work.

  9. #144
    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 version PoEapikit 1.3.3 released with support of the patch 3.14.3 and new features.

  10. #145
    resuocs's Avatar Member
    Reputation
    1
    Join Date
    Jul 2021
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does not work on steam(

  11. #146
    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 resuocs View Post
    Does not work on steam(
    What is the executable file name of the steam client?

  12. #147
    MrGingerbread's Avatar Member
    Reputation
    1
    Join Date
    Jul 2021
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by conajer View Post
    What is the executable file name of the steam client?
    the client is PathOfExile_x64Steam.exe

    PathOfExileSteam.exe
    Last edited by MrGingerbread; 07-08-2021 at 01:14 PM.

  13. #148
    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 resuocs View Post
    Does not work on steam(
    Originally Posted by MrGingerbread View Post
    the client is PathOfExile_x64Steam.exe

    PathOfExileSteam.exe
    I uploaded a new poeapi.dl which fixed the executable file name of steam client. Download it and replace the old one.
    I didn't test it, 'cause I don't have a steam client installed.
    Last edited by conajer; 07-08-2021 at 01:28 PM.

  14. #149
    MrGingerbread's Avatar Member
    Reputation
    1
    Join Date
    Jul 2021
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by conajer View Post
    I uploaded a new poeapi.dl which fixed the executable file name of steam client. Download it and replace the old one.
    I didn't test it, 'cause I don't have a steam client installed.
    It works, Thank you

  15. #150
    Kapriable's Avatar Member
    Reputation
    1
    Join Date
    Jun 2019
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Seems like the last patch broke it again. Would be nice if you could find the Time to update it! <3

Page 10 of 11 FirstFirst ... 67891011 LastLast

Similar Threads

  1. [Release] PoEapikit for Ritual League (3.13)
    By conajer in forum PoE Bots and Programs
    Replies: 120
    Last Post: 03-14-2022, 02:14 AM
  2. [Trading] EU HS beta for euw League of Legends Stuff (account, rp, skins...) Skype inside
    By PizzaNinja in forum Hearthstone Buy Sell Trade
    Replies: 0
    Last Post: 10-23-2013, 01:38 PM
  3. A vouch for a League of Legends boosting site.
    By Broness in forum League of Legends
    Replies: 3
    Last Post: 03-25-2013, 12:05 AM
  4. Looking for a League of Legends bot
    By dinnerrollofdoom in forum MMO Exploits|Hacks
    Replies: 1
    Last Post: 11-21-2012, 03:20 AM
  5. [Selling] Boosting Low ELO Accounts for CHEAP! [ League of Legends]
    By itzjakelolz in forum General Trading Buy Sell Trade
    Replies: 0
    Last Post: 05-06-2012, 10:51 PM
All times are GMT -5. The time now is 05:54 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