PoE Autoflask & AutoScript, Improvements and updates. menu

Shout-Out

User Tag List

Page 89 of 182 FirstFirst ... 39858687888990919293139 ... LastLast
Results 1,321 to 1,335 of 2721
  1. #1321
    SummerDaysAhead's Avatar Member
    Reputation
    2
    Join Date
    Nov 2013
    Posts
    52
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    why not alter it to use cports.exe /close and then your no longer writing to memory for a DC, i dont understand why a DC would write to memory anyways but i havent looked at the code

    PoE Autoflask & AutoScript, Improvements and updates.
  2. #1322
    jnz9513's Avatar Member
    Reputation
    7
    Join Date
    Dec 2013
    Posts
    77
    Thanks G/R
    10/5
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by badplayer View Post
    Code:
             IfInString, A_LoopField, Itemlevel:
             {
                StringSplit, ItemLevelArray, A_LoopField, %A_Space%
                ItemLevel := ItemLevelArray2
                Continue
             }
    to

    Code:
             IfInString, A_LoopField, Item level:
             {
                StringSplit, ItemLevelArray, A_LoopField, %A_Space%
                ItemLevel := ItemLevelArray3
                Continue
             }
    The only thing that could potentially get you banned is using "exit to login screen" as your autoquit method. As it writes to memory.

    If you're really paranoid you could also have it rename itself every time it's run I guess.
    Exit to login screen? LOL Alt+F4 is the way to quit out...
    I died on my ladder char with the exit to login screen Its too slow I guess.

  3. #1323
    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)
    Originally Posted by SummerDaysAhead View Post
    why not alter it to use cports.exe /close and then your no longer writing to memory for a DC, i dont understand why a DC would write to memory anyways but i havent looked at the code

    Can be easily done if people want to do that I guess.

    Just replace both calls to
    Code:
    QuitToLoginScreen
    with
    Code:
    run, cports.exe /close * * * * PathofExile.exe

  4. #1324
    Nicholas Harris Labonte's Avatar Member
    Reputation
    3
    Join Date
    Nov 2014
    Posts
    70
    Thanks G/R
    12/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can anyone upload their edited script? i tried the original 2.0 n it uses mana but sounds but doesnt actually pot life

    i tried to edit the script with the info i was given but it didnt solve the issue for me i guess cause i still wasnt recovering life :/

  5. #1325
    stfufag's Avatar Active Member
    Reputation
    22
    Join Date
    Jun 2012
    Posts
    294
    Thanks G/R
    46/20
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by badplayer View Post
    Can be easily done if people want to do that I guess.

    Just replace both calls to
    Code:
    QuitToLoginScreen
    with
    Code:
    run, cports.exe /close * * * * PathofExile.exe
    where do I edit this? would you mind uploading the compiled version?

    Thanks

  6. #1326
    rafix2222's Avatar Member
    Reputation
    1
    Join Date
    Jul 2015
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone can tell me the fix? I did previous fixes and it still isn't working.

  7. #1327
    Shiznitttt's Avatar Member
    Reputation
    3
    Join Date
    Aug 2014
    Posts
    94
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes if someone can link the newest working script that would be great.

  8. #1328
    spliffmaster's Avatar Member
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by badplayer View Post
    Can be easily done if people want to do that I guess.

    Just replace both calls to
    Code:
    QuitToLoginScreen
    with
    Code:
    run, cports.exe /close * * * * PathofExile.exe
    Doesn't work for me. I have cports.exe in the same directory as Autopot.

  9. #1329
    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)

  10. #1330
    seviraseth's Avatar Member
    Reputation
    1
    Join Date
    Jun 2015
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by blackphantooom View Post
    still isn't working for me, strange.

  11. #1331
    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)
    working for me perfect. Dont forget manual exit previous .exe

  12. #1332
    walauwess's Avatar Member
    Reputation
    1
    Join Date
    Oct 2014
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If I am a pro at ASM, I would have shared the working script. BTW, can someone fix/find offsets for Garena?

  13. #1333
    seviraseth's Avatar Member
    Reputation
    1
    Join Date
    Jun 2015
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by blackphantooom View Post
    working for me perfect. Dont forget manual exit previous .exe
    are you guys using steam version?

  14. #1334
    SummerDaysAhead's Avatar Member
    Reputation
    2
    Join Date
    Nov 2013
    Posts
    52
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    keep in mind if you plan to use cports method you need to download cports.exe and throw it in the directory or at least within your *Path*

  15. #1335
    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)
    Originally Posted by stfufag View Post
    where do I edit this? would you mind uploading the compiled version?

    Thanks
    k

    https://github.com/badplayerr/beta-autopot/releases
    Probably needs to be run as admin

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. [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
All times are GMT -5. The time now is 03:19 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