QuickLooks - Path Of Exile Companion menu

User Tag List

Page 3 of 6 FirstFirst 123456 LastLast
Results 31 to 45 of 76
  1. #31
    2f2k's Avatar Member
    Reputation
    1
    Join Date
    Dec 2018
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how do i stop the auto quicksilver use entirely

    QuickLooks - Path Of Exile Companion
  2. #32
    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)
    Sorry I went off the map for a while - was dealing with some personal things that left me little time for games.

    I am glad to see the script has been helping people out

    I have noticed many people asking for the same thing - which is basically just to dumb the script down and remove some of the more buggy features.

    I have fixed up anything I have found to be a problem, as well as removed anything related to flasks other then quicksilver flasks, as I found the rest of them to not work as I wanted them too, even for myself at times.

    Hope this is mostly what you all had been wanting

    Source code included for anyone who doesn't trust the exe.

    Quicklooks 2.0.zip
    Last edited by naut333; 01-31-2019 at 02:49 AM.

  3. Thanks toadskin, Nolan431 (2 members gave Thanks to naut333 for this useful post)
  4. #33
    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 2f2k View Post
    how do i stop the auto quicksilver use entirely
    Go into the quicklooks.ini file.

    Find this line.

    Code:
    QuickSilverFlask=5
    Change it to this

    Code:
    QuickSilverFlask=

  5. Thanks toadskin (1 members gave Thanks to naut333 for this useful post)
  6. #34
    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 marvix View Post
    i am just interested in the loot as an auto or with space bar loot.. but this didn't work.. i changed the items filter to one color.. but each time i hit Ctrl 12 it gives me another color.. and he some times move randomly but never close to the item i drop to test.. so any hit to help me plz ?
    As it says in the instructions, PoE cannot be the active window when setting the color of the item you would like to pick up.

    Have PoE in window mode, drop an item on the ground that would match your loot filter and be the color you want to pick up.

    Click off the PoE window onto your desktop so PoE title bar is grey.

    Hover over the writing of the item so the correct color is on your cursor and press F12

  7. Thanks toadskin, skajump (2 members gave Thanks to naut333 for this useful post)
  8. #35
    Miaocris's Avatar Member
    Reputation
    1
    Join Date
    Jan 2019
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is it possible to change the hotkeys for portalling and IDing?
    Last edited by Miaocris; 02-03-2019 at 10:36 PM.

  9. #36
    alternate0's Avatar Member
    Reputation
    1
    Join Date
    Feb 2019
    Posts
    2
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)
    Hey, first of all big thanks for this script, it's pretty much amazing!

    A) I'd also like to ask about hotkeys. Would it be enough to edit the .au3 code in the hotkey section, in order to recustomise them ? Or do we actually need to change the source code and recompile the .exe?

    Which brings me to my next point:

    B) I'm asking such a simple question because I can't properly run the quicklooks.exe (quicklooks 2.0), since i'm getting this error

    Note: This also happens with quicklooks 3.0, both x64 and x86.

    'Twas working fine, until the point I started fiddling with a batch file, in order to multi launch PoE, Quicklooks and some other programs
    (The only commands in the .bat were several "start" and an "exit").
    Certainly nothing too intrusive for a script to throw errors at me, or at least that's what I thought xD. Since then I haven't been able to run Quicklooks.
    Last edited by alternate0; 02-13-2019 at 06:36 PM. Reason: Formatting

  10. #37
    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 alternate0 View Post
    Hey, first of all big thanks for this script, it's pretty much amazing!

    A) I'd also like to ask about hotkeys. Would it be enough to edit the .au3 code in the hotkey section, in order to recustomise them ? Or do we actually need to change the source code and recompile the .exe?

    Which brings me to my next point:

    B) I'm asking such a simple question because I can't properly run the quicklooks.exe (quicklooks 2.0), since i'm getting this error

    Note: This also happens with quicklooks 3.0, both x64 and x86.

    'Twas working fine, until the point I started fiddling with a batch file, in order to multi launch PoE, Quicklooks and some other programs
    (The only commands in the .bat were several "start" and an "exit").
    Certainly nothing too intrusive for a script to throw errors at me, or at least that's what I thought xD. Since then I haven't been able to run Quicklooks.
    To change the hotkeys you will need to edit the autoit script and then recompile that into an exe.

    As for your error, I am not sure what is causing that, it says it relates to line 3963, however my script only goes up to line 500~ so that makes it hard to reference what the issue is. However I can tell you that I have attempted to use a batch script to multi launch everything and for whatever reason that does not work properly, although it should.

    You can attempt to run the script as the autoit file, and it will give you an accurate line that the problem occurs, when you compile the exe it messes with that info.

    If quicklooks 3.0 is also not working for you then I would attempt to reinstall autoit and see if that fixes your issue, although if running the exe you should not even need to have autoit installed, so that is just a shot in the dark.
    Last edited by naut333; 02-14-2019 at 07:56 AM.

  11. #38
    alternate0's Avatar Member
    Reputation
    1
    Join Date
    Feb 2019
    Posts
    2
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by naut333 View Post
    As for your error, I am not sure what is causing that, it says it relates to line 3963, however my script only goes up to line 500~ so that makes it hard to reference what the issue is.
    Opened it in AutoIt, and the culprit after all was Line 39. Turns out it needs PoE's window launched. I even looked at the code before I started using it, and it never even dawned on me.


    Originally Posted by naut333 View Post
    However I can tell you that I have attempted to use a batch script to multi launch everything and for whatever reason that does not work properly, although it should.
    Turns out executing them in order of PoE --> QuickLooks works, and obviously the batch works as well!

    Again, thank you for this awesome program
    Last edited by alternate0; 02-15-2019 at 12:19 AM.

  12. #39
    wolfman1190's Avatar Member CoreCoins Purchaser
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    8
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can i get this to work with more than one quicksilver flask? i have tried to edit the .ini and add 3,4 and 5, but it only uses 3, not 4 and 5 slots, the portal function is amazing btw, thanks for making this program, the quicksilver and portal function was literally all i was looking for, i enjoy doing the rest of the game on my own.

  13. #40
    Clotic's Avatar Member Authenticator enabled
    Reputation
    11
    Join Date
    Jun 2010
    Posts
    200
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How u fix so it works with 2560x1440?
    Attached Thumbnails Attached Thumbnails QuickLooks - Path Of Exile Companion-jjywdzd-jpg  
    Last edited by Clotic; 03-21-2019 at 10:00 AM.

  14. #41
    nexty01's Avatar Member
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Cannot have the flask to work somehow, it take the quicksilver every 4sec which is great, however not the rest, I've setup the health bar position and colour and the control check as well ( women holding the globe )

    any idea?

  15. #42
    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 nexty01 View Post
    Cannot have the flask to work somehow, it take the quicksilver every 4sec which is great, however not the rest, I've setup the health bar position and colour and the control check as well ( women holding the globe )

    any idea?
    Other flask support was removed which was stated in the post.

  16. #43
    gerg2's Avatar Member
    Reputation
    1
    Join Date
    Apr 2019
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    autoloot dont work =(((((((((

  17. #44
    gerg2's Avatar Member
    Reputation
    1
    Join Date
    Apr 2019
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how do I configure autoloot?

  18. #45
    Kosrona's Avatar Member
    Reputation
    1
    Join Date
    Apr 2019
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Virustotal.com - say is Trojan inside.
    Don´t know this link works, but scann it by u self.
    McAfee-GW-Edition: BehavesLike.Downloader.tc
    Antiy-AVL: Trojan/Generic.ASVCS3S.1E5
    Sophos ML: Heuristic

    VirusTotal

Page 3 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 02:15 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