QuickLooks - Path Of Exile Companion menu

User Tag List

Page 5 of 6 FirstFirst 123456 LastLast
Results 61 to 75 of 76
  1. #61
    p0dwalny655's Avatar Member
    Reputation
    1
    Join Date
    Mar 2018
    Posts
    16
    Thanks G/R
    6/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by YunhOLee View Post
    anyone can post a video of the autoloot working?
    +1

    anyone could record? does it look like in click plugin for poehud?

    QuickLooks - Path Of Exile Companion
  2. #62
    wiesiu's Avatar Member
    Reputation
    1
    Join Date
    Jun 2019
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi autoloot doesn't work for me....i create hex color for item on ground..but when click space there is no reaction. Autoloot is enabled of course ...can you help me? for this thx in advance

  3. #63
    bigabig's Avatar Member
    Reputation
    1
    Join Date
    Oct 2019
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    pressing spacebar does nothing... finding hex color is no problem, but autoloot is not working...

  4. #64
    Milkshakes00's Avatar Active Member
    Reputation
    29
    Join Date
    May 2012
    Posts
    87
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bigabig View Post
    pressing spacebar does nothing... finding hex color is no problem, but autoloot is not working...
    You guys, if you look at the script, spacebar isn't doing anything because it's missing from the Hotkeys section.

    Add this:

    HotKeySet("{SPACE}", "Loot")

    into the HotKeySet section of the script and it works fine.

  5. #65
    bigabig's Avatar Member
    Reputation
    1
    Join Date
    Oct 2019
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Milkshakes00 View Post
    You guys, if you look at the script, spacebar isn't doing anything because it's missing from the Hotkeys section.

    Add this:

    HotKeySet("{SPACE}", "Loot")

    into the HotKeySet section of the script and it works fine.
    Code:
    ; Start Hotkeys Section
    
    HotKeySet("^{END}", "Terminate")
    HotKeySet("+^{a}", "HotkeyList")
    HotKeySet("+^{PAUSE}", "Pause")
    HotKeySet("+^{HOME}", "CheckLatency")
    HotKeySet("+^{ENTER}", "ChatPause")
    HotKeySet("+^{SPACE}", "Autoloot")
    ;HotKeySet("^+!{BS}", "Autofollow")
    HotKeySet("^{F1}", "FindTargetItem")
    HotKeySet("^{F2}", "FindWisdomScroll")
    HotKeySet("^{F3}", "FindPortalScroll")
    HotKeySet("^{F4}", "FindPortalPosition")
    HotKeySet("^{F5}", "FindAlteration")
    HotKeySet("+{F5}", "Alteration")
    HotKeySet("^{F6}", "FindJeweller")
    HotKeySet("+{F6}", "Jeweller")
    HotKeySet("^{F7}", "FindFusing")
    HotKeySet("+{F7}", "Fusing")
    HotKeySet("^{F8}", "FindChromatic")
    HotKeySet("+{F8}", "Chromatic")
    HotKeySet("^{F9}", "FindChisel")
    HotKeySet("+{F9}", "Chisel")
    HotKeySet("^{F10}", "FindArmorScrap")
    HotKeySet("+{F10}", "ArmorScrap")
    HotKeySet("^{F11}", "FindWhetstone")
    HotKeySet("+{F11}", "Whetstone")
    HotKeySet("^{F12}", "SetColor")
    HotKeySet("^{BS}", "SetColor2")
    HotKeySet("^{INSERT}", "SetHealthCoordinates")
    HotKeySet("+{INSERT}", "FindHealthColorCode")
    HotKeySet("^{DEL}", "SetChatCoordinates")
    HotKeySet("+{DEL}", "FindChatColorCode")
    
    ; End Hotkeys Section
    It is already in there. I have not changed anything. According to the script, if i press space i should get a Tray Tooltip. However, nothing shows up.

    EDIT: sorry, CTRL + Space should enable autolooting. but it doesnt. You are right, just pressing space to loot is not in there.

    EDIT2: Apparently you need to press SHIFT + CTRL + SPACE to enable autolooting
    Last edited by bigabig; 10-14-2019 at 05:19 AM.

  6. #66
    redpepsi's Avatar Member
    Reputation
    1
    Join Date
    Oct 2019
    Posts
    24
    Thanks G/R
    15/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Changing Quicklooks.au3 file does not actually change anything at all.

  7. #67
    Milkshakes00's Avatar Active Member
    Reputation
    29
    Join Date
    May 2012
    Posts
    87
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bigabig View Post
    Code:
    ; Start Hotkeys Section
    
    HotKeySet("^{END}", "Terminate")
    HotKeySet("+^{a}", "HotkeyList")
    HotKeySet("+^{PAUSE}", "Pause")
    HotKeySet("+^{HOME}", "CheckLatency")
    HotKeySet("+^{ENTER}", "ChatPause")
    HotKeySet("+^{SPACE}", "Autoloot")
    ;HotKeySet("^+!{BS}", "Autofollow")
    HotKeySet("^{F1}", "FindTargetItem")
    HotKeySet("^{F2}", "FindWisdomScroll")
    HotKeySet("^{F3}", "FindPortalScroll")
    HotKeySet("^{F4}", "FindPortalPosition")
    HotKeySet("^{F5}", "FindAlteration")
    HotKeySet("+{F5}", "Alteration")
    HotKeySet("^{F6}", "FindJeweller")
    HotKeySet("+{F6}", "Jeweller")
    HotKeySet("^{F7}", "FindFusing")
    HotKeySet("+{F7}", "Fusing")
    HotKeySet("^{F8}", "FindChromatic")
    HotKeySet("+{F8}", "Chromatic")
    HotKeySet("^{F9}", "FindChisel")
    HotKeySet("+{F9}", "Chisel")
    HotKeySet("^{F10}", "FindArmorScrap")
    HotKeySet("+{F10}", "ArmorScrap")
    HotKeySet("^{F11}", "FindWhetstone")
    HotKeySet("+{F11}", "Whetstone")
    HotKeySet("^{F12}", "SetColor")
    HotKeySet("^{BS}", "SetColor2")
    HotKeySet("^{INSERT}", "SetHealthCoordinates")
    HotKeySet("+{INSERT}", "FindHealthColorCode")
    HotKeySet("^{DEL}", "SetChatCoordinates")
    HotKeySet("+{DEL}", "FindChatColorCode")
    
    ; End Hotkeys Section
    It is already in there. I have not changed anything. According to the script, if i press space i should get a Tray Tooltip. However, nothing shows up.

    EDIT: sorry, CTRL + Space should enable autolooting. but it doesnt. You are right, just pressing space to loot is not in there.

    EDIT2: Apparently you need to press SHIFT + CTRL + SPACE to enable autolooting
    Ah, I missed the 'auto' part of your comment. I've found the autoloot to be a bit... forceful. Lol. Even though there's some code to not work while the mouse is pressed, it doesn't seem to care in my experience playing around with it so far. So I found adding the Loot hotkey and just pressing it whenever I see loot drop is a bit more successful for me, personally.

  8. #68
    naut333's Avatar Active Member Developer CoreCoins Purchaser
    Reputation
    53
    Join Date
    Dec 2013
    Posts
    136
    Thanks G/R
    0/49
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Milkshakes00 View Post
    You guys, if you look at the script, spacebar isn't doing anything because it's missing from the Hotkeys section.

    Add this:

    HotKeySet("{SPACE}", "Loot")

    into the HotKeySet section of the script and it works fine.
    That is not necessary. Read further down in the script. It checks for a keypress in the script itself.

    Doing it this way does not work as it should which is why it is done different.

    If _IsPressed ( "12" ) and _IsPressed ( "20" ) Then
    Call("Loot")
    EndIf

    alt + spacebar is single looting

    shift+ctrl+spacebar enables auto looting

    I made some changes to the script and think i forgot to edit the hotkeys in the original post, I will do that when I get the time.
    Last edited by naut333; 10-22-2019 at 05:21 PM.

  9. #69
    naut333's Avatar Active Member Developer CoreCoins Purchaser
    Reputation
    53
    Join Date
    Dec 2013
    Posts
    136
    Thanks G/R
    0/49
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by p0dwalny655 View Post
    +1

    anyone could record? does it look like in click plugin for poehud?
    I said from the first post I would not give my colors for my safety and I suggest others don;t either. Can't make a video without doing that, so no sorry.

  10. #70
    crabique's Avatar Member
    Reputation
    1
    Join Date
    May 2018
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    HI Guys,
    Is it still working? Is it safe to use? Does anyone get banned?
    Thanks.

  11. #71
    manda149314's Avatar Member
    Reputation
    1
    Join Date
    Dec 2017
    Posts
    27
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nvm think i figured it out

  12. #72
    naut333's Avatar Active Member Developer CoreCoins Purchaser
    Reputation
    53
    Join Date
    Dec 2013
    Posts
    136
    Thanks G/R
    0/49
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Major Script Overhaul - New Version Updated In Original Post

  13. #73
    fabiodefy's Avatar Member
    Reputation
    1
    Join Date
    Apr 2020
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    why my computer said this file is a virus ?

  14. #74
    naut333's Avatar Active Member Developer CoreCoins Purchaser
    Reputation
    53
    Join Date
    Dec 2013
    Posts
    136
    Thanks G/R
    0/49
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fabiodefy View Post
    why my computer said this file is a virus ?
    This has been here for over a year at this point, you have made one post and your account was made today, there is not much more to say about it then that.
    Last edited by naut333; 04-18-2020 at 08:09 PM.

  15. #75
    Xrzys's Avatar Member
    Reputation
    1
    Join Date
    Dec 2017
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any idea as to why I get this error when attempting to run the application as both admin and non-admin?:

    Line 3963 (File "C:\Users\1\Documents\QuickLooks 5.0\QuickLooks.exe"):


    Error: Subscript used on non-accessible variable.

Page 5 of 6 FirstFirst 123456 LastLast

Similar Threads

  1. [Selling] Selling Path of Exile Beta Keys
    By Igzz in forum General MMO Buy Sell Trade
    Replies: 11
    Last Post: 02-25-2012, 06:00 AM
  2. [Buying] WTB Path of Exile or Diablo 3 beta key or account!
    By kikazz005 in forum General MMO Buy Sell Trade
    Replies: 1
    Last Post: 10-07-2011, 02:12 PM
  3. [Selling] Path of Exile closed beta key. (PoE)
    By Jeanbon in forum General MMO Buy Sell Trade
    Replies: 7
    Last Post: 10-03-2011, 09:38 AM
  4. [Buying] Path of Exile or Diablo III beta - Repped
    By therightemp in forum General MMO Buy Sell Trade
    Replies: 0
    Last Post: 09-17-2011, 09:47 PM
All times are GMT -5. The time now is 08:56 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