nxpert 3 Posted May 5, 2016 Share Posted May 5, 2016 Been trying to get grasp on writing Fight Classes in C#, I've been using a couple of the bases droidz provided and have been gettingalong fairly well but can't seem to figure out how to get the bot to run a macro under certain conditions. Also, does anyone know why intellisense isn't working correctly? I have to manually search through the object browser for the write syntax I need, back in the day when I used VS most things would autocomplete. Link to comment https://wrobot.eu/forums/topic/2969-run-macro-with-c/ Share on other sites More sharing options...
BetterSister 367 Posted May 5, 2016 Share Posted May 5, 2016 I'll make detailed vid on how to setup microsoft visual studio in couple hours nxpert 1 Link to comment https://wrobot.eu/forums/topic/2969-run-macro-with-c/#findComment-13691 Share on other sites More sharing options...
Droidz 2738 Posted May 8, 2016 Share Posted May 8, 2016 Hello, to run lua macro use this c# code: wManager.Wow.Helpers.Lua.RunMacroText("/cast SpelName"); And to fix your problem with intellisense add in project references "wManager.dll" and "robotManager.dll". Pudge and nxpert 2 Link to comment https://wrobot.eu/forums/topic/2969-run-macro-with-c/#findComment-13757 Share on other sites More sharing options...
BetterSister 367 Posted May 8, 2016 Share Posted May 8, 2016 Once again... I had more important things to do and forgot about this Sorry nxpert 1 Link to comment https://wrobot.eu/forums/topic/2969-run-macro-with-c/#findComment-13758 Share on other sites More sharing options...
nxpert 3 Posted May 14, 2016 Author Share Posted May 14, 2016 Thanks guys. Link to comment https://wrobot.eu/forums/topic/2969-run-macro-with-c/#findComment-13938 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