vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 MonkeyQuest Slash commands:
2  
3 /mquest help [<command>]
4 Shows help. Optional parameter of any other command.
5 e.g. /mquest help reset
6  
7 /mquest reset
8 Resets all settings to the default
9  
10 /mquest open
11 Opens the main frame
12  
13 /mquest close
14 Closes the main frame
15  
16 /mquest showhidden
17 Displays the collapsed quest headers and hidden quests
18  
19 /mquest hidehidden
20 Hides the collapsed quest headers and hidden quests
21  
22 /mquest useoverviews
23 Use quest overviews for quests without objectives
24  
25 /mquest nooverviews
26 Don't use quest overviews for quests without objectives
27  
28 /mquest tipanchor=<anchor position>
29 Set the anchor point of the tooltip to any of the following:
30 ANCHOR_TOPLEFT
31 ANCHOR_TOPRIGHT
32 ANCHOR_TOP
33 ANCHOR_LEFT
34 ANCHOR_RIGHT
35 ANCHOR_BOTTOMLEFT
36 ANCHOR_BOTTOMRIGHT
37 ANCHOR_BOTTOM
38 ANCHOR_CURSOR
39 DEFAULT (for the default gametooltip position)
40 NONE
41  
42 /mquest alpha=<0 - 255>
43 Sets the backdrop alpha to the specified value
44  
45 /mquest width=<200-600>
46 Sets the width to the specified value, the default is 255.
47  
48 /mquest hideheaders
49 Hides the displaying of ANY quest area headers in the MonkeyQuest frame.
50  
51 /mquest showheaders
52 Allows the displaying of quest area headers in the MonkeyQuest frame.
53 Note: see 'showhidden' and 'hidehidden' for additional rules.
54  
55 /mquest hideborder
56 Hides the MonkeyQuest frame border.
57  
58 /mquest showborder
59 Hides the MonkeyQuest frame border.
60  
61 /mquest growup
62 Makes the main frame expand upwards.
63  
64 /mquest growdown
65 Makes the main frame expand downwards.
66  
67 /mquest shownumquests
68 Shows the number of quests you have out of 20 next to the title.
69  
70 /mquest hidenumquests
71 Hide the number of quests you have out of 20.
72  
73 /mquest lock
74 Locks the MonkeyQuest frame in place.
75  
76 /mquest unlock
77 Un-Locks the MonkeyQuest frame.
78  
79 /mquest colourtitleon
80 Uses the difficulty to colour the entier quest title.
81  
82 /mquest colourtitleoff
83 Doesn't colour the entire quest title by difficulty.
84  
85 /mquest hidecompletedquests
86 Hides completed quests.
87  
88 /mquest showcompletedquests
89 Shows completed quests.
90  
91 /mquest hidecompletedobjectives
92 Hides completed objectives.
93  
94 /mquest showcompletedobjectives
95 Shows completed objectives.
96  
97 /mquest fontheight=<8-48>
98 Sets the font height to the specified value, the default is 12.
99  
100 /mquest showtooltipobjectives
101 Shows objectives inside tooltips.
102  
103 /mquest hidetooltipobjectives
104 Hides objectives inside tooltips.
105  
106 /mquest allowrightclick
107 Allows right-click to open MonkeyBuddy.
108  
109 /mquest disallowrightclick
110 Disallows right-click from opening MonkeyBuddy.
111  
112 /mquest hidetitlebuttons
113 Hides the title buttons.
114  
115 /mquest showtitlebuttons
116 Shows the title buttons.
117  
118 /mquest hidetitle
119 Hides the title "MonkeyQuest" text.
120  
121 /mquest showtitle
122 Shows the title "MonkeyQuest" text.