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

MY MAP ISN'T WORKING!!!!!!!!!!!!!

  • Thread starter Thread starter Ccomp5950
  • Start date Start date
C

Ccomp5950

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

Code:
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
/squelch /mapfilter NormalLabels show
/squelch /mapfilter vector 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 www.macroquest2.com 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
/mapfilter NormalLabels show
 

Attachments

Last edited:
This is great - except that it didnt fix my map.

I have a custom UI but I have tried the default as well.

I cant target from the map either - no extra functionality over the basic EQ map.

A friend used to supply me with a compile that the map worked but he quit playing so I am using Redquest but cant get the map to work.
 
Do you have layers 1-3 turned on?

Do you have Base turned on?

Are you zoomed in some? (TSS quit's drawing lines after so many map objects)

if not then Define "Not working"

because after running this, if you have MQ2 up and running and map is up you will have stuff showing up.

If not then give me a freaking screenshot of your map after running the above macro
and a copy of macroquest.ini and mq2map.ini
 
Layers 1-3 on, base on, zoomed all the way out so I will try zoning in when I get home and will post a screenie as well.

Not working means just the basic EQ map. When I run MQ2Map, it looks exactly the same as when MQ2Map is not running - nothing extra - no NPCs, no mobs, no players - only labels that are loaded in the map files, cannot target things from the map, etc.

Will post in a few hours.

Thanks!
 
PM me the above info if you can't figure out how to hide any identifying info (your name, your guild chat)
 
This works for me, except now since i loaded this mac the "zone" lables are no longer there and when im exploring or running through zones That i dont know well I cant find where im going anymore due to this macro.

Is there a /map kind of command that shows the zone lables?
Its very frusterating looking for zones during quest's and not knowing where to go.
 
this is one i use. Wrote it combinging a bunch of other commmands and stuff.


Rich (BB code):
Lazyass.mac



/beep
/popup Close Map!
/pause 1
/popup Close Map!
/pause 1
/popup close Map!
/beep


#turbo
Sub Main

/echo Starting: ${Macro.Name} @ ${Time.Time24}
/delay 1
/plugin mq2map
/squelch /mapfilter all show
/squelch /mapfilter pc show 
/squelch /mapfilter pc color 200 0 200
/squelch /mapfilter group show
/squelch /mapfilter group color 150 0 150
/squelch /mapfilter mount hide
/squelch /mapfilter mount color 100 100 100
/squelch /mapfilter npc show
/squelch /mapfilter npcconcolor show
/squelch /mapfilter untargetable show
/squelch /mapfilter untargetable color 65 65 65
/squelch /mapfilter pet show
/squelch /mapfilter pet color 120 120 125
/squelch /mapfilter corpse show
/squelch /mapfilter corpse color 0 200 0
/squelch /mapfilter chest show
/squelch /mapfilter chest color 200 120 0
/squelch /mapfilter trap show
/squelch /mapfilter trap color 200 120 0
/squelch /mapfilter timer show
/squelch /mapfilter timer color 200 120 0
/squelch /mapfilter ground show
/squelch /mapfilter ground color 200 200 200
/squelch /mapfilter target show
/squelch /mapfilter target color 120 0 150
/squelch /mapfilter targetline show
/squelch /mapfilter targetline color 200 0 0
/squelch /mapfilter targetradius 25
/squelch /mapfilter targetradius color 0 150 50
/squelch /mapfilter targetmelee 0
/squelch /mapfilter targetmelee color 250 120 120
/squelch /mapfilter vector show
/squelch /mapfilter castradius 200
/squelch /mapfilter castradius color 0 200 0
/squelch /mapfilter normallabels show
/squelch /mapfilter menu hide

/plugin mq2rwarp
/plugin mq2piggyzone
/plugin mq2combat
/plugin mq2pax
/plugin mq2linkdb
/plugin mq2zwarp
/plugin mq2allzone
/plugin mq2itemdisplay
/plugin mq2instamem

/echo ${Macro.Name} Complete @ ${Time.Time24}
/squelch /endmacro
/return
 
MY MAP ISN'T WORKING!!!!!!!!!!!!!

Users who are viewing this thread

Back
Top
Cart