Can i get a working Stricken Counter please!!! menu

User Tag List

Results 1 to 11 of 11
  1. #1
    Metacarius's Avatar Member
    Reputation
    1
    Join Date
    Oct 2019
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Can i get a working Stricken Counter please!!!

    All stricken counters i have found are out dated. Can someone post an updated one! Thanks!

    Can i get a working Stricken Counter please!!!
  2. #2
    User5981's Avatar First Dev On The Internet
    Reputation
    379
    Join Date
    Aug 2017
    Posts
    765
    Thanks G/R
    30/358
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Updated compared to what ?
    Supported version for all Resu plugins

  3. #3
    Metacarius's Avatar Member
    Reputation
    1
    Join Date
    Oct 2019
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by User5981 View Post
    Updated compared to what ?
    Resu has one but it is throwing an exception. when looking up what causes that it says its because its outdated.

  4. #4
    User5981's Avatar First Dev On The Internet
    Reputation
    379
    Join Date
    Aug 2017
    Posts
    765
    Thanks G/R
    30/358
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Metacarius View Post
    Resu has one but it is throwing an exception. when looking up what causes that it says its because its outdated.
    No. I use it daily, no exceptions.

    Which version of the plugin and version of TurboHUD do you use?
    Supported version for all Resu plugins

  5. #5
    Metacarius's Avatar Member
    Reputation
    1
    Join Date
    Oct 2019
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by User5981 View Post
    No. I use it daily, no exceptions.

    Which version of the plugin and version of TurboHUD do you use?
    DiadrasFirstGemPlugin.cs
    Resu/DiadrasFirstGemPlugin.cs at master . User5981/Resu . GitHub
    This is the one i found for stricken counter. using the newest version of THud

  6. #6
    User5981's Avatar First Dev On The Internet
    Reputation
    379
    Join Date
    Aug 2017
    Posts
    765
    Thanks G/R
    30/358
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Metacarius View Post
    DiadrasFirstGemPlugin.cs
    Resu/DiadrasFirstGemPlugin.cs at master . User5981/Resu . GitHub
    This is the one i found for stricken counter. using the newest version of THud
    I have no exceptions my side, can you paste the exception (error message) from logs/exceptions.txt here ?
    Supported version for all Resu plugins

  7. #7
    Metacarius's Avatar Member
    Reputation
    1
    Join Date
    Oct 2019
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by User5981 View Post
    I have no exceptions my side, can you paste the exception (error message) from logs/exceptions.txt here ?
    2019.10.12 11:45:49.765 19.10.1.0 error while initializing plugins
    2019.10.12 11:45:49.766 19.10.1.0 C:\Users\Charles\Desktop\Clean up\Alt\Plugins\Resu\DiadrasFirstGemPlugin.cs(71,43) : error CS0246: The type or namespace name 'HotEnablerDisablerPlugin' could not be found (are you missing a using directive or an assembly reference?)

  8. #8
    User5981's Avatar First Dev On The Internet
    Reputation
    379
    Join Date
    Aug 2017
    Posts
    765
    Thanks G/R
    30/358
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Metacarius View Post
    2019.10.12 11:45:49.765 19.10.1.0 error while initializing plugins
    2019.10.12 11:45:49.766 19.10.1.0 C:\Users\Charles\Desktop\Clean up\Alt\Plugins\Resu\DiadrasFirstGemPlugin.cs(71,43) : error CS0246: The type or namespace name 'HotEnablerDisablerPlugin' could not be found (are you missing a using directive or an assembly reference?)
    ah lol you need to install that one in the same folder for the stricken plugin to work :
    Resu/HotEnablerDisablerPlugin.cs at master . User5981/Resu . GitHub
    Supported version for all Resu plugins

  9. #9
    Metacarius's Avatar Member
    Reputation
    1
    Join Date
    Oct 2019
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by user5981 View Post
    ah lol you need to install that one in the same folder for the stricken plugin to work :
    resu/hotenablerdisablerplugin.cs at master . User5981/resu . Github
    you are the best!

  10. #10
    krowostok's Avatar Member
    Reputation
    1
    Join Date
    Dec 2019
    Posts
    1
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, great plugin!
    Please tell me, is it possible to increase the size of the icon and text?

  11. #11
    hkjhkh's Avatar Member
    Reputation
    9
    Join Date
    Mar 2018
    Posts
    82
    Thanks G/R
    0/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You need to play around a bit with following. Best overwrite the values with a seperate entries in seperate custom file

    propSquare = (int)(Hud.Window.Size.Width/53.333);


    change the decorator for text.

    StrickenStackDecorator = new TopLabelDecorator(Hud)
    {
    TextFont = Hud.Render.CreateFont("tahoma", 7, 255, 0, 0, 0, true, false, 250, 255, 255, 255, true),
    };

    StrickenPercentDecorator = new TopLabelDecorator(Hud)
    {
    TextFont = Hud.Render.CreateFont("tahoma", 6, 255, 255, 255, 255, false, false, 250, 0, 0, 0, true),
    };

Similar Threads

  1. Where can I get a working AOWOW offline database site?
    By Knuxyl in forum World of Warcraft Emulator Servers
    Replies: 0
    Last Post: 10-05-2016, 11:10 PM
  2. [Trinity] [2 Realms] Can't get it working! 2 Realms 1 Server! Help please!
    By Hyldran0 in forum WoW EMU Questions & Requests
    Replies: 4
    Last Post: 05-30-2011, 04:01 AM
  3. [Model Swap] Can i get a working Headless Horseman mount to Invincible reins pls (4.0.1)
    By Reaper375 in forum WoW ME Questions and Requests
    Replies: 2
    Last Post: 10-30-2010, 10:03 PM
  4. Where can i get a working Teleporter NPC ? +REP for helpers
    By Wheeze201 in forum WoW EMU Questions & Requests
    Replies: 19
    Last Post: 09-20-2008, 01:30 PM
  5. where can i get a working woltk alpha client download
    By rappelz15 in forum World of Warcraft Emulator Servers
    Replies: 7
    Last Post: 07-13-2008, 07:42 PM
All times are GMT -5. The time now is 12:14 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