C
Ccomp5950
Use this macro (or download the .mac I attached for convenience purposes)
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
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
Last edited by a moderator: