PoE Companion (AHK) menu

User Tag List

Page 3 of 3 FirstFirst 123
Results 31 to 39 of 39
  1. #31
    Roland12345's Avatar Member
    Reputation
    2
    Join Date
    Jul 2017
    Posts
    7
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi there great Program,

    when i run the script i get this window Zwischenablage-1.jpg

    Can someone help me out ?

    PoE Companion (AHK)
  2. #32
    humiliat9r's Avatar Member
    Reputation
    1
    Join Date
    Mar 2018
    Posts
    6
    Thanks G/R
    12/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for your AHK script nidark.
    Unfortunately the SecondaryAttackKey didn't work for me. Also the auto-quit feature quits random, seems the health bar above the char isn't always on point.

    I've found this post from neocon:
    https://www.ownedcore.com/forums/mmo...ml#post3829946 (PoE Autoflask & AutoScript, Improvements and updates.)

    I've used his version of the script where he uses the red left health bar for PixelSearch and it worked for me without having any random disconnects.
    Maybe you should update your script also using the red left health bar instead of the one above the char.
    I can only hope that the randomization for flasks and shit is still working in neocons version of your script.
    As far as I understand he only changed the PixelSearch method in your code:
    PixelSearch, HPQuitX, HPQuitY, 165, 1000, 172, 1006, 0x190D84, 2, Fast
    if (ErrorLevel=1) {
    Logout()
    Exit

    } else {
    PixelSearch, HPLowX, HPLowY, 85, 955, 92, 963, 0x2112AD, 3, Fast
    if (ErrorLevel=1) {
    Trigger:=Trigger+TriggerHPLow

    } else {
    PixelSearch, HPMedX, HPMedY, 95, 925, 104, 935, 0x2913B5, 3, Fast
    if (ErrorLevel=1) {
    Trigger:=Trigger+TriggerHPAvg

    } else {
    PixelSearch, HPHighX, HPHighY, 110, 895, 118, 904, 0x292385, 2, Fast
    if (ErrorLevel=1) {
    Trigger:=Trigger+TriggerHPHigh

    } else {
    PixelSearch, HPManaX, HPManaY, 1780, 1024, 1790, 1030, 0x883F0F, 4, Fast
    if (ErrorLevel=1) {
    Trigger:=Trigger+TriggerManalow
    }
    would be nice if you can confirm that the randomization for auto-flasks and the triggering of flasks on low, avr and high life is still randomized after changing your script with the above posted code. I have tried several times to use your method and updated XY values and XY colors, but I got disconnected 3 times in lab before managing to finish it, thats why I'm using neocons version of your script right now.
    Last edited by humiliat9r; 03-11-2018 at 01:22 AM.

  3. #33
    BattleChimp's Avatar Member
    Reputation
    1
    Join Date
    Aug 2017
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by humiliat9r View Post
    Thanks for your AHK script nidark.
    Unfortunately the SecondaryAttackKey didn't work for me. Also the auto-quit feature quits random, seems the health bar above the char isn't always on point.

    I've found this post from neocon:
    https://www.ownedcore.com/forums/mmo...ml#post3829946 (PoE Autoflask & AutoScript, Improvements and updates.)

    I've used his version of the script where he uses the red left health bar for PixelSearch and it worked for me without having any random disconnects.
    Maybe you should update your script also using the red left health bar instead of the one above the char.
    I can only hope that the randomization for flasks and shit is still working in neocons version of your script.
    As far as I understand he only changed the PixelSearch method in your code:


    would be nice if you can confirm that the randomization for auto-flasks and the triggering of flasks on low, avr and high life is still randomized after changing your script with the above posted code. I have tried several times to use your method and updated XY values and XY colors, but I got disconnected 3 times in lab before managing to finish it, thats why I'm using neocons version of your script right now.
    SecondaryAttack for autoPot does not work for me as well

  4. #34
    Genocyber's Avatar Member
    Reputation
    2
    Join Date
    Sep 2012
    Posts
    108
    Thanks G/R
    111/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    When I use the trade spam, it's freezing my keyboard and mouse, even to use [ and stop the macro.

    put a comment on the line 760 ";BlockInput On" and it started to work again
    Last edited by Genocyber; 05-20-2018 at 04:17 PM.

  5. #35
    Sithylis's Avatar Elite User Authenticator enabled
    Reputation
    330
    Join Date
    Jul 2016
    Posts
    561
    Thanks G/R
    124/275
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Genocyber View Post
    When I use the trade spam, it's freezing my keyboard and mouse, even to use [ and stop the macro.

    put a comment on the line 760 ";BlockInput On" and it started to work again
    because its blocking input to be able to press the hotkey to disable it, OP needs to redo his blockinput code.

  6. #36
    gilbonzim's Avatar Member
    Reputation
    1
    Join Date
    Jun 2018
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    HI... My AutoPot doesn't work in the version 3.3... I don't know why... =/

  7. #37
    SponGGe's Avatar Member Authenticator enabled
    Reputation
    1
    Join Date
    Aug 2017
    Posts
    11
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by gilbonzim View Post
    HI... My AutoPot doesn't work in the version 3.3... I don't know why... =/
    Same.
    I check this one
    https://www.ownedcore.com/forums/mmo...no-memory.html (.ahk | auto flask | auto chicken | only pixel search !!!no memory!!!)
    And it also does not work.

    Anyone have another working chicken now?

  8. #38
    MACROS4LIFE's Avatar Active Member
    Reputation
    47
    Join Date
    Dec 2015
    Posts
    460
    Thanks G/R
    58/45
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is this being detected?
    HUD it's like cocaine, once you used, you can't forget.

  9. Thanks rapemyface (1 members gave Thanks to MACROS4LIFE for this useful post)
  10. #39
    EthEth's Avatar Active Member
    Reputation
    51
    Join Date
    Aug 2016
    Posts
    77
    Thanks G/R
    57/38
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Tested on one of my testing accounts - still not detected. But remember that data sample is small so we can't be 100% sure.

Page 3 of 3 FirstFirst 123

Similar Threads

  1. [Auto-Clicker] Poe AHK Utils
    By nidark in forum PoE Bots and Programs
    Replies: 30
    Last Post: 05-06-2019, 04:10 AM
  2. [Custom Model] turtle pet -> companion cube!
    By joeyshinobi88 in forum World of Warcraft Model Editing
    Replies: 34
    Last Post: 05-21-2008, 12:50 PM
  3. Request - Dungeon Companion or Dungeon Companion 2 in PDF
    By mike133 in forum World of Warcraft General
    Replies: 0
    Last Post: 09-14-2007, 10:36 AM
  4. Dungeon Companion
    By woot41 in forum World of Warcraft General
    Replies: 3
    Last Post: 03-25-2007, 08:12 PM
All times are GMT -5. The time now is 10:21 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