the plugin does not work menu

User Tag List

Results 1 to 1 of 1
  1. #1
    RawHulk2's Avatar Member
    Reputation
    1
    Join Date
    Jun 2025
    Posts
    21
    Thanks G/R
    12/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    the plugin does not work

    made for Infernal Maiden, but the plugin doesn't want to work

    using System.Linq;
    using Turbo.Plugins.Default;

    namespace Turbo.Plugins.User
    {
    public class RGSkillPlugin : BasePlugin, IInGameWorldPainter
    {
    public WorldDecoratorCollection InfernalMaidenDecorator { get; set; }

    public bool InfernalMaiden { get; set; }

    public RGSkillPlugin()
    {
    Enabled = true;
    }

    public override void Load(IController hud)
    {
    base.Load(hud);

    InfernalMaiden = true;

    InfernalMaidenDecorator = new WorldDecoratorCollection(
    new GroundCircleDecorator(Hud)
    {
    Radius = 5.0f,
    Brush = Hud.Render.CreateBrush(160, 255,102,51, 3, SharpDX.Direct2D1.DashStyle.Dash),
    },
    new GroundCircleDecorator(Hud)
    {
    Radius = 5.0f,
    Brush = Hud.Render.CreateBrush(160, 204,51,51, 3, SharpDX.Direct2D1.DashStyle.Dash),
    }
    );
    }

    public void PaintWorld(WorldLayer layer)
    {
    if (Hud.Game.MapMode == MapMode.Map) return;

    foreach (IActor actor in Hud.Game.Actors)
    {
    switch (actor.SnoActor.Sno)
    {
    case ActorSnoEnum._x1_Lieutenant_Mortar_projectile:
    if (InfernalMaiden)
    InfernalMaidenDecorator.Paint(layer, actor, actor.FloorCoordinate, null);
    break;

    case ActorSnoEnum._x1_Lieutenant_Mortar_Impact:
    if (InfernalMaiden)
    InfernalMaidenDecorator.Paint(layer, actor, actor.FloorCoordinate, null);
    break;
    }
    }
    }
    }
    }

    log:
    2025.08.22 19:10:31.810 1.4.3.0 error while initializing plugins
    2025.08.22 19:10:31.812 1.4.3.0 D:\Turbo\TurboHUD (free)\Plugins\User\RGSkillPlugin.cs(45,24) : error CS0117: 'ActorSnoEnum' does not contain a definition for '_x1_Lieutenant_Mortar_projectile'
    2025.08.22 19:10:31.812 1.4.3.0 D:\Turbo\TurboHUD (free)\Plugins\User\RGSkillPlugin.cs(50,24) : error CS0117: 'ActorSnoEnum' does not contain a definition for '_x1_Lieutenant_Mortar_Impact'

    the plugin does not work

Similar Threads

  1. Norwegian repack .additem command does not work
    By Connor1 in forum WoW EMU Questions & Requests
    Replies: 4
    Last Post: 07-21-2009, 04:40 PM
  2. RvR Healing Bot (Does not work)
    By j_jones84 in forum MMO Exploits|Hacks
    Replies: 9
    Last Post: 12-05-2008, 01:47 PM
  3. WoW-ToolBox . com Does Not Work
    By Matt in forum World of Warcraft Bots and Programs
    Replies: 94
    Last Post: 07-16-2008, 08:11 PM
  4. [Help] PVP does not work
    By baseballdude02 in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 06-29-2008, 12:25 PM
  5. [Question/Help]My reskin does not work propperly
    By lolister in forum WoW ME Questions and Requests
    Replies: 2
    Last Post: 06-03-2008, 09:40 AM
All times are GMT -5. The time now is 02:14 PM. 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