CoPilot Plugin for PoeHelper / PoeHud / ExileApi menu

User Tag List

Page 13 of 45 FirstFirst ... 91011121314151617 ... LastLast
Results 181 to 195 of 670
  1. #181
    Forumuser1000's Avatar Active Member
    Reputation
    27
    Join Date
    Mar 2017
    Posts
    257
    Thanks G/R
    169/21
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dholly View Post
    Make sure you are on map because it wont do anything in hideout.
    I feel like the world's biggest stooge. THIS was the problem. I was testing it in my hideout each time, not in a map. As soon as I setup the Bladeblast function inside a map, it started working instantly.

    Thanks for the help dholly and totalschaden, my apologies if I wasted any of your time.

    CoPilot Plugin for PoeHelper / PoeHud / ExileApi
  2. Thanks dholly (1 members gave Thanks to Forumuser1000 for this useful post)
  3. #182
    roska's Avatar Active Member
    Reputation
    19
    Join Date
    Sep 2017
    Posts
    220
    Thanks G/R
    42/18
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Forumuser1000 View Post
    I feel like the world's biggest stooge. THIS was the problem. I was testing it in my hideout each time, not in a map. As soon as I setup the Bladeblast function inside a map, it started working instantly.

    Thanks for the help dholly and totalschaden, my apologies if I wasted any of your time.
    Don't worry, I had done the same

  4. #183
    DKing's Avatar Member
    Reputation
    12
    Join Date
    Mar 2012
    Posts
    36
    Thanks G/R
    15/10
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Please add Withering Step buff.
    It shares cooldown to another 'blink' skills and depends on Elusive buff.

  5. #184
    MACROS4LIFE's Avatar Active Member
    Reputation
    48
    Join Date
    Dec 2015
    Posts
    467
    Thanks G/R
    58/46
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Guys, convocation working for you?

    It's weird. It was working yesterday just in few maps, now its gone. Any tips?
    GH it's like cocaine, once you used, you can't forget.

  6. #185
    onigiri1's Avatar Member
    Reputation
    1
    Join Date
    Jan 2021
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I cant seem to get it to auto summon zombie

    any advice?
    Last edited by onigiri1; 01-24-2021 at 09:54 PM.

  7. #186
    MACROS4LIFE's Avatar Active Member
    Reputation
    48
    Join Date
    Dec 2015
    Posts
    467
    Thanks G/R
    58/46
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by onigiri1 View Post
    I cant seem to get it to auto summon zombie

    any advice?
    no. I think this plugin isnt being updated anymore.
    Convocation is off for weeks as well =/

    Some other stuff still works like end cry, autoquit, etc. =)
    GH it's like cocaine, once you used, you can't forget.

  8. #187
    totalschaden's Avatar Contributor
    Reputation
    104
    Join Date
    May 2008
    Posts
    210
    Thanks G/R
    0/86
    Trade Feedback
    0 (0%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by onigiri1 View Post
    I cant seem to get it to auto summon zombie

    any advice?
    Currently the Skills Stats are still broken (skill.Stats.TryGetValue()) this is a Problem from Hud, not CoPilot. You could Hardcode your max zombies until its fixed if you care.

    remove this line: skill.Stats.TryGetValue(GameStat.NumberOfZombiesAllowed, out int maxZombies);
    add this line: int maxZombies = 3;

    replace 3 with whatever your max is, then save and compile again.


    Originally Posted by MACROS4LIFE View Post
    no. I think this plugin isnt being updated anymore.
    Convocation is off for weeks as well =/

    Some other stuff still works like end cry, autoquit, etc. =)
    Convocation its working as intended here, its either your Fork or your Settings/Setup
    Amazon Wishlist - Gimmi Snacks
    https://www.amazon.de/hz/wishlist/ls/MZ543BDBC6PJ

  9. #188
    MACROS4LIFE's Avatar Active Member
    Reputation
    48
    Join Date
    Dec 2015
    Posts
    467
    Thanks G/R
    58/46
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by totalschaden View Post
    Currently the Skills Stats are still broken (skill.Stats.TryGetValue()) this is a Problem from Hud, not CoPilot. You could Hardcode your max zombies until its fixed if you care.

    remove this line: skill.Stats.TryGetValue(GameStat.NumberOfZombiesAllowed, out int maxZombies);
    add this line: int maxZombies = 3;

    replace 3 with whatever your max is, then save and compile again.




    Convocation its working as intended here, its either your Fork or your Settings/Setup
    Damn. I didn't touch in any of its values. I am using the default ones...
    whats going on? =/
    I have no idea how to make it back to work. Any tips?
    Maybe reduce or increase mobs in range? i dunno. XD
    GH it's like cocaine, once you used, you can't forget.

  10. #189
    MustardPickles's Avatar Member
    Reputation
    6
    Join Date
    Mar 2020
    Posts
    18
    Thanks G/R
    2/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by totalschaden View Post
    New Push
    Added switch for Blade Blast Fastmode.
    Having played with bladefall/blade blast a lot more recently, blade blast getting stuck in a loop where it gets spammed is a lot more common. This only happens with fast mode. Some times it will keep using blade blast infinitely and some times after 10 -20 casts it will stop. This is after all blades on the ground has been exploded as well. I have to restart hud or change to a different area to reset it. I don't know how you have it set up but for reference I'm using the Bladefall enchant which adds another volley and Unleash support gem. My ability to read code is limited but it looks like the logic to use blade blast is based on bladefall casts?

    This happens on both Queuete's fork and on Qvin's fork so I believe this is a logic issue and not an offset issue.
    Last edited by MustardPickles; 01-26-2021 at 01:02 PM.

  11. #190
    totalschaden's Avatar Contributor
    Reputation
    104
    Join Date
    May 2008
    Posts
    210
    Thanks G/R
    0/86
    Trade Feedback
    0 (0%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MustardPickles View Post
    Having played with bladefall/blade blast a lot more recently, blade blast getting stuck in a loop where it gets spammed is a lot more common. This only happens with fast mode. Some times it will keep using blade blast infinitely and some times after 10 -20 casts it will stop. This is after all blades on the ground has been exploded as well. I have to restart hud or change to a different area to reset it. I don't know how you have it set up but for reference I'm using the Bladefall enchant which adds another volley and Unleash support gem. My ability to read code is limited but it looks like the logic to use blade blast is based on bladefall casts?

    This happens on both Queuete's fork and on Qvin's fork so I believe this is a logic issue and not an offset issue.
    I ran into the Issue myself once when i was still playing BF/BB. it seems that Hud/Game registers an Area change differently sometimes. I think this happens when you change the Area and then the Ingame castcounter is not reset, where I reset it on area change in the Hud to 0. Then it would cast until the actual ingame number is reached again. Atleast thats my gues why it happens, I did not bother investigating yet as im not playing it anymore.
    Amazon Wishlist - Gimmi Snacks
    https://www.amazon.de/hz/wishlist/ls/MZ543BDBC6PJ

  12. #191
    roska's Avatar Active Member
    Reputation
    19
    Join Date
    Sep 2017
    Posts
    220
    Thanks G/R
    42/18
    Trade Feedback
    0 (0%)
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Sorry for hijacking the thread but for those having trouble with bfbb you might try using this ahk script, works much better for me. you also put bf in right click

    Code:
    #IfWinActive, ahk_class POEWindowClass
     
    #MaxThreadsPerHotkey  2
     
    
     
    ; Toggle key
    RButton::
       
        {
    	if (WinActive("ahk_class POEWindowClass") && !GetKeyState("Shift") && !GetKeyState("Ctrl") && !GetKeyState("Alt"))
           ; Prevent combo spamming if game loses focus or you hold Shift/Ctrl/Alt (when you interact with objects in inventory etc)
          						
            {
                ; bladefall
                Send, e
                ; Random delay with range
                sleep, % delay(150, 200)
    	    ;bladeblast
    	    Send, r
            }	
    	}	
    	
    return
     
    delay(a, b)
    {
        random, delay, a, b
        return delay
    }

  13. #192
    BossManAdrostos's Avatar Member
    Reputation
    4
    Join Date
    Mar 2018
    Posts
    40
    Thanks G/R
    32/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is anyones mirage archer working correctly? ive had some issues with this feature in the past, but its one of my favorites when its functioning correctly. idk if its just me having a problem with it atm.

  14. #193
    totalschaden's Avatar Contributor
    Reputation
    104
    Join Date
    May 2008
    Posts
    210
    Thanks G/R
    0/86
    Trade Feedback
    0 (0%)
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by BossManAdrostos View Post
    is anyones mirage archer working correctly? ive had some issues with this feature in the past, but its one of my favorites when its functioning correctly. idk if its just me having a problem with it atm.
    Without checking anything, this is very likely the same Issue as with the Auto Zombie, Skill Stats not working in Hud.
    Amazon Wishlist - Gimmi Snacks
    https://www.amazon.de/hz/wishlist/ls/MZ543BDBC6PJ

  15. #194
    Bobby7640's Avatar Member
    Reputation
    1
    Join Date
    Apr 2016
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is it possible to set the plugin to use vaal skills at certain hp/es without monsters being enabled?

    If I set monsters to 0 it will just use it when the souls are acquired instead of hp/es thresholds.

    Also, any chance its possible to add separate settings for vaal grace/discipline? Tried using the custom skill but it gets overwritten by the "use any vaal gem" option.

  16. #195
    love8585962's Avatar Member
    Reputation
    1
    Join Date
    Jul 2020
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Why do I often have no response when I use the blade vortex, and I must restart the HUD to be normal ?

Page 13 of 45 FirstFirst ... 91011121314151617 ... LastLast

Similar Threads

  1. [Release] STASHIE - a stash managing plugin for PoeHud
    By Preaches in forum PoE Bots and Programs
    Replies: 554
    Last Post: 04-10-2023, 03:11 PM
  2. [Release] CRAFTIE - A crafting plugin for PoeHUD
    By Preaches in forum PoE Bots and Programs
    Replies: 18
    Last Post: 07-16-2019, 02:10 PM
  3. [Selling] [Tool] Simple Flask Manager Plugin For PoeHUD
    By GameHelper in forum PoE Buy Sell Trade
    Replies: 114
    Last Post: 04-08-2018, 10:31 PM
  4. [Selling] Labyrinth (Lab) Chests plugin for PoEHUD
    By TehCheat in forum PoE Buy Sell Trade
    Replies: 92
    Last Post: 03-20-2018, 01:38 PM
  5. [Request] Atlas Plugin for POEHUD
    By kevel1 in forum PoE Bots and Programs
    Replies: 7
    Last Post: 03-13-2018, 03:54 AM
All times are GMT -5. The time now is 11:25 PM. 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