• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

Recent content by zathus

  1. Z

    Problem - new error trying to start up mq2

    Do you have any aftermarket Task bar mods for Win 11?
  2. Z

    Contest 🩴SUMMER '23 RAFFLE🐚 Who were the best players you ever knew?

    great SK! I have a few i think where pretty great but as far as a master of his class, i have to agree. Kelefane was pretty awesome
  3. Z

    News - EQ's Expansion 2023 - Laurion's Song Live 12-5-2023 - Patch notes inside

    if this is a water expac i may be taking this one off. EQ cannot do water right.
  4. Z

    Problem - item equipped check before casting macro

    Looks promising! its the Name.Equal that might be just the ticket =) ill give it a go Edit: Yup! that did it. tested with cloak in inventory and cloak in bank. when in bank, does not move to next line in code which is perfect! thank you so much! 2 days messing with this lol
  5. Z

    Problem - item equipped check before casting macro

    when equipped is true=what? thats the issue i am having. what is the marco expression to check if a item is in fact equipped.
  6. Z

    Problem - item equipped check before casting macro

    i am trying to make a macro that will MQ2bandolier a cloak on, cast a spell, then bandolier back on a different cloak after casting. I had it set to do a /delay 8 to give the macro time to put the cloak on, cast and take it off. what i am trying to do is make a delay that waits until the cloak...
  7. Z

    Problem - Macro will cast on everything not just NPCs with Target.Type.Equal[NPC]

    Thats so cool! Opens up all kinds of new activates =)
  8. Z

    Problem - Macro will cast on everything not just NPCs with Target.Type.Equal[NPC]

    You are correct! thank you. changing it to this worked so the "Or" also checks to see if the target is a NPC /if (${Target.Type.Equal[NPC]} && !${Target.MyBuff[${Me.Gem[1].Name}].ID} || ${Target.Type.Equal[NPC]} && ${Target.MyBuff[${Me.Gem[1].Name}].Duration.Seconds}<1) /cast 1 Edit: come to...
  9. Z

    Problem - Macro will cast on everything not just NPCs with Target.Type.Equal[NPC]

    Not sure i understand your question. if i target myself it just keeps going. if i use this macro, it just casts spell 1 no mater what i target #warning #turbo 140 Sub Main :Loop /delay 5s ${Me.SpellReady[1]} /if (${Target.Type.Equal[NPC]} && !${Target.MyBuff[${Me.Gem[1].Name}].ID} ||...
  10. Z

    Problem - Macro will cast on everything not just NPCs with Target.Type.Equal[NPC]

    I am not sure if the code was updated to something else but it used to not cast on PCs at all, now using the following code it just casts no mater what. the issue is if i accidently target myself i end up casting on myself. any advice? /if (${Target.Type.Equal[NPC]} &&...
  11. Z

    Patch - EQ Hotfix May 19, 2023 (if you patch eq you will need to wait for new MQ build)

    I like many others updated with out checking first. pulled a hail marry and checked system restore. my system did a restore point 10 mins before i updated! muhahaha back up and running
  12. Z

    Tech - Slow zoning and High CPU useage

    what thing to make the taskbar not derpy? thats my biggest issue with 11.
  13. Z

    Problem - No one auto bags anything (stuck on cursor) , ghost mouse activity.. windows 11?

    Nope. all on the same PC with 1 monitor. and i have frameliter set at 60fps in the background on all
  14. Z

    Problem - No one auto bags anything (stuck on cursor) , ghost mouse activity.. windows 11?

    I never had this issue before and i think it might be related to windows 11. first, non of my toons will auto bag anything on their cursor. mod rods, pet proc on the necro. it will freeze Kissassist until i highlight that window then it will bag. other thing more weird is i get mouse clicks on...
  15. Z

    Question - Bug in windows mode

    Little late to the party but did this work? i am having this issue and i cant seem to solve it
Back
Top