Difference between revisions of "MQ2MyButtons" - MMOBugs Wiki

(Fixed typo in /mybtnclk(1-20) that was bnt instead of btn)
(typo in /mybtnshow from bnt to btn)
Line 11: Line 11:
 
==Commands==
 
==Commands==
  
* <span class="highlight2">/mybntshow</span> <on/show or off/hide></span> Hides or shows your button window
+
* <span class="highlight2">/mybtnshow</span> <on/show or off/hide></span> Hides or shows your button window
 
* <span class="highlight2">/reloadini</span> Re-reads your ini entries and attempts to create it if it doesn't exist.
 
* <span class="highlight2">/reloadini</span> Re-reads your ini entries and attempts to create it if it doesn't exist.
 
* <span class="highlight2">/mybtnclk(1-20)</span> Clicks the respective button.
 
* <span class="highlight2">/mybtnclk(1-20)</span> Clicks the respective button.

Revision as of 06:46, 26 October 2019

Plugin Info
Name MQ2MyButtons
Version 1.2
Author TBD
Commands See Below
Uses INI File Yes


Description

MQ2MyButtons is a plugin that adds an EQ like hotbutton system for all your MQ2 related hotkeys.

Commands

  • /mybtnshow <on/show or off/hide> Hides or shows your button window
  • /reloadini Re-reads your ini entries and attempts to create it if it doesn't exist.
  • /mybtnclk(1-20) Clicks the respective button.

Example usage: /mybntclk1

Macro Data

This plugin adds the following TLOs

  • ${MyBntLbl(1-20)} : string Returns a string containing the button's label.

Example usage: /echo ${MyBntLbl1}

Configuration

The plugin holds settings in servername_charactername.ini

Sample Configuration

[MQ2MYButtons_Buttons]
MyButtonLabel_1=Dismnt
MyButtonCommand_1=/dismount

MyButtonLabel_2=Loot
MyButtonCommand_2=/mac loot

MyButtonLabel_3= Test3
MyButtonCommand_3=/echo test button 3

MyButtonLabel_4= Test4
MyButtonCommand_4=/echo test button 4

MyButtonLabel_5= Test5
MyButtonCommand_5=/echo test button 5

MyButtonLabel_6= Test6
MyButtonCommand_6=/echo test button 6

MyButtonLabel_7= Test7
MyButtonCommand_7=/echo test button 7

MyButtonLabel_8= Test8
MyButtonCommand_8=/echo test button 8

MyButtonLabel_9= Test9
MyButtonCommand_9=/echo test button 9

MyButtonLabel_10= Test10
MyButtonCommand_10=/i say buff "Burnout V" on ${Target.Name}

[MQ2MyButtons]
Top=495
Left=984
Bottom=615
Right=1349
Locked=0
WindowTitle=MQ Buttons
Fades=1
Delay=2000
Duration=500
Alpha=255
FadeToAlpha=255
BGType=1
BGTint.red=255
BGTint.green=255
BGTint.blue=255
ShowWindow=1

Availability

This plugin is included with the MMOBugs Compile.