PlayerSkill DamageBonus menu

User Tag List

Results 1 to 3 of 3
  1. #1
    qwerty.56's Avatar Member
    Reputation
    3
    Join Date
    Apr 2017
    Posts
    17
    Thanks G/R
    3/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    PlayerSkill DamageBonus

    Help me please, I'm not strong at programming on C#. how can i add IPlayerSkill DamageBonus
    Code:
    using Turbo.Plugins.Default;
    using System.Collections.Generic;
    using System.Linq;
    using System;
    
    namespace Turbo.Plugins.Lis
    {
        public class DamageInfoPlugin : BasePlugin, IInGameTopPainter
    	{
            public TopLabelDecorator DamageInfoDecorator { get; set; }		
    		public DamageInfoPlugin()
    		{
                Enabled = true;
    		}
            public override void Load(IController hud)
            {
                base.Load(hud);
    		    DamageInfoDecorator = new TopLabelDecorator(Hud)
                {
    				 TextFont = Hud.Render.CreateFont("Segoe UI Light", 8, 255, 255, 234, 137, false, false, true),  
    				 
    				 TextFunc = () => ""+(Hud.Game.Me.Offense.SheetDps*(1+Hud.Game.Me.Offense.HighestElementalDamageBonus)),// i need add IPlayerSkill DamageBonus
    				 HintFunc = () => "+ElementalDamageBonus and SkillBonus",
                };
            }
           public void PaintTopInGame( ClipState clipState)
    		{
    			 if (clipState != ClipState.Inventory) return;  
    			   var uiRect = Hud.Render.GetUiElement("Root.NormalLayer.inventory_dialog_mainPage").Rectangle; 
    			   DamageInfoDecorator.Paint(uiRect.Left+45f, uiRect.Top + 250f, 100, 15, HorizontalAlign.Center);				
    		}
        }
    }

    PlayerSkill DamageBonus
  2. #2
    gjuz's Avatar Contributor
    Reputation
    121
    Join Date
    Mar 2017
    Posts
    228
    Thanks G/R
    49/118
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

  3. Thanks qwerty.56 (1 members gave Thanks to gjuz for this useful post)
  4. #3
    qwerty.56's Avatar Member
    Reputation
    3
    Join Date
    Apr 2017
    Posts
    17
    Thanks G/R
    3/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thx.........................

All times are GMT -5. The time now is 09:05 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search