Phase Run auto cast menu

User Tag List

Results 1 to 15 of 15
  1. #1
    marekjemiolak's Avatar Member
    Reputation
    10
    Join Date
    Feb 2017
    Posts
    101
    Thanks G/R
    1/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Phase Run auto cast

    Do we have any plugins that continuously cast phase run for us ?
    You guys were sharing 'code' for that on discord but my ssd exploded and I have no access to it anymore. Can you guys maybe post it here ?

    Phase Run auto cast
  2. #2
    deomexuathe's Avatar Member
    Reputation
    3
    Join Date
    Sep 2017
    Posts
    48
    Thanks G/R
    35/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    BuildYourOwnRoutine can do that

  3. #3
    marekjemiolak's Avatar Member
    Reputation
    10
    Join Date
    Feb 2017
    Posts
    101
    Thanks G/R
    1/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Still no idea how to do it.

  4. #4
    RuLight's Avatar Member
    Reputation
    8
    Join Date
    Nov 2013
    Posts
    15
    Thanks G/R
    2/4
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    For AHK
    Insert::
    Loop
    {
    send, {NumPad1}
    sleep, 250
    }
    Return
    End:: Pause, Toggle
    Insert - Enable script
    End - Pause / Unpause script
    NumPad1 - Skill button (Phase Run), replace with your button!

  5. Thanks sushix, SeamusTheDog (2 members gave Thanks to RuLight for this useful post)
  6. #5
    sushix's Avatar Member
    Reputation
    5
    Join Date
    Jun 2017
    Posts
    86
    Thanks G/R
    33/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ty for sharing.

  7. #6
    ozrior's Avatar Member
    Reputation
    10
    Join Date
    Apr 2013
    Posts
    40
    Thanks G/R
    0/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  8. #7
    MACROS4LIFE's Avatar Active Member
    Reputation
    47
    Join Date
    Dec 2015
    Posts
    460
    Thanks G/R
    58/45
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ozrior View Post
    This isn't working anymore.

    PS: Can you add a option to "disable auto phase run cast while in hideout"?

    Sorry for bumping this thread, but auto PR is really awesome.
    HUD it's like cocaine, once you used, you can't forget.

  9. #8
    Kaoin's Avatar Member
    Reputation
    2
    Join Date
    Dec 2016
    Posts
    44
    Thanks G/R
    0/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    up, no auto phase run for poehud?

  10. #9
    TehCheat's Avatar ★ Elder ★
    Reputation
    2560
    Join Date
    Oct 2013
    Posts
    1,898
    Thanks G/R
    347/2262
    Trade Feedback
    5 (100%)
    Mentioned
    32 Post(s)
    Tagged
    1 Thread(s)
    Originally Posted by Kaoin View Post
    up, no auto phase run for poehud?
    Build your own routine is how most are doing it.

  11. #10
    Genocyber's Avatar Member
    Reputation
    2
    Join Date
    Sep 2012
    Posts
    108
    Thanks G/R
    111/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I edited Jaspergoud plugin to it only work when Capslock is active, to make easy turn on/off the skill use.
    If anyone interested:
    GitHub - tpiardi/AutoPhaseRun: auto cast phase run

  12. #11
    Reuspa's Avatar Member
    Reputation
    1
    Join Date
    Jun 2009
    Posts
    73
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TehCheat View Post
    Build your own routine is how most are doing it.

    Is there any manual on how to make stuff with "Build your own routine"? Haven't find any info on how to use it.

  13. #12
    ozrior's Avatar Member
    Reputation
    10
    Join Date
    Apr 2013
    Posts
    40
    Thanks G/R
    0/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MACROS4LIFE View Post
    This isn't working anymore.

    PS: Can you add a option to "disable auto phase run cast while in hideout"?

    Sorry for bumping this thread, but auto PR is really awesome.
    added this feature

  14. Thanks Genocyber (1 members gave Thanks to ozrior for this useful post)
  15. #13
    sikurat's Avatar Member
    Reputation
    1
    Join Date
    Jan 2019
    Posts
    19
    Thanks G/R
    13/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Where should I throw so that the plugin worked?

  16. #14
    N8Gear's Avatar Banned
    Reputation
    2
    Join Date
    Jan 2019
    Posts
    1
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wrote a macro: activated when you press "Home", auto presses F6 to activate Phase Run (you can register a button for yourself), while holding down Ctrl, Shift, Alt, Insert macro stops pressing F6.

    Code:
    Home::
    Loop
    
    Phase:
    {
    IfWinNotActive, ahk_class POEWindowClass ahk_exe PathOfExile_x64.exe
    Goto, Phase
    if not GetKeyState("vkA0", "P") 
    if not GetKeyState("vk11", "P")
    if not GetKeyState("vkA4", "P")
    if not GetKeyState("vk2D", "P")
    {
    send, {vk75}
    sleep, 250
    }
    }
    Return

  17. Thanks SilverSmokeR (1 members gave Thanks to N8Gear for this useful post)
  18. #15
    SilverSmokeR's Avatar Member
    Reputation
    1
    Join Date
    Aug 2019
    Posts
    2
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Work like a charm...op ty

Similar Threads

  1. Replies: 11
    Last Post: 06-02-2016, 12:53 PM
  2. Wizard - Free DPS while running (without casting/attacking)
    By Cesium147 in forum Diablo 3 Exploits
    Replies: 13
    Last Post: 07-12-2012, 04:46 AM
  3. Auto-cast using an addon, is it possible?
    By crashzxs in forum WoW UI, Macros and Talent Specs
    Replies: 4
    Last Post: 12-05-2008, 05:01 PM
  4. Auto Cast Bot.
    By reemi in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 03-26-2008, 04:26 AM
  5. [POSSIBLY NEW]How to run while casting *ANY SPELL*?
    By Bareno in forum World of Warcraft Exploits
    Replies: 103
    Last Post: 01-29-2008, 07:13 PM
All times are GMT -5. The time now is 01:06 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