#4
Post
by klassik1 » Mon Feb 13, 2012 3:36 pm
Ah, Blyad gave me some good information.
if you run the RBAssist.xml as your waypoint setup it's a simply a combat assistant waypoint that allows you to target, and move your character manually, but once you have a hostile target MicroMacro then controls your character. basically it just spams keys for you.
So, keep that Code in the same place. and just run RBassist.xml as the waypoint!
I've attached my DIYCE script.
Line 222 & 223 have the timers for Shadowstab & Low Blow, these values can be changed to ensure that energy conservation is maintained during combat (non-burns) and that during burns with Energy Thief active, it will not activate the counter on Low Blow.
Everything is working perfectly (well, as far as I can tell.)
If you want to use it, don't forget you also have to change the Action #'s for the following:
Melee Check (Line 177) (Any skill with a range of 50, Shadowstab, Low Blow, Wound Attack from your hot-bar should be put here for me it's Low Blow)
Yawaka's Blessing (Line 229),
Unbridled Enthusiam (Line 230),
Unknown Choice (Line 235),
Caviar Sandwich (Line 236),
Energy Potion (Line 240),
Strong Stimulant (Line 241),
Extinction Potion (Line 242).
A macro should be made for each one.
/run KillSequence("","0") --- Buffs
/run KillSequence("","1") --- Melee Combat
/run KillSequence("","2") --- Ranged Combat
/run KillSequence("","3") --- Long Cooldowns (Informer, Unknown Choice, Caviar Sandwich)
/run KillSequence("","4") --- Burning Cooldowns (Strong Stimluant etc.)
Enjoy.
-
Attachments
-
- DIYCE.lua
- (10.15 KiB) Downloaded 202 times
-
- CustomFunctions.lua
- (12.97 KiB) Downloaded 231 times
-
- DIYCE.zip
- (5.83 KiB) Downloaded 188 times