PoE Autoflask & AutoScript, Improvements and updates. menu

User Tag List

Page 53 of 182 FirstFirst ... 3495051525354555657103153 ... LastLast
Results 781 to 795 of 2721
  1. #781
    ReadyToKill's Avatar Banned
    Reputation
    13
    Join Date
    Sep 2012
    Posts
    395
    Thanks G/R
    11/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No it isn't the right click button, i use xbutton1, which is one of the side buttons on my mouse, that is why i said you guys will need to customize that to whatever button you plan to use it with.

    xbutton1::Identify() ; Assign Insert to Identify

    change the "xbutton1" to a key of your choice. Also i probably wouldn't assign the key to the left/right buttons since those are your primary move & attack keys.

    PoE Autoflask & AutoScript, Improvements and updates.
  2. #782
    KuroKim's Avatar Member
    Reputation
    1
    Join Date
    Oct 2014
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh... Can you simply archive your script and drop it to Mediafire or something else?

  3. #783
    ReadyToKill's Avatar Banned
    Reputation
    13
    Join Date
    Sep 2012
    Posts
    395
    Thanks G/R
    11/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    just go to the first link and d/l the source version than, put this code in

    i use this code to id items, just copy it somewhere in the script also u can customize the ''xbutton1" to what you want it too. Also make sure Scrolls are in 1st roll 2nd column slot or change the coordinates to what you want.



    xbutton1::Identify() ; Assign Insert to Identify
    ; You can also put another orb in place of the scroll to quickly craft items for example
    ; use armour scraps to +20 the item, put the scrape inplace of the scroll and place mouse ;cursor over item and hold insert key to automax the item.

    Identify(){
    BlockInput On
    SetDefaultMouseSpeed 0
    MouseGetPos, xpos, ypos ; 1075,650 identify scroll location
    MouseClick, right, 1075,650,1,2 ; Scrolls 1st roll 2nd column slot
    MouseClick, left, xpos, ypos,1,2
    BlockInput Off
    return
    }
    Last edited by ReadyToKill; 11-02-2014 at 12:04 PM.

  4. #784
    kondicykel's Avatar Corporal
    Reputation
    6
    Join Date
    Nov 2014
    Posts
    15
    Thanks G/R
    0/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    _________________________________________________________
    Suggestion.

    Is there a way you can seperate the use og elemental flasks ?? my build is very unusual so i suppose thats why no1 have ever asked before.

    I would love to be able to make the chaos res flask only get used when i lose a specifik amount of % life
    And the other resist flasks should be used when i lose energyshield.

    As it seems right now it uses all the elemental flasks when i lose some energyshield. and when i meet some chaos mobs and start loosing life then has the chaos flasks already been used and is usualy empty.

    I really love your work. works like a charm

  5. #785
    Cthulhoo's Avatar Member
    Reputation
    2
    Join Date
    Sep 2013
    Posts
    80
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can you make that script is different from the maps curse of the superimposed?

  6. #786
    Druzil01's Avatar Member
    Reputation
    7
    Join Date
    Mar 2014
    Posts
    93
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    cant we get a version that can be configured by Character-name ? those profile stuff doesnt work realy well, would be much better when you can have a different config for every char (with one default config)

  7. #787
    blackphantooom's Avatar Member
    Reputation
    3
    Join Date
    Nov 2013
    Posts
    18
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    "Only Remove Corrupted Blood If X Charges" not working properly. Use flask even if 1 charge, but 10 set.

  8. #788
    Shoty1993's Avatar Member
    Reputation
    1
    Join Date
    May 2014
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    autoquiT at 30% dont work why?

  9. #789
    wallsocket's Avatar Member
    Reputation
    1
    Join Date
    Nov 2014
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Autoquit to login screen no longer working.

    Autoquit (ALT+F4) does work.

  10. #790
    badplayer's Avatar Contributor
    Reputation
    151
    Join Date
    Dec 2013
    Posts
    70
    Thanks G/R
    3/101
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    2a78 -> 2af8

  11. #791
    ReadyToKill's Avatar Banned
    Reputation
    13
    Join Date
    Sep 2012
    Posts
    395
    Thanks G/R
    11/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thx badplayer, alt f4 is working again.

  12. #792
    cmud's Avatar Member
    Reputation
    2
    Join Date
    Nov 2014
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ReadyToKill View Post
    Thx badplayer, alt f4 is working again.
    Sorry for the beginner question, but I'm unsure where to make that change. I altered all references of 2a78 to 2af8 in the Poe MultiScript.ahk file, but it doesn't seem to make any difference...still can't quit out. I've restarted the app/POE, still nothing.

    What am I missing?

    Thanks again for your patience.

  13. #793
    ReadyToKill's Avatar Banned
    Reputation
    13
    Join Date
    Sep 2012
    Posts
    395
    Thanks G/R
    11/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hmm, using Notepad++ i just searched for 2a78 and changed it too 2af8. There was like 3 or 4 references to change and than saved the file. After saving it make sure to reload the script.

  14. #794
    wallsocket's Avatar Member
    Reputation
    1
    Join Date
    Nov 2014
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ReadyToKill View Post
    hmm, using Notepad++ i just searched for 2a78 and changed it too 2af8. There was like 3 or 4 references to change and than saved the file. After saving it make sure to reload the script.
    4 occurrences, thanks it worked!

  15. #795
    RackyMac's Avatar Member
    Reputation
    1
    Join Date
    Nov 2014
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok i'm also struggling with this. I have the .exe and the .ahk from the start of this thread. I also have ahk downloaded. I've followed ReadyToKill and made the 4 changes in notepad++ and saved it.
    When I double click on the .exe or right click > compile the .ahk i get this warning.. Error at line 0. Line Text: <!DOCTYPE html> <html land = "en"class <head prefix= "og:httpe//opg.me.... etc

    Any thoughts?

Similar Threads

  1. How to download and update addons when curse is down, with wowmatrix
    By Stans Dad in forum World of Warcraft Guides
    Replies: 27
    Last Post: 06-22-2011, 06:56 PM
  2. Replies: 479
    Last Post: 08-17-2009, 10:33 PM
  3. [Show off] look at my new and updated sig.
    By shadowste in forum Art & Graphic Design
    Replies: 7
    Last Post: 03-31-2008, 12:56 PM
  4. Enchant Scam Improved and maybe unbannable
    By BlackFog in forum WoW Scam Prevention
    Replies: 13
    Last Post: 01-25-2008, 02:37 PM
All times are GMT -5. The time now is 04:49 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