Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋
A TLP without truebox has thawed (Very Vanilla ready)
There is no easy way to make the change. But I have been looking at the difference in the EMU and live servers. In the future I am thinking about making some changes to the KissAssist macro so that you can define some things differently. Like have it so you can change what class is a maz class...
If anything is showing up on Xtarget then the macro will not pull, because it thinks the puller has aggro. From what you mentioned there are corpses showing up on the Xtarget. Need to figure out what is causing the corpses to assigned to the xtarget. Another thing you can check is when the macro...
Okay. After a little digging I see where PullWith gets set to Ranged, but that is intended. The check that is being triggered is if PullWith is equal to Ranged and Me.RangedReady. The problem is that Me.RangedReady is returning False and not True like it should be.
When the macro first launches...
Then there is something else causing the issue. No changes were made to the macro recently so I would look elsewhere, but in the meantime just change the PullWith= to the actual name of the Ranged and/or Ammo item name(s). I will do some testing and see if I can duplicate the problem.
Try replacing this: PullWith=${InvSlot[Ranged].Item.Name}|${InvSlot[Ammo].Item.Name}
With This: PullWith=${Me.Inventory[ranged].Name}|${Me.Inventory[ammo].Name}
Could be InvSlot has changed. I know they depreciated InvSlot a long time ago.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.