Hi all, As requested by JacksonML I will be making a tutorial on how to add buttons to your macro in a few easy steps. These are very practical and easy to use; they also enhance your Macro experience. 1. Log into a server and hit your Macro Activate key. (NOT shift + activate, just the activate alone) This should take you to this screen: 2. Click the first button in the lower right labeled "GUI Editor" 3. Right click on the "+" button and left click on "Add Button": 4. Place the button wherever you please by left clicking. You can edit the Buttons name by right clicking on it once you have placed it. 5. Now for the most important step, give it something to do: Once the button is placed; left click on it and should open up a key binding page. From here it is just simple Macro exercises. AKA: to put a message into trade chat you will enter: Code: /ch qm tr Buying Netherstars for $350! Pm me (Note: You must include the "qm" in your keybind to put text into chat or else it will not work) Or to run a file you have created enter Code: $$<filename.txt> And there are always little hints on this page if you get stuck on making your Macro work most efficiently. To access the button the button you made, simple hit your Macro activate key and if you did it correctly, it should be waiting for you. If you did it correctly it should appear as mine does in the first screenshot.
Oh so for the binding you put the txt file syntax? Oh ok. Thanks for the tutorial I'll be sure to try it out this weekend!