WD Paldrens of skeleton king menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  1. #1
    SlushieNator's Avatar Member
    Reputation
    1
    Join Date
    Apr 2017
    Posts
    21
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    WD Paldrens of skeleton king

    WD Pauldrons of skeleton king proc is it possible to make a Plugin to show when they proc

    WD Paldrens of skeleton king
  2. #2
    SeaDragon's Avatar Contributor
    Reputation
    321
    Join Date
    Aug 2016
    Posts
    1,041
    Thanks G/R
    140/299
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes, you can display its ICD
    Code:
    Hud.GetPlugin<PlayerBottomBuffListPlugin>().RuleCalculator.Rules.Add(new BuffRule(334883) { IconIndex = 1, MinimumIconCount = 1, ShowTimeLeft = true , UseLegendaryItemTexture = Hud.Inventory.GetSnoItem(Hud.Sno.SnoItems.Unique_Shoulder_103_x1.Sno)}); // Pauldrons of the Skeleton King
    You should put the above code in the Customize () method in the plugins\User\PluginEnablerOrDisablerPlugin.cs file. If the extension on the file is .txt, rename it to .cs. You will see examples in the Customize () method; just add the line in there.
    Last edited by SeaDragon; 08-17-2017 at 04:25 AM.

  3. #3
    SlushieNator's Avatar Member
    Reputation
    1
    Join Date
    Apr 2017
    Posts
    21
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok I found where to put it but Is their a way to move it to the buff bar nd not in the middle of the screen
    Last edited by SlushieNator; 08-17-2017 at 05:46 AM.

  4. #4
    SeaDragon's Avatar Contributor
    Reputation
    321
    Join Date
    Aug 2016
    Posts
    1,041
    Thanks G/R
    140/299
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SlushieNator View Post
    lol could u post aa screenshot of it cause idk where to put the code even though u wrote it out srry for the trouble
    Use Notepad to open

    Attached Thumbnails Attached Thumbnails WD Paldrens of skeleton king-1-jpg  

  5. #5
    SlushieNator's Avatar Member
    Reputation
    1
    Join Date
    Apr 2017
    Posts
    21
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have it their now but its not showing a CD or symbol anywhere when it procs

  6. #6
    SeaDragon's Avatar Contributor
    Reputation
    321
    Join Date
    Aug 2016
    Posts
    1,041
    Thanks G/R
    140/299
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SlushieNator View Post
    I have it their now but its not showing a CD or symbol anywhere when it procs
    If the extension on the file is .txt, rename it to .cs

    Then you have to restart th HUD

  7. #7
    SeaDragon's Avatar Contributor
    Reputation
    321
    Join Date
    Aug 2016
    Posts
    1,041
    Thanks G/R
    140/299
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SlushieNator View Post
    I have it their now but its not showing a CD or symbol anywhere when it procs
    If the extension on the file is .txt, rename it to .cs

    Then you have to restart th HUD

  8. #8
    SlushieNator's Avatar Member
    Reputation
    1
    Join Date
    Apr 2017
    Posts
    21
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    min is like this

    [ATTACH=CONFIG]55876 mine is like this still nothing
    Attached Thumbnails Attached Thumbnails WD Paldrens of skeleton king-coooo-gif  

  9. #9
    SlushieNator's Avatar Member
    Reputation
    1
    Join Date
    Apr 2017
    Posts
    21
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I made it a .cs file nd saved it the way u said to put the code but it still doesn't show it idk what I'm doing wrong

  10. #10
    SeaDragon's Avatar Contributor
    Reputation
    321
    Join Date
    Aug 2016
    Posts
    1,041
    Thanks G/R
    140/299
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SlushieNator View Post
    I made it a .cs file nd saved it the way u said to put the code but it still doesn't show it idk what I'm doing wrong
    It shows ICD
    You have to trigger it to start the cooldown timer (10 minutes)

  11. #11
    SeaDragon's Avatar Contributor
    Reputation
    321
    Join Date
    Aug 2016
    Posts
    1,041
    Thanks G/R
    140/299
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SlushieNator View Post
    I made it a .cs file nd saved it the way u said to put the code but it still doesn't show it idk what I'm doing wrong
    It shows ICD
    You have to trigger it to start the cooldown timer (10 minutes)

    Attached Thumbnails Attached Thumbnails WD Paldrens of skeleton king-1-jpg  

  12. #12
    SlushieNator's Avatar Member
    Reputation
    1
    Join Date
    Apr 2017
    Posts
    21
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the code they way u put it the first time is that the right way?

  13. #13
    SeaDragon's Avatar Contributor
    Reputation
    321
    Join Date
    Aug 2016
    Posts
    1,041
    Thanks G/R
    140/299
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Don't let Notepad wrap automatically

  14. #14
    SlushieNator's Avatar Member
    Reputation
    1
    Join Date
    Apr 2017
    Posts
    21
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ?? wutt yeah idk cause its not working for me even put them on a different toon they don't show up nm I'm done trying it
    Last edited by SlushieNator; 08-17-2017 at 07:37 AM.

  15. #15
    SeaDragon's Avatar Contributor
    Reputation
    321
    Join Date
    Aug 2016
    Posts
    1,041
    Thanks G/R
    140/299
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

Page 1 of 2 12 LastLast

Similar Threads

  1. [EXPLOIT] Summon Shitloads of skeletons to assist you!
    By kookoo in forum World of Warcraft Exploits
    Replies: 49
    Last Post: 01-04-2009, 03:15 PM
  2. [Official] Wrath of Lich King Download
    By Exodius in forum World of Warcraft General
    Replies: 0
    Last Post: 11-14-2008, 01:58 PM
  3. {RELEASE} Wrath of Lich King Account Site {RELEASE}
    By Sixteen in forum WoW EMU Guides & Tutorials
    Replies: 29
    Last Post: 09-03-2007, 08:48 AM
  4. Wrath of Lich King Video
    By slayer001 in forum Screenshot & Video Showoff
    Replies: 1
    Last Post: 09-01-2007, 01:35 PM
  5. Wow Wrath Of Lich King Webby
    By jamez in forum World of Warcraft General
    Replies: 9
    Last Post: 08-04-2007, 01:37 AM
All times are GMT -5. The time now is 04:21 AM. 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