Restore Map Scale
Palonblade opened this issue ยท 6 comments
This is not really an issue but a question as it seems the boards on WowInterface are not that active. Is there a command that can be used in macros to restore map scale?
Yes, I realize that, what I was looking for was code so I can force it to do so when I log in. I have issues with Alts like the Pally, DK and Rogue with the map constantly being zoomed in when I log in.
/script Nx.Map:GetMap(1).Scale = 1
I'm already doing that :) it would be nice if we didn't have to, but trying to support 2 different styles of map drawing at once is a little difficult, and the old style instance drawing going on in the background for order halls is drawing at a very tiny scale :( so when you logout and back in it's using that last scale.
or if you want to use the saved scale, /script Nx.Map:GetMap(1):Menu_OnScaleRestore()