Using an auto fight macro as a warrior presents a few problems, such as.. * Main tank might die and you have to take over for him * You might be Main assist and dont really want to assist someone * Auto fighting certain boss mobs dont always work out.. * You have to offtank various mobs, and thus do...
Doesnt seem like it should crash you.. Just to satisfy my curiosity though, try this.. ;1 <<< %T Slowed >>> /rs <<< %T Slowed >>> It avoids EQ's "spam detection" by sending the first line to a chat channel (which isnt spam protected) and the second to a "real" channel which is sp...
"v99" is a old macro variable, so unless its "/declare v99 global"'ed (which is sort of unlikely, i think the .mac needs to be upgraded to the new format.
Content of INI file [Bufs] Buf1=Nature's Might Buf2=Protection of the Cabbage Buf3=Improved Superior Camouflage [Forage] Dest1=Ripened Mango Dest2=Fresh Tree Sap Dest3=Bark Bindings Content of MAC file #turbo #define INIPATH "autoforage.ini" #include routines.mac #event Appear "You ap...
I notice a lot of macros on this board uses $combat for determining if the toon is in combat mode, but on my client at least, repeatedly using $combat to poll for current combat status, causes the toon to stop attacking if it is in combat. Has anyone had this problem and found a way to get around it...
Most likely you had been observed running a macro by someone who petitioned it Clone39. Or you used /target when it should not have worked...anything they can recognize as MQ in game is bad if there is someone observing it.
I'd absolutely love if $target(state) could return "COMBAT" if the character on my target is currently attacking something. It would make it a lot easier to make reliable melee bot scripts that didnt go off and break mezzes on mobs. Edit: I dont find the MQ language hard to learn at all. 1...
I think you could be a little more vague, if you tried. Perhaps instead of ive been trying to start a macro and nothing happens, no error message or anything just nothing. you could just make it like this: Nothing happens! Help! The point is, its hard to guess at what you're doing wrong when you giv...