Spirit Barrage Plugin update menu

User Tag List

Page 3 of 3 FirstFirst 123
Results 31 to 42 of 42
  1. #31
    M1SHAKE's Avatar Member
    Reputation
    7
    Join Date
    Jul 2018
    Posts
    94
    Thanks G/R
    5/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by evan6944 View Post
    Here's a quick addition under PaintTopInGame
    Code:
    if (Hud.Game.RiftPercentage == 100) return;
    Working well.. Thanks for that!!

    Originally Posted by Saico View Post
    Hm .. What if I want to enable a plugin only when reach Rift Guardian ? which code I use
    Code:
    if (Hud.Game.RiftPercentage == 100) continue;
    Should be like that

    Spirit Barrage Plugin update
  2. #32
    RNN's Avatar Legendary
    Reputation
    811
    Join Date
    Sep 2018
    Posts
    1,051
    Thanks G/R
    103/774
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by M1SHAKE View Post
    Code:
    if (Hud.Game.RiftPercentage == 100) continue;
    Should be like that
    if (Hud.Game.RiftPercentage != 100) return;

    continue is used to skip to the next iteration in a loop (ex. for , foreach, while..)

  3. #33
    mois's Avatar Member
    Reputation
    8
    Join Date
    Feb 2018
    Posts
    54
    Thanks G/R
    178/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey RNN,

    Where can I change the circle thickness?

  4. #34
    RNN's Avatar Legendary
    Reputation
    811
    Join Date
    Sep 2018
    Posts
    1,051
    Thanks G/R
    103/774
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    Lines ~ 48,49
    Code:
    BrushDash = hud.Render.CreateBrush(150, 0, 128, 255, 3, SharpDX.Direct2D1.DashStyle.Dash);
    BrushSolid = hud.Render.CreateBrush(220, 0, 128, 255, 2);

  5. Thanks mois (1 members gave Thanks to RNN for this useful post)
  6. #35
    ismos43's Avatar Member
    Reputation
    1
    Join Date
    Dec 2017
    Posts
    6
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi i am sorry i cant use pastebin in my country..how can i use this plug in

  7. #36
    RNN's Avatar Legendary
    Reputation
    811
    Join Date
    Sep 2018
    Posts
    1,051
    Thanks G/R
    103/774
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)

  8. #37
    ismos43's Avatar Member
    Reputation
    1
    Join Date
    Dec 2017
    Posts
    6
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thank you for help

  9. #38
    bejelit's Avatar Member
    Reputation
    1
    Join Date
    May 2020
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey guys i got this exception :

    hastebin

    Could u help?
    thx
    Last edited by bejelit; 05-23-2020 at 10:15 AM.

  10. #39
    RNN's Avatar Legendary
    Reputation
    811
    Join Date
    Sep 2018
    Posts
    1,051
    Thanks G/R
    103/774
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    You will need to find the plugin that generates those issues first: install just a few and if that error appears, remove the plugins one by one until the error disappears

  11. #40
    pwsaw's Avatar Member
    Reputation
    1
    Join Date
    May 2020
    Posts
    1
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi, i would like to have circles popping up only if there are 2 secconds left. is that possible?

  12. #41
    RNN's Avatar Legendary
    Reputation
    811
    Join Date
    Sep 2018
    Posts
    1,051
    Thanks G/R
    103/774
    Trade Feedback
    0 (0%)
    Mentioned
    15 Post(s)
    Tagged
    0 Thread(s)
    Just below line ~131
    Code:
    var elapsed = (Hud.Game.CurrentGameTick - Phantasms[actor.AnnId]) / 60d;
    insert this line:
    Code:
    if ((duration - elapsed) > 2) continue;

  13. Thanks pwsaw (1 members gave Thanks to RNN for this useful post)
  14. #42
    evan6944's Avatar Member
    Reputation
    7
    Join Date
    Aug 2018
    Posts
    20
    Thanks G/R
    10/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    probably too late for this now, but a snapshot of gruesome feast and sacrifice stacks on each SB

Page 3 of 3 FirstFirst 123

Similar Threads

  1. [Request] WD Spirit Barrage Macro
    By housefox in forum Diablo 3 Bots Questions & Requests
    Replies: 4
    Last Post: 02-14-2020, 09:08 AM
  2. [Request] Damage & Count down circle of Spirit barrage
    By superkenlam2003 in forum TurboHUD Discussions
    Replies: 5
    Last Post: 06-28-2017, 01:11 AM
  3. Looking for help updating an Old Plugin for honorbuddy
    By durpige in forum WoW Bots Questions & Requests
    Replies: 1
    Last Post: 10-23-2014, 12:29 AM
  4. [DB] Keywardens plugin+profiles updates for 2.0
    By tiptopz in forum D3 Gold profiles
    Replies: 2
    Last Post: 03-20-2014, 06:36 PM
  5. Dota 2: Three Spirits update! つ ◕_◕ ༽つ
    By Xel in forum Defense of the Ancients 2
    Replies: 0
    Last Post: 11-14-2013, 07:03 AM
All times are GMT -5. The time now is 01:04 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