Search results

  1. C

    MQ2Melee not working?

    I've recently started playing EQ again and I'm using MQNext but it doesn't appear that MQ2Melee is working. The plugin loads - however if I use any /melee command I see "That is not a valid command. Please use /help" in the everquest main chat window. Is there another command I need to use for...
  2. C

    Are bans still happening?

    I took a break form EQ at the end of last year and I'm itching to come back. Today I've been reading that folks were getting suspended earlier in the year. Is that still happening?
  3. C

    Odd behavior

    I'm experiencing issues today with some scripts that I've been using for awhile. While troubleshooting it seems one sub in one of my include files isn't working as expected. I created a new macro to test the sub in the include file and it's working. The sub should behave or perform the same...
  4. C

    NearestSpawn not working for npc

    I have a script which I've been using for a few weeks. I'm having an issue in the script where it tries to find my next target. I'm using ${NearestSpawn[npc].ID} which is returning the id for a mob for which I don't want to fight. I'm doing ${NearestSpawn[npc].Next.ID} to get the next npc but...