If you type /who, does the window pop up anywhere and give you any information? What about /echo Even in the future nothing works!? Do you see the window then, or does the client tell you that echo is an unknown command?
Some of the existing shaman macros handle this by declaring an extension variable and multiply the Spell.Duration by that number. It won't be exact for spells of higher level than your focus item, but you can reduce it a bit to give yourself some slack by declaring a slightly lower modifier. For exa...
If 13 people on your server alone know about it, Sony knows about it. Consider all of those accounts and any that they gave stuff to banned. Good stuff. Now if they'll just get those assholes that keep warping into all the RSS camps to snipe nameds, then I'll sleep better at night. Fuck duping and a...
You're doing something wrong. I run this macro regularly with no problems at all. As I said above, there is only one /call statement in the entire macro. How are you saving the macro? How are you running the macro?
From http://eqforums.station.sony.com/eq/board/message?board.id=testing&message.id=6139 * The mapping window is now enabled in all zones. * Group management has been substantially reworked. You can now invite players to your group from other zones and from any distance in the same zone. I hear n...
Variables default to strings in MQ2, right? The variable is declared as: /declare MobSlowed outer FALSE Since "bool" or "int" are not specified, that makes it a string, if my understanding is correct. However, !${MobSlowed} is used multiple times in the macro: /if (${CombatOn} &a...