PoE Autoflask & AutoScript, Improvements and updates. menu

User Tag List

Page 7 of 182 FirstFirst ... 3456789101157107 ... LastLast
Results 91 to 105 of 2721
  1. #91
    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)
    I've noticed that the new script setup with the detection of the flask, seems to be much more spammy and seems to eat up the pots alot quicker, the older code, it was a bit too delayed, is there anway to configure the new script to have a bit more of a delay with the pots?

    PoE Autoflask & AutoScript, Improvements and updates.
  2. #92
    gurud's Avatar Contributor CoreCoins Purchaser
    Reputation
    129
    Join Date
    Oct 2013
    Posts
    223
    Thanks G/R
    2/31
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ReadyToKill View Post
    I've noticed that the new script setup with the detection of the flask, seems to be much more spammy and seems to eat up the pots alot quicker, the older code, it was a bit too delayed, is there anway to configure the new script to have a bit more of a delay with the pots?

    Assuming you talking only about the Instant flasks, since that's the only thing i changed.

    Yes you can increase the delay, as i stated before i put the delay at the limit to not use more than one(it could use more if lag),

    Just Increase the delay (+255) in these lines: (12 of them)

    Code:
    WindowQueuedFlaskEffects[k].hpQueueEndtime:=A_TickCount+255
    
    WindowQueuedFlaskEffects[k].ManaQueueEndtime:=A_TickCount+255
    I'm thinking about putting a slider bar in the gui to change that delay, later on.

    If you are having mana flask problems, try reducing the Min Mana Percent to use pot.
    Last edited by gurud; 12-21-2013 at 02:29 PM.

  3. #93
    serlev's Avatar Member
    Reputation
    3
    Join Date
    Apr 2012
    Posts
    97
    Thanks G/R
    10/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I knew Gurud from MapHack etc and I have noticed this topic today. I started to test it .
    Pls note that I have limited knowledge about scripts and exe creation..

    **** How can I get rid of those Hotkeys F2 F3 F4 F10 ?
    If it were not .exe I could examine the script and try to find out how to do it ; but when I try to edit by Notepad++ I cant see the script (normal it is an exe )..
    If you shortly teach me how to do it I appreciate..
    Last edited by serlev; 12-21-2013 at 02:13 PM.

  4. #94
    gurud's Avatar Contributor CoreCoins Purchaser
    Reputation
    129
    Join Date
    Oct 2013
    Posts
    223
    Thanks G/R
    2/31
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by serlev View Post
    I knew Gurud from MapHack etc and I have noticed this topic today. I started to test it .
    Pls note that I have limited knowledge about scripts and exe creation..

    **** How can I get rid of those Hotkeys F2 F3 F4 F10 ?
    If it were not .exe I could examine the script and try to find out how to do it ; but when I try to edit by Notepad++ I cant see the script (normal it is an exe )..
    If you shortly teach me how to do it I appreciate..
    The script is posted in the first post, just copy and put in notepad and save as something.ahk and the lib as AutoHotkeyMemoryLib.ahk

    You will need to install AutoHotkey 32bit UNICODE

    Then just delete the functions of F2 F3 etc..

  5. #95
    serlev's Avatar Member
    Reputation
    3
    Join Date
    Apr 2012
    Posts
    97
    Thanks G/R
    10/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The script is posted in the first post, just copy and put in notepad and save as something.ahk and the lib as AutoHotkeyMemoryLib.ahk
    You will need to install AutoHotkey 32bit UNICODE
    Then just delete the functions of F2 F3 etc..
    Ty Gurud.. I did it..

  6. #96
    fabcard's Avatar Member
    Reputation
    10
    Join Date
    Jun 2013
    Posts
    137
    Thanks G/R
    38/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh gosh. You probably know about this already, gurud, but the offsets need to be updated again after the latest PoE patch 1.0.4.
    Thank you again, friend

  7. #97
    datz's Avatar Active Member
    Reputation
    22
    Join Date
    Aug 2013
    Posts
    532
    Thanks G/R
    166/19
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    autoflasks has a built in offset finder tho

  8. #98
    fabcard's Avatar Member
    Reputation
    10
    Join Date
    Jun 2013
    Posts
    137
    Thanks G/R
    38/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by datz View Post
    autoflasks has a built in offset finder tho
    Yes friend, but it needs to have other offsets to be updated as well. Changing only the baseMgrPtr:=0x7a5214 won't work

  9. #99
    Pearlsea's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The exit to login screen does not work for me. For the most part everything else seems to work. I would not trust the character select if its possible to be bursted down beyond your threshold.

    Would love to know how to work on this kind of code. Only seems a difficulty step or two away. I'd love to be able to fish, rather than beg each patch.
    Last edited by Pearlsea; 12-22-2013 at 11:54 PM.

  10. #100
    gurud's Avatar Contributor CoreCoins Purchaser
    Reputation
    129
    Join Date
    Oct 2013
    Posts
    223
    Thanks G/R
    2/31
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Gamestate Offset Updated to 1.0.4
    Last edited by gurud; 12-23-2013 at 01:13 AM.

  11. #101
    fabcard's Avatar Member
    Reputation
    10
    Join Date
    Jun 2013
    Posts
    137
    Thanks G/R
    38/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wow gurud. That's was a fast update taking in consideration that the time here for us now is 4:00 am
    I'll try it now.
    You are the best...
    Thank you so much

  12. #102
    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)
    Can you paste the Gamestate offset changes and area where it needs to be changed etc, since i run a slightly altered script, i would have to reedit the script every time a new update is released. Thx.

  13. #103
    gurud's Avatar Contributor CoreCoins Purchaser
    Reputation
    129
    Join Date
    Oct 2013
    Posts
    223
    Thanks G/R
    2/31
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ReadyToKill View Post
    Can you paste the Gamestate offset changes and area where it needs to be changed etc, since i run a slightly altered script, i would have to reedit the script every time a new update is released. Thx.
    Find 2678, change to 26f8

  14. #104
    MorKaotik's Avatar Member
    Reputation
    2
    Join Date
    Nov 2013
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not sure why, but I'm CI build and it won't log out when low on ES

  15. #105
    Kinosix's Avatar Member
    Reputation
    3
    Join Date
    May 2012
    Posts
    94
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this. Logout isnt working. Logout to char selection is tho

Page 7 of 182 FirstFirst ... 3456789101157107 ... LastLast

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 01:46 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