I understand what if's to me, that is easy. As I said, many times over EUO is way similar to MQ2 for everquest
www.macroquest2.com look at the scrips (called macros there). You will see they are almost identical. I was very adept at making those, learning the skill checks, and different calls on EUO is the hard part. And MQ2 has "plugins" that made it even more powerful, I mean WAY powerful. There was a plugin that let you swing any weapon at any delay you wanted regardless of the delay on the weapon. so a script for that would look like...
Sub Main
:loop
/attack (This is the command to make you swing your weapon)
/delay 1s (if you even wanted a delay, I usually set mine to /delay 1 or /delay 9)
/goto :loop
Return
So no matter if the weapon had a 1s delay or 9s delay it would swing as fast as you put the command in. In my case, depending on the creature 100ms or 900ms sometimes /delay 0 which was the shortest possible. Then you just find the highest dmg weapon and could take down Gods in like 10 seconds.
Anyways, Im rambling lol, but yes I understand the what if's and now understand the brackets too { }. Soon I am going to get into
for %i
ect and other things. I WANT to learn, I WANT to contribute, I WANT to help. Yes a lot of wants there, but they are all good wants.
