It use the program AC Tool (google AC Tool Download, it's the first site) and it's very easy to customize.
1 - Download the GGKiller and make it work
Code:
http://www.elitepvpers.com/forum/9dragons/445872-gameguard-killer-9dragons-acclaim.html
3 - Put this code in the AC Tool
Code:
// 9Dragons Buff Trainer by Fibrasek™ // // This buffer is quite simple. It loops trough N slots you want to use and let's you // set the delay between each cast, and also let's you set the number of repetions // the macro will do. // // It's quite simple to customize the keys. // In the procedure BUFF, to add a skill to the loop, just type Keys X, where X is // the number corresponding to that skill's slot. Then, add a Delay Y, where Y is // the delay to cast the next skill (ex: 10 seconds = 10000, then Delay 10000) // loop X is the number of times the cycle will be made, Loop 10 will repeat the // cycle 10 time. // The logic of the buffer is god damn simple to understand, a few tests and you'll // see how easy is to use :] // // Hope you guys like it! :D // Fibrasek™ //Make the 9Dragons window active SetActiveWindow 9Dragons //DELAYS // Delay=X, where 1000 = 1 second Procedure TARGET Delay 2000 Keys U Delay 2000 End //SKILLS // Keys X, where X = number of the skill slot Procedure BUFF Loop 30 Keys 1 Delay 3000 Keys 2 Delay 1000 Keys 3 Delay 1000 Keys 4 Delay 3000 Keys 5 End End //MEDITATION // P is the shortcut for the meditation Procedure REST Delay 2000 Keys P Delay 2000 End //Starts the macro Loop 10000 Call TARGET Call BUFF Call REST End
5 - Relax and enjoy you buffs being lvl 10 (or 11 xD)
Note: As far as I tested, the window must be active ><
Any questions, just post it.
Enjoy guys! If you liked it, hit thanks :]







