Ladrek69 0 Posted May 4, 2022 Share Posted May 4, 2022 I would like for my profile to have Radar3D atomically turned on and blacklist where died last. Link to comment https://wrobot.eu/forums/topic/14280-radar3d/ Share on other sites More sharing options...
Droidz 2738 Posted May 5, 2022 Share Posted May 5, 2022 Hello, run this code from your profile : wManager.Wow.Helpers.Radar3D.Pulse(); wManager.wManagerSetting.CurrentSetting.BlackListZoneWhereDead = true; Link to comment https://wrobot.eu/forums/topic/14280-radar3d/#findComment-65467 Share on other sites More sharing options...
Ladrek69 0 Posted May 5, 2022 Author Share Posted May 5, 2022 2 hours ago, Droidz said: Hello, run this code from your profile : wManager.Wow.Helpers.Radar3D.Pulse(); wManager.wManagerSetting.CurrentSetting.BlackListZoneWhereDead = true; Thank you and where can i find info like this? Link to comment https://wrobot.eu/forums/topic/14280-radar3d/#findComment-65469 Share on other sites More sharing options...
Ladrek69 0 Posted May 5, 2022 Author Share Posted May 5, 2022 Last one, this keeps happening when i try to dismiss pet (WoW 3.3.5) Link to comment https://wrobot.eu/forums/topic/14280-radar3d/#findComment-65470 Share on other sites More sharing options...
Droidz 2738 Posted May 7, 2022 Share Posted May 7, 2022 For the options, you can find most of them here https://wrobot.eu/byme/doc/html/AllMembers.T-wManager.wManagerSetting.htm For the rest, search on the forum (use Google it is better), look at the code for profiles/plugins/etc, or request help of forum. Link to comment https://wrobot.eu/forums/topic/14280-radar3d/#findComment-65506 Share on other sites More sharing options...
venom3140 1 Posted June 27, 2022 Share Posted June 27, 2022 On 5/5/2022 at 10:01 AM, Droidz said: Hello, run this code from your profile : wManager.Wow.Helpers.Radar3D.Pulse(); wManager.wManagerSetting.CurrentSetting.BlackListZoneWhereDead = true; where must i put this code in to auto start radar3d every time i open wrobot? Link to comment https://wrobot.eu/forums/topic/14280-radar3d/#findComment-66112 Share on other sites More sharing options...
Droidz 2738 Posted June 27, 2022 Share Posted June 27, 2022 No, you cannot run code when WRobot is opening. Link to comment https://wrobot.eu/forums/topic/14280-radar3d/#findComment-66113 Share on other sites More sharing options...
venom3140 1 Posted June 27, 2022 Share Posted June 27, 2022 33 minutes ago, Droidz said: No, you cannot run code when WRobot is opening. Ok so how can i make it to auto activate radar,where in profile do i put the code you posted?do i put it in my gathering profile at the top? Link to comment https://wrobot.eu/forums/topic/14280-radar3d/#findComment-66116 Share on other sites More sharing options...
Droidz 2738 Posted June 27, 2022 Share Posted June 27, 2022 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") venom3140 1 Link to comment https://wrobot.eu/forums/topic/14280-radar3d/#findComment-66120 Share on other sites More sharing options...
venom3140 1 Posted June 27, 2022 Share Posted June 27, 2022 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 😄 Link to comment https://wrobot.eu/forums/topic/14280-radar3d/#findComment-66121 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now