alot of time when i'm searching quest it will give coordinates for example 33.62 how do you find them in the game and where to you get it so it shows up on your screen..
thanks...
There are several mods you can get. CT Map mod, cartographer and others. Go to Curse-gaming and do a search. You will find one that suits your needs.
A way to check coords without an addon is by typing this in chat
/script SetMapToCurrentZone() local x,y=GetPlayerMapPosition("player") DEFAULT_CHAT_FRAME:AddMessage(format("%s, %s: %.1f, %.1f",GetZoneText(),GetSubZoneText(),x*100,y*100))