Thread Tools Display Modes
07-23-16, 08:01 PM   #1
Lazare
An Aku'mai Servant
 
Lazare's Avatar
AddOn Author - Click to view addons
Join Date: May 2008
Posts: 36
Opening the World Map with Quest pane closed

The subject pretty much says it. Trying to find lua that would Open the World Map with Quest pane closed. i.e. Just open the world map itself, not the quest pane. Tried all the major sites along with Google and my lua books, but don't seem to be able to find it.

Ant help would be greatly appreciated.


Cheers,
Lazare
__________________
"There's no such thing as too many addons."
Lothaer

My Authored Addons
HOME OF THE FREE, BECAUSE OF THE BRAVE
 
07-23-16, 08:39 PM   #2
syncrow
A Flamescale Wyrmkin
 
syncrow's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 149
Lua Code:
  1. /run QuestMapFrame_Close(); ToggleFrame(WorldMapFrame);
__________________
 
07-23-16, 08:48 PM   #3
Lazare
An Aku'mai Servant
 
Lazare's Avatar
AddOn Author - Click to view addons
Join Date: May 2008
Posts: 36
Originally Posted by syncrow View Post
Lua Code:
  1. /run QuestMapFrame_Close(); ToggleFrame(WorldMapFrame);
Thank you for the quick response, but I asked how you do it in Lua so that I may insert it into my addon.


Cheers!
__________________
"There's no such thing as too many addons."
Lothaer

My Authored Addons
HOME OF THE FREE, BECAUSE OF THE BRAVE
 
07-24-16, 06:15 AM   #4
Vrul
A Scalebane Royal Guard
 
Vrul's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2007
Posts: 404
The /run command does just that and runs Lua code. So if you want to run that code in an addon drop the /run and keep the rest.
 
07-24-16, 08:55 PM   #5
Lazare
An Aku'mai Servant
 
Lazare's Avatar
AddOn Author - Click to view addons
Join Date: May 2008
Posts: 36
Thank you very much!
Cheers!
__________________
"There's no such thing as too many addons."
Lothaer

My Authored Addons
HOME OF THE FREE, BECAUSE OF THE BRAVE
 
 

WoWInterface » Site Forums » Archived Beta Forums » Legion Beta archived threads » Opening the World Map with Quest pane closed

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off