venom3140
-
Posts
5 -
Joined
-
Last visited
Reputation Activity
-
venom3140 reacted to Droidz in Radar3D
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")