PoeHUD Plugin: Blade Flurry Charges menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 30
  1. #1
    Sithylis's Avatar Elite User Authenticator enabled
    Reputation
    330
    Join Date
    Jul 2016
    Posts
    561
    Thanks G/R
    124/275
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    PoeHUD Plugin: Blade Flurry Charges

    Updated for newest PoeHUD tested and working.

    Author
    kSacred

    Github: GitHub - k-Sacr/BladeFlurryCharges: plugin "BladeFlurryCharges" for PoEHUD

    Originally Posted by kSacred View Post
    Many do not understand how the plugin works, sadly. BladeFlurryCharges does not click on skill this is not effective and causes microstan


    - Use the skill can be on any key, except the left mouse button.
    - On the left mouse button there must be a "Movement".
    - The bottom line is that when dialing max stacks, there is a micro-click of the left key and a small movement that interrupts the cast and releases the stacks. And if the skill key is still pressed, a new set of stacks will begin.
    Last edited by Sithylis; 08-27-2017 at 11:45 PM.

    PoeHUD Plugin: Blade Flurry Charges
  2. Thanks toadskin (1 members gave Thanks to Sithylis for this useful post)
  3. #2
    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)
    Hi, can I do it like that so the plugin would work if the BF is on the left mouse button? At the moment when removing the plug-in 6 stacks, my character starts using the skill on the right mouse button, the impression is that the right mouse button is not pressed ...

  4. #3
    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)
    I so understand in the code the error here:

    MouseEvent (MouseEventFlags.RightUp);
    Thread.Sleep (70);
    MouseEvent (MouseEventFlags.RightDown);

    It is necessary to change places RightUp and RightDown

  5. #4
    Sithylis's Avatar Elite User Authenticator enabled
    Reputation
    330
    Join Date
    Jul 2016
    Posts
    561
    Thanks G/R
    124/275
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kaoin View Post
    Hi, can I do it like that so the plugin would work if the BF is on the left mouse button? At the moment when removing the plug-in 6 stacks, my character starts using the skill on the right mouse button, the impression is that the right mouse button is not pressed ...
    Im sorry im not the maker of the plugin so i wont be adding any additions.
    And also the problem is you will need to hold left shift down too if youre doing left click.

  6. #5
    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)
    Originally Posted by Sithylis View Post
    Im sorry im not the maker of the plugin so i wont be adding any additions.
    And also the problem is you will need to hold left shift down too if youre doing left click.
    So do not add anything, just change the code so that the left mouse button would not be pressed when resetting, but the right one ... I would have changed it myself, but I do not compile.

    In your plugin, the code is now:

    MouseEvent (MouseEventFlags.LeftDown);
    Thread.Sleep (70);
    MouseEvent (MouseEventFlags.LeftUp);

    I need what would be:

    MouseEvent (MouseEventFlags.RightDown);
    Thread.Sleep (70);
    MouseEvent (MouseEventFlags.RightUp);

    Help me please...

  7. #6
    kSacred's Avatar Contributor
    Reputation
    124
    Join Date
    Feb 2017
    Posts
    110
    Thanks G/R
    13/107
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sithylis View Post
    Updated for newest PoeHUD tested and working.
    Orig author
    kSacred

    Github: GitHub - k-Sacr/BladeFlurryCharges: plugin "BladeFlurryCharges" for PoEHUD
    I updated my repository. Thanks DetectiveSquirrel.

    Many do not understand how the plugin works, sadly. BladeFlurryCharges does not click on skill this is not effective and causes microstan

    - Use the skill can be on any key, except the left mouse button. (Depends on settings)
    - On the left mouse button there must be a "Movement" or another skill. (Depends on settings)
    - The bottom line is that when dialing max stacks, there is a micro-click of the left key and a small movement that interrupts the cast and releases the stacks. And if the skill key is still pressed, a new set of stacks will begin.
    Last edited by kSacred; 08-28-2017 at 12:13 AM.
    If you like what I'm doing and you want to support or speed up the development plagins, BTC donations can be send to: 1NLBDfMY7hURujkzfi9Uq6dnMf1zF3Vqcm

  8. Thanks Sithylis (1 members gave Thanks to kSacred for this useful post)
  9. #7
    Sithylis's Avatar Elite User Authenticator enabled
    Reputation
    330
    Join Date
    Jul 2016
    Posts
    561
    Thanks G/R
    124/275
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kSacred View Post
    I updated my repository. Thanks DetectiveSquirrel.

    Many do not understand how the plugin works, sadly. BladeFlurryCharges does not click on skill this is not effective and causes microstan


    - Use the skill can be on any key, except the left mouse button.
    - On the left mouse button there must be a "Movement".
    - The bottom line is that when dialing max stacks, there is a micro-click of the left key and a small movement that interrupts the cast and releases the stacks. And if the skill key is still pressed, a new set of stacks will begin.

    Ive tested it last night, any skill can be on left click (or right click if left click is toggled on)
    Even having an aura, golem, totem, curse on left click will still work perfectly fine without casting those skills.
    Last edited by Sithylis; 08-27-2017 at 11:45 PM.

  10. #8
    -AsS's Avatar Member
    Reputation
    2
    Join Date
    Jun 2009
    Posts
    23
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does anyone have an idea about getting the current ruthless stack? Continuing to channel when the ruthless buff is on gives you 113% more melee damage, which I believe is better than releasing the charges at 6 stacks.

    Or perhaps it's possible to get some kind of message everytime the user attacks, and simply count to 3, and let the channel continue every third attack?

  11. #9
    CODxRAPIIDZ's Avatar Site Donator

    Reputation
    1
    Join Date
    Aug 2014
    Posts
    14
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Doesn't seem to be releasing on 6 stacks for me I have move only bound to left click and blade flurry bound to right click and it just continuously channels never cancels. Any tips?

  12. #10
    Sithylis's Avatar Elite User Authenticator enabled
    Reputation
    330
    Join Date
    Jul 2016
    Posts
    561
    Thanks G/R
    124/275
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CODxRAPIIDZ View Post
    Doesn't seem to be releasing on 6 stacks for me I have move only bound to left click and blade flurry bound to right click and it just continuously channels never cancels. Any tips?
    Is "Use Left Click" off?

  13. #11
    CODxRAPIIDZ's Avatar Site Donator

    Reputation
    1
    Join Date
    Aug 2014
    Posts
    14
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No it is not off/red and left click in the config is set to true

  14. #12
    Sithylis's Avatar Elite User Authenticator enabled
    Reputation
    330
    Join Date
    Jul 2016
    Posts
    561
    Thanks G/R
    124/275
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CODxRAPIIDZ View Post
    No it is not off/red and left click in the config is set to true
    Well if BF is on right click, dont have left click turned on.

  15. #13
    CODxRAPIIDZ's Avatar Site Donator

    Reputation
    1
    Join Date
    Aug 2014
    Posts
    14
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Alright so use left click is now red and im still casting blade flurry with right click and it still doesn't stop at 6 stacks

  16. #14
    Sithylis's Avatar Elite User Authenticator enabled
    Reputation
    330
    Join Date
    Jul 2016
    Posts
    561
    Thanks G/R
    124/275
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CODxRAPIIDZ View Post
    Alright so use left click is now red and im still casting blade flurry with right click and it still doesn't stop at 6 stacks
    Is the plugin even turned on?

  17. #15
    CODxRAPIIDZ's Avatar Site Donator

    Reputation
    1
    Join Date
    Aug 2014
    Posts
    14
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The plugin is not red in hud so I would assume it is on
    and I have use left click red since im using blade flurry on right click

    PoeHUD Plugin: Blade Flurry Charges-9ccff00b754dfec45c00226f67ae9fb9-png

    Hmmm seemed since I wasn't launching hud from release folder it wasn't working but once launched from release folder plugin works now.
    Last edited by CODxRAPIIDZ; 08-30-2017 at 12:51 AM. Reason: img/fix

Page 1 of 2 12 LastLast

Similar Threads

  1. PoeHUD Plugin: Inventory Items Analyzer
    By kSacred in forum PoE Bots and Programs
    Replies: 203
    Last Post: 12-18-2023, 04:11 AM
  2. PoeHUD Plugin: Flask Manager
    By Treasure_Box in forum PoE Bots and Programs
    Replies: 1138
    Last Post: 03-05-2018, 08:48 PM
  3. [Selling] WTS Berserk Blade Flurry 80lvl + 3 lab's 35$\45$ ScBreach [SKRILL only]
    By RainbowTail in forum PoE Buy Sell Trade
    Replies: 0
    Last Post: 12-15-2016, 07:07 AM
  4. Blade Flurry bug. Up all most of the time
    By jackie1337 in forum World of Warcraft Exploits
    Replies: 3
    Last Post: 02-16-2011, 03:45 PM
  5. Blade Flurry trick
    By the_perfect_sound in forum World of Warcraft Exploits
    Replies: 10
    Last Post: 03-04-2008, 06:35 AM
All times are GMT -5. The time now is 10:11 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