Goto page Previous  1, 2 General Help on my first macro
Reply
I was thinking, perhaps something like: add all mobs in an area around the tank to an array, then mezz all of them that aren't the tanks current target? What do you think?


That's basically it, though it may run better to look for mobs in an area around the chanter rather than the tank. I think the distance sorting for your own character is much faster than the distance sorting toward any other point.
Sat Apr 13, 2013 10:12 am
Senior Project Member
MQ2Bucles adds do while loops.
_________________
Sorvani
Sat Apr 13, 2013 9:44 pm
Senior Project Member
sorry that was posted from my phone last night and did not feel like going through the work of linking information.

Here are the instructions from the top of the source code on how to use it.
FYI: Bucle is Spanish for Loop

c++
More +
/****************************************************************************
Plugin Name  : MQ2Bucles
Version      : 1.0
Made by      : el_nene
EMail        : eq.nene@gmail.com
Description  : MQ2Bucles adds while and do bucles to macros
*****************************************************************************
Commands :
-----------------------------------------------------------------------------
/while (<condition>)
...
...
/endwhile
  - Executes a bucle, evaluating the condition on each iteration.
-----------------------------------------------------------------------------
/do
...
...
/until (<condition>)
- Executes a bucle, evaluating the condition on each iteration but on first
one.
-----------------------------------------------------------------------------
/break
- Stops a /while, /do or /for bucle.
-----------------------------------------------------------------------------
/continue
  - Stops a /while, /do or /for bucle, reevaluating the condition.
*****************************************************************************
History      :
-----------------------------------------------------------------------------
- Version 1.0 - Date: 21-01-2008
-> ADDED Functions
--> /while
--> /endwhile
--> /do
--> /until
--> /break
--> /continue
*****************************************************************************/


_________________
Sorvani
Sun Apr 14, 2013 9:23 am
Senior Project Member
Thanks Grumble, Sorvani
Thanks guys. I had a check, I'm running SOD Classic built assembled 27:03:13. Sorvani, I had a look, but I've no buckles or loops in that build.

I'll have a look into your suggestions, thanks Grumble.
Sun Apr 14, 2013 12:54 pm
The only thing I've left outstanding is to get my chanter a little better at mezzing. Currently, I just have a hot button. This just tells the chanter to mezz my tank's target. I'm wondering if you can you recommend a strategy for writing a simple mezz routine?

I use this chanter mac and love it.
http://mqemulator.net/forum2/viewtopic.php?t=598
Sun Apr 14, 2013 5:15 pm
Listen to This Guy
Goto page Previous  1, 2 General Help on my first macro
Reply