[INTERNATIONAL] [BM] SkeletalMageSingularityEssencePlugin menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 29
  1. #1
    bm206's Avatar Active Member
    Reputation
    73
    Join Date
    Mar 2017
    Posts
    285
    Thanks G/R
    57/64
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [INTERNATIONAL] [BM] SkeletalMageSingularityEssencePlugin

    Supported TurboHUD version: 7.6

    It shows the percent of your current essence if you use Skeletal Mage with Rune Singularity. If you are at 100% the background is green, if you will be full with the next health globe (because of Reaper's Wraps) the background is orange, if you need more globes because of essence < 100% - [value of Reaper's Wraps] the background is red. We use it especially for Rathma Speed GRifts. It is easier to see if essence is full for max Skeletal Mage damage.





    Use the config file for: ShowInTown, ReapersWrapsResourceRestore, XPos, YPos

    \plugins\BM\SkeletalMageSingularityEssencePlugin.cs
    \plugins\BM\SkeletalMageSingularityEssenceConfig.cs
    Last edited by bm206; 11-24-2017 at 05:15 PM.

    [INTERNATIONAL] [BM] SkeletalMageSingularityEssencePlugin
  2. Thanks tupu, cherouvim13, ADV2015, (Sarge), Blop08, t2beatme (6 members gave Thanks to bm206 for this useful post)
  3. #2
    ADV2015's Avatar Member
    Reputation
    6
    Join Date
    Mar 2017
    Posts
    94
    Thanks G/R
    147/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, VERY nice plugins... I love it...

    just a proposal:

    Is it possible to change the color to orange when you arrive at 70% and in red has 100% ?
    And why not.....a sound......BIP.....and desapear in town too..... ))
    Last edited by ADV2015; 09-01-2017 at 02:13 PM.

  4. #3
    cherouvim13's Avatar Member
    Reputation
    14
    Join Date
    Mar 2017
    Posts
    212
    Thanks G/R
    258/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very useful plugin and nige suggestion from ADV2015

  5. Thanks ADV2015 (1 members gave Thanks to cherouvim13 for this useful post)
  6. #4
    Pe1a0's Avatar Member
    Reputation
    6
    Join Date
    Mar 2017
    Posts
    58
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    any chance to make this to display party members escence?
    Last edited by Pe1a0; 09-02-2017 at 11:42 AM.

  7. #5
    bm206's Avatar Active Member
    Reputation
    73
    Join Date
    Mar 2017
    Posts
    285
    Thanks G/R
    57/64
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I made some changes. I hope you like it.
    @ADV2015 and cherouvim13: I can't do the sound thing, sorry.
    @Pe1a0: I think it is possible but I don't know how. And for what should this be good?

    Original post is updated!

  8. #6
    ADV2015's Avatar Member
    Reputation
    6
    Join Date
    Mar 2017
    Posts
    94
    Thanks G/R
    147/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Huuuu Thanks ! Nice

  9. #7
    Pe1a0's Avatar Member
    Reputation
    6
    Join Date
    Mar 2017
    Posts
    58
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @bm206 allready did it, to know when is good to pickup globes for them on rat speeds.

  10. #8
    vtDemonic's Avatar Member
    Reputation
    1
    Join Date
    Sep 2017
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Would you mind helping a dweeb out and telling me the necessary steps to get this plugin running ? Enter \plugins\BM\, create the two .cs files , copy paste the pastebins and then i get 361 exceptions on HUD startup.

  11. #9
    bm206's Avatar Active Member
    Reputation
    73
    Join Date
    Mar 2017
    Posts
    285
    Thanks G/R
    57/64
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You can click Download on the Pastebin site.

  12. #10
    PapYruS's Avatar Member
    Reputation
    1
    Join Date
    Mar 2017
    Posts
    25
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    heyho bm... lovely tiny helpful plugin, but i dont know the coordinates that i can show the % on top of my char...
    sry for that low question
    but what are those ?

    brgds papy

  13. #11
    bm206's Avatar Active Member
    Reputation
    73
    Join Date
    Mar 2017
    Posts
    285
    Thanks G/R
    57/64
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Try this in the config file:
    Code:
    plugin.YPos = Hud.Window.Size.Height * 0.4f
    If you change 0.4f to 0.3f -> It is more on top of screen.

  14. #12
    PapYruS's Avatar Member
    Reputation
    1
    Join Date
    Mar 2017
    Posts
    25
    Thanks G/R
    5/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bm206 View Post
    Try this in the config file:
    Code:
    plugin.YPos = Hud.Window.Size.Height * 0.4f
    If you change 0.4f to 0.3f -> It is more on top of screen.
    thx bm but when i do this in the config file i get exceptions...
    but i changed it in the normal plugin on line 37 from
    YPos = Hud.Window.Size.Height * 0.5f + Hud.Window.Size.Height * 0.00001f;
    to
    YPos = Hud.Window.Size.Height * 0.34f + Hud.Window.Size.Height * 0.00001f;


    and now its on top of the char... thx !!!

  15. #13
    bm206's Avatar Active Member
    Reputation
    73
    Join Date
    Mar 2017
    Posts
    285
    Thanks G/R
    57/64
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ups, I think i forgot the ; at the end of the line.

  16. #14
    falsey's Avatar Member
    Reputation
    1
    Join Date
    Apr 2017
    Posts
    16
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi. I love this plugin but I would like to change something, if possible.

    Instead of % can you make it show the essence pool? Something like this 0/300 if pool is empty or 300/300 if full.

    It would be useful because in a way it would allow me to know for how long singularity is up. If you could show me what to change, I would be much grateful.

    EDIT: I know there's another plugin that has the essence pool as I described, but it doesn't change color. That's why I ask this.

  17. #15
    bm206's Avatar Active Member
    Reputation
    73
    Join Date
    Mar 2017
    Posts
    285
    Thanks G/R
    57/64
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think the file \interfaces\data\player\IPlayerStatInfo.cs should help you to change the plugin.

  18. Thanks n1com (1 members gave Thanks to bm206 for this useful post)
Page 1 of 2 12 LastLast

Similar Threads

  1. [INTERNATIONAL] [BM] ShockTowerPlugin
    By bm206 in forum TurboHUD Community Plugins
    Replies: 6
    Last Post: 03-13-2019, 10:49 PM
  2. [INTERNATIONAL] [BM] OtherPlayersNameColorByClassPlugin
    By bm206 in forum TurboHUD Community Plugins
    Replies: 44
    Last Post: 12-15-2018, 03:54 AM
  3. [v7.2] [INTERNATIONAL] [BM] MonsterMarkPlugin
    By bm206 in forum TurboHUD Community Plugins
    Replies: 10
    Last Post: 09-19-2017, 05:01 AM
  4. [INTERNATIONAL] [BM] DemonForgePlugin
    By bm206 in forum TurboHUD Community Plugins
    Replies: 8
    Last Post: 08-29-2017, 01:27 PM
  5. President Bush, CAUGHT SWEARING at international meeting
    By mantalcore in forum Community Chat
    Replies: 15
    Last Post: 08-14-2006, 09:41 AM
All times are GMT -5. The time now is 08:42 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