I wound up leaving EQ for what I thought was a temporary break, but never made it back. Cancelled the accounts and haven't even compiled MQ since the initial option to switch to MQData let alone rewriting buffbitch. My apologies to those who did find this script useful, anyone who wishes to update i...
edit: Now I can't even read straight. It's a legitimate bug, wrote it for a toon just standing around in end game guilds where FT is typically max anyway but I can see where mana regen buffs and other things may come in handy. The name uses $searchspawn, when you $searchspawn(pc,yournamehere) you al...
I was planning on modifying the advchant mac to switch instruments automatically when it's about to use a song that uses a diff instrument. I'm a bit lost on how I should go about this. Anyone have any ideas? The reason for this is, I add in an extra 1 minute dot that uses brass instead of percussi...
I play a rogue and AFAIK evade moves you a fixed amount down the hate list. Also, script execution speeds under any value of #turbo you're quibbling over 10ths of seconds if not less honestly. As far as using /if n $char(ability,"hide")>0 /doability "hide" your still going to get...
I ended up just setting a timer for it but would be cool to see this working again. Like I said I went thru several current macros and could not fine where the true -2 variable response was used as a check. Everyone seemed to just go with /doability and I guess hope it was there and ready. I also w...
Yea i was thinking about using the autorogue one I have and just set it to go in at 100 percent and assist the druid, only problem when i target zerker to heal he'll stop attacking. =) but that would be good to stick adn attack.. and just replace backstab with bash or something.. I dunno, I used to...
/varset MainTarget $target(id) ...... /target @MainTarget .......... /if n $target(id)!=@MainTarget /call ResetEvents Grin, posted it right initially: /target id @MainTarget One tidbit about this code, you're going to be hangnig out in the event queue and will be able to take no other actions from ...
why do you have to add a line for each preservation item you have? dont they all follow the same format? Your Sharp Claw Ahlspiess flickers with a pale light. and if so, you just need 1 event to catch them all. #event SpellLanded "flickers with a pale light." Actually his first issue (z-a...
Dozen examples over in the Depot (stick.mac if you want a featured one) that could be hacked up for use. Either that or change your philosophy and macro the druid, for which there's another script already in the depot. Was either advdruid or plbot something or other, shouldn't be hard to find as the...
Use /doevents flush if you might get multiple text triggers to an event but only wish to call it once (or twice, or whatever). A random example (and there are other ways to do this but for illustration's sake) would be triggering an event off your taking damage, say to re-rune, feign, bug out, etc; ...
Got a bit further. #event SpellFaded " has worn off." Sub Main :Loop /doevents /goto :Loop /return Sub Event_SpellFaded /echo SpellFaded: @Param0 /doevents flush /return This works fine and dandy. Is this the right way to do it? Also, Im a bit in doubt what happens, if say, the /doevents ...
anyway to have popup display duration left on disc timer / max duration of disc timer? Deff disc 30 seconds remainig / deff disc 3 minute max The MQ2Timer plugin that koad authored would work really well for this in my estimation, since the event trigger chat is simply: You assume a defensive fight...
This include was written to toss into general macros run by a guilded toon, and to automatically update a MySQL database with the Guild MOTD. As databases are often specific in their implementation, this is something of an informational posting to demonstrate what can be done with the plugin, but I ...
Ah, didn't know what ya wanted specifically. I use code I posted earlier for a MobCount around my toons location, and simply modded the $searchspawn to meet the example you posted. To be honest I haven't played with the loc paramester in $ss but I've seen it discussed here earlier. I only use the al...