Jump to content

venom3140

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by venom3140

  1. 3 hours ago, Droidz said:

    Hello, to add code to your gatherer profile you can use https://wrobot.eu/forums/topic/2202-profile-positions-and-action-column/ :

    c#: wManager.Wow.Helpers.Radar3D.Pulse();

     

    But, I think it's better to do it with plugin :

    public class Main : wManager.Plugin.IPlugin
    {
        public void Initialize()
        {
            wManager.Wow.Helpers.Radar3D.Pulse();
        }
    
        public void Dispose()
        {
        }
    
        public void Settings()
        {
        }
    }

    (save this code in .cs file type in the folder "Plugins")

    Thank you so much,plugin works like a charm 😄

     

×
×
  • Create New...