I have Seen the New World of NEtBots (plugin)
I was playing around, researching and trying to learn more about MQ2 and different plugins and how they work.
That is when I discovered the NetBots plugin. This is a fricken AWSOME plugin.
Before you use it you need to make sure you have it.
You need to turn it on on "Each" on of your toons that you are using.
Macro
You can also log all of your toons on and /bca it to all you toons and just turn it on, on all of them at the same time.
Anyway, I did use the MQ2 Wiki to find out all the different things it can do. I thought I would post a few macros I have worked it into for those who would be interested. These are only example and a I haven't tested all of them yet, just a couple of them.
I am using it so far in these examples to have my toons check buffs on the other toons I'm running. Even if the macro ends and restarts, they won't recast the buff if it is already there. Plus you can set up conditions that have to be met before the buffs are casted. AND! I figured out how to use netbots with the /for command to be able to cycle through them. Pritty cool if you ask me hehe...
Example (low LVL Wiz Macro using NetBots for self buff):
Macro
This one is the more complex one. It uses the /for to cycle through the netbots and check for buffs. I have tested the snippet and worked great. I finished working into the main shaman macro and expanded on it a little, but haven't teste it fully.
Example (low LVL Shaman macro - full):
Macro
Now those are examples...
This is just the basic snippet if you just want to look at it. I have tested this:
Macro
Hope you enjoy this and it comes in handy =)
Fri Jun 22, 2012 8:45 am
ok so just as a note (which I learned something new today) DO NOT put a note with
" | " unless you do it at the beginning of a line.. it doesn't work properly if there are any space between it and the begining of that line.
Never thought about it and usualy just have it at the begining of the line. I didn't this time and it kept making my macro stop dead in it's tracks and couldn't figure out why for a couple of hours because it was giving me the line right before it.
On a brighter note, once I fixed the code.... it worked like a charm.. LOVE netbots..
" | " unless you do it at the beginning of a line.. it doesn't work properly if there are any space between it and the begining of that line.
Never thought about it and usualy just have it at the begining of the line. I didn't this time and it kept making my macro stop dead in it's tracks and couldn't figure out why for a couple of hours because it was giving me the line right before it.
On a brighter note, once I fixed the code.... it worked like a charm.. LOVE netbots..
Fri Jun 22, 2012 4:10 pm
the [ syntax ] parser on here does not like a comment | with nothing after it.
if you get in the habit of always using a space after it, then it works fine.
_________________
Sorvani
if you get in the habit of always using a space after it, then it works fine.
_________________
Sorvani
Sat Jun 23, 2012 4:06 pm
Senior Project Member