• 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 --->

Question - MY MAP ISN'T WORKING!!!!!!!!!!!!! (1 Viewer)

Status
Not open for further replies.
C

Ccomp5950

Use this macro (or download the .mac I attached for convenience purposes)

INI:
Sub Main
/echo Checking if MQ2Map is even loaded
/if (!${Plugin[MQ2Map].Name.Equal[mq2map]}) {
    /squelch /plugin MQ2Map
    /echo Loaded MQ2Map
}
/squelch /mapfilter all show
/squelch /mapfilter npc show
/squelch /mapfilter npcconcolor show
/squelch /mapfilter corpse show
/squelch /mapfilter pc show
/squelch /mapfilter target show
/squelch /mapfilter targetline show
/echo Mapfilter is now set properly
/echo ================================
/echo to fix this in the future copy over your:
/echo Macroquest.ini
/echo MQ2chat.ini
/echo MQ2Map.ini
/echo and generally any INI that isn't docrack.ini
/delay 5s
/echo all other questions can be answered at the macroquest wiki
/echo [URL="http://www.macroquest2.com"]www.macroquest2.com[/URL] click on wiki and enjoy
/echo or browse the "Existing HTML manual"
/return


Or if you prefer to do it by hand:

/mapfilter all show
/mapfilter npc show
/mapfilter npcconcolor show
/mapfilter corpse show
/mapfilter pc show
/mapfilter target show
/mapfilter targetline show
 

Attachments

  • mapset.mac
    824 bytes · Views: 90
Last edited by a moderator:
Question - MY MAP ISN'T WORKING!!!!!!!!!!!!!
Status
Not open for further replies.

Users who are viewing this thread

Back
Top