[Release][Autohotkey script] PoE Autoflasks & autoquit. menu

Shout-Out

User Tag List

Page 12 of 32 FirstFirst ... 8910111213141516 ... LastLast
Results 166 to 180 of 473
  1. #166
    raid1141's Avatar Private
    Reputation
    2
    Join Date
    Jun 2013
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Hi,

    Since last night the game version was changed to 0.11.0b I guess the address in baseMgrPtr has to be changed (and maybe the offsets as well).

    Can someone explain to us how can we find the address and basically to maintain the PoE_AutoFlasks.ahk script with its proper values (I guess CheatEngine can help in this matter) ?

    Thanks in advice.


    OK - form the script I saw a method called ScanBaseMgrPtr that is called wehnever the baseMgrPtr is left empty - looks like the script does it itself.
    Last edited by raid1141; 06-06-2013 at 06:20 AM. Reason: Update

    [Release][Autohotkey script] PoE Autoflasks & autoquit.
  2. #167
    Wrongusername's Avatar Sergeant
    Reputation
    100
    Join Date
    Feb 2011
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    updated for 0.11b

  3. #168
    1231231234's Avatar Private
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    unfortunately the scripts takes priority of hybrid flasks using them before hp flasks
    how to reverse this?
    I disabled temporarily usage of hybrid flasks as healing by changing this way so it auto use them only for mana

    tflaskNum1:=GetMaxChargesFlaskOfType(FlasksData,"FlaskLife")
    tflaskNum2:=GetMaxChargesFlaskOfType(FlasksData,"FlaskLife")

    but thats a nasty workaround

  4. #169
    raid1141's Avatar Private
    Reputation
    2
    Join Date
    Jun 2013
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Wrongusername View Post
    updated for 0.11b
    It does not work with the updated baseMgrPtr only. I guess the offsets have changed too?

    I tried to debug and looks like ReadFlasksData has issues
    Last edited by raid1141; 06-06-2013 at 12:27 PM.

  5. #170
    Wrongusername's Avatar Sergeant
    Reputation
    100
    Join Date
    Feb 2011
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    unfortunately the scripts takes priority of hybrid flasks using them before hp flasks
    how to reverse this?
    Nope it doesn't give hybrid flasks any priority. Generally it drinks from left to right, but it tries to take sips from different flasks(also sequentially from left to right) to maximize charges intake. So that's just your problem with flask positioning on belt, put hybrids on slots 4,5 and they'll go last.
    It does not work with the updated baseMgrPtr only. I guess the offsets have changed too?

    I tried to debug and looks like ReadFlasksData has issues
    That's funny how people waste their time, it's UPDATED. I don't say just baseMgrPtr only, sometimes i outline specific pointer path changes(to ease transition for people with custom settings or those who may use that pointers for other purposes in their own projects), today i was lazy and just said updated. So re-download the script before you waste your time.

  6. #171
    3raser's Avatar Member
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    16
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    never mind, got it working now
    Last edited by 3raser; 06-06-2013 at 06:34 PM.

  7. #172
    raid1141's Avatar Private
    Reputation
    2
    Join Date
    Jun 2013
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you and sorry about that - this is true and I didn't updated the whole script, but just the baseMgrPtr value.

    This work is amazing and it will really great if there was a short version of a changelog.

  8. #173
    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)
    Thank you Wrongusername for the update.
    I have just a little request. Is it possible to add a "beep" sound when turning on or off the script? I'm asking for it because I play PoE on fullscreen and due that I can't see the info on taskbar.
    One more request would be making the scrip to use elemental resist flasks depending on the kind of damage you taking, like using fire resist flask when taking fire damage. I know this one may be more complicated to implement but I guess you can do it.
    Again, thank you so much, Wrongusername. You made PoE even more better to play
    Last edited by fabcard; 06-07-2013 at 04:55 PM.

  9. #174
    3raser's Avatar Member
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    16
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    new patch released 0.11.0c, new:
    baseMgrPtr:=0x6d8954
    Last edited by 3raser; 06-07-2013 at 03:44 AM.

  10. #175
    AK2337's Avatar Member
    Reputation
    8
    Join Date
    Feb 2013
    Posts
    72
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone else having issues with this working on the new leagues?

  11. #176
    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)
    Hi all,

    Please someone help me with this amazing script. The only thing that is working now is the F4 (logout when you press it or when the hp reaches a certain point). For some reason it's not using the flasks no matter which ones I use or their positions. The previous version of this script was working nicely - before patch 0.11.0. I installed AHK using Unicode x32 as cited by the coder. I'm using Win8 x64 and running script as admin. I haven't change anything on the code (copy - paste). baseMgrPtr:=0x6d8954 for last patch 0.11.0c.
    So, if anyone knows anything that can solve this issue, please let us know. Probably there are more people with same issue. I just can't play PoE without this script anymore.
    Thanks in advance.

  12. #177
    tozededao's Avatar Member
    Reputation
    9
    Join Date
    May 2009
    Posts
    166
    Thanks G/R
    3/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fabcard View Post
    Hi all,

    Please someone help me with this amazing script. The only thing that is working now is the F4 (logout when you press it or when the hp reaches a certain point). For some reason it's not using the flasks no matter which ones I use or their positions. The previous version of this script was working nicely - before patch 0.11.0. I installed AHK using Unicode x32 as cited by the coder. I'm using Win8 x64 and running script as admin. I haven't change anything on the code (copy - paste). baseMgrPtr:=0x6d8954 for last patch 0.11.0c.
    So, if anyone knows anything that can solve this issue, please let us know. Probably there are more people with same issue. I just can't play PoE without this script anymore.
    Thanks in advance.
    Yes same here, if I logout due intentionally or if the script logs me off due to dying protection, when I log again flasks aren't working. I have to restart the client and open a new script in order for it to work.

  13. #178
    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 tozededao View Post
    Yes same here, if I logout due intentionally or if the script logs me off due to dying protection, when I log again flasks aren't working. I have to restart the client and open a new script in order for it to work.
    Hello there,

    Hum, so I think you discovered what is causing this issue. I've been trying to find out what could be it and reading what you said, that's the reason. When I play PoE and the new script version after computer boot, it seems to be all working fine. As soon the script logs you out, the auto flasks won't work anymore, but only the F4/logout. Trying to reload, close and open the script again will be the same. It will work again as you said, restarting game and script.
    I hope the coder can fix this soon. As I said on other post, on the previous version of this script, everything was working just nice...
    Thanks.
    Last edited by fabcard; 06-08-2013 at 02:14 AM.

  14. #179
    metaxer's Avatar Member
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    40
    Thanks G/R
    0/0
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    dont work in new Leagues

  15. #180
    raid1141's Avatar Private
    Reputation
    2
    Join Date
    Jun 2013
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tozededao View Post
    Yes same here, if I logout due intentionally or if the script logs me off due to dying protection, when I log again flasks aren't working. I have to restart the client and open a new script in order for it to work.
    You guys have to update the whole script and not only the baseMgrPtr address. There are some offsets that are changed too.

Page 12 of 32 FirstFirst ... 8910111213141516 ... LastLast

Similar Threads

  1. [Release] Custom scripts
    By ion564 in forum World of Warcraft Emulator Servers
    Replies: 20
    Last Post: 05-12-2008, 07:02 PM
  2. [Release] WarsongGulch Script
    By Pragma in forum World of Warcraft Emulator Servers
    Replies: 33
    Last Post: 03-23-2008, 08:07 PM
  3. [Release] |Custom Scripted Instance| Shadow Lair
    By wurstbr0t in forum World of Warcraft Emulator Servers
    Replies: 18
    Last Post: 03-05-2008, 12:03 PM
  4. [RELEASE]Ascent/script compiles 3710 (latest 2/6/08)
    By vivec45 in forum WoW EMU Guides & Tutorials
    Replies: 0
    Last Post: 02-06-2008, 07:04 AM
  5. [RELEASE] FunServer Script's ( + Level Cap 80-255 )
    By ~SaiLyn~ in forum World of Warcraft Emulator Servers
    Replies: 36
    Last Post: 01-10-2008, 02:44 PM
All times are GMT -5. The time now is 06:39 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search