Oculus circle menu

User Tag List

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

    Oculus circle

    Hi, I'm trying to add a circle to an okulus, could someone tell me why does not this script work?

    Code:
    using System.Linq;
    using Turbo.Plugins.Default;
     
    namespace Turbo.Plugins.User
    {
        public class OculusPlugin : BasePlugin, IInGameWorldPainter
        {
     
            public WorldDecoratorCollection OculusDecorator { get; set; }
     
            public OculusPlugin()
            {
                Enabled = true;
            }
     
            public override void Load(IController hud)
            {
                base.Load(hud);          
     
                OculusDecorator = new WorldDecoratorCollection(
    				new GroundCircleDecorator(Hud)
                    {
                        Brush = Hud.Render.CreateBrush(255, 200, 200, 200, 1, SharpDX.Direct2D1.DashStyle.Dash),
                        Radius = 10,
                    }
                );
            }
     
            
    		public void PaintWorld(WorldLayer layer)
    		{
                var Oculus = Hud.Game.Actors.Where(x => x.SnoActor.Sno == 402461);
                foreach (var actor in Oculus)
                {
                    OculusDecorator.Paint(layer, actor, actor.FloorCoordinate, null);
                }
            }
        }
    }
    Last edited by yupiik; 04-14-2017 at 07:40 AM.

    Oculus circle
  2. #2
    JackCeparou's Avatar Savvy ? 🐒
    Reputation
    534
    Join Date
    Mar 2017
    Posts
    588
    Thanks G/R
    51/490
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    402461 is the sno for Oculus Ring item power, not the oculus ground circle.

    Afaik there is no actor for oculus ground circle => not possible to draw something for them.
    Hide the Rum! --> Default theme customization 101 <--

Similar Threads

  1. Bugged Circle of healing
    By lundish in forum WoW EMU Exploits & Bugs
    Replies: 2
    Last Post: 02-01-2008, 06:20 AM
  2. [Spell Swap] Consecration -> Scourge Rune Circle
    By Dead_Man in forum World of Warcraft Model Editing
    Replies: 4
    Last Post: 12-04-2007, 05:34 PM
  3. The Circle of Blood guide, how to conquer it.
    By cripling in forum World of Warcraft Guides
    Replies: 4
    Last Post: 10-22-2007, 09:37 AM
  4. Circle of beer (brewfest)
    By XinuX in forum World of Warcraft Exploits
    Replies: 3
    Last Post: 10-04-2007, 01:57 AM
  5. Circle Of Blood ( My Strategy )
    By matswurld in forum WoW PvP & Battlegrounds
    Replies: 6
    Last Post: 08-01-2007, 06:34 PM
All times are GMT -5. The time now is 09:29 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