${Me.Casting.ID} can still return false even in the middle of a Twist. It happens once every cycle with a 3 song twist. It can happen in a 4 song cycle if you have low latency or if one of the songs lasts longer than 3 ticks (like the 150s Selo's). It can happen in the 8 song twist as well (missed notes). The /twist commands may fire even if the preceding /twist stop do not.
We also need to know how and when Sub Song is called and also how and when your bard's attack is turned on. Each affects the logic flow.
We also need to know how and when Sub Song is called and also how and when your bard's attack is turned on. Each affects the logic flow.
Fri Jan 11, 2013 11:47 pm
Senior Project Member
This seems to work, although like you said sometimes it want turn on the CMBT_SONGS, have to turn on attack on and off. Twisting is a bit weird too, if I used a hotkey like /bct BardName ///twist 1 2 3 4 8 9 lets say all the songs work, but if I run the macro an average of 5 songs are on at all times. The bard does have all singing aa. They are all 3 second songs, wish they cast faster. I put in Me.Buff to detect if buffs are missing and prevent going ld because the macro is trying to spam /twist stop in other subs.
For now assists are mapkeyed and use EQ macros from the hotbar. I been doing this a very short time, trying to improve it on the fly. Thanks again.
Oh Song List:
Harmony of Sound - 3 sec - Debuff
Slayer's Destiny Rk. II - 3 sec - Song
Minstrel's Guard Rk. II - 3 sec - Song
Vulka's Chant of Flame - 3 sec - Debuff / Dot
Cantata of Hope Rk. II - 3 sec - Song
War March of Chaos - 3 sec - Song
If possible I would like to use 2 more 3 sec Debuffs, but the way it is working now don't think I can.
I use /call cast item, because it was one of the first click item commands I learned. It seems to work, I have attempted food switching and mouse clicking, it works on my non singing toons, but o the bard it does not. It may need a longer delay?
Wonder if this may be improved. Thanks!
For now assists are mapkeyed and use EQ macros from the hotbar. I been doing this a very short time, trying to improve it on the fly. Thanks again.
Oh Song List:
Harmony of Sound - 3 sec - Debuff
Slayer's Destiny Rk. II - 3 sec - Song
Minstrel's Guard Rk. II - 3 sec - Song
Vulka's Chant of Flame - 3 sec - Debuff / Dot
Cantata of Hope Rk. II - 3 sec - Song
War March of Chaos - 3 sec - Song
If possible I would like to use 2 more 3 sec Debuffs, but the way it is working now don't think I can.
I use /call cast item, because it was one of the first click item commands I learned. It seems to work, I have attempted food switching and mouse clicking, it works on my non singing toons, but o the bard it does not. It may need a longer delay?
Macro
Wonder if this may be improved. Thanks!
Sat Jan 12, 2013 1:02 am
Hiya,
i have a question about /bca command:
Other toons target me:
/bca //target ID ${Me.ID}
Other toons target my target:
/bca //target ID ${Target.ID}
But is there any way to command other toons (more than one toon) to target themself ?
i have a question about /bca command:
Other toons target me:
/bca //target ID ${Me.ID}
Other toons target my target:
/bca //target ID ${Target.ID}
But is there any way to command other toons (more than one toon) to target themself ?
Fri Jan 17, 2014 3:34 am
Try /noparse /bca //target ID ${Me.ID}
That should in theory keep the Variable from parsing on the senders client, so the receiver gets the me variable as written and then parses it himself
That should in theory keep the Variable from parsing on the senders client, so the receiver gets the me variable as written and then parses it himself
Fri Jan 17, 2014 8:03 am
Project Lead
Another way (not as good, just showing alternatives):
/bca //targetclear
/bca //keypress F1
or something like that. There are in client commands to do that action. MQ2/netbots can send the proper keystrokes.
/bca //targetclear
/bca //keypress F1
or something like that. There are in client commands to do that action. MQ2/netbots can send the proper keystrokes.
Sat Jan 18, 2014 1:52 am
Senior Project Member
Maudigan is correct. Use /noparse and they will target themselves.
Keep in mind you don't always need to target depending on what you are doing.
ie /cast, /casting, stick
Keep in mind you don't always need to target depending on what you are doing.
ie /cast, /casting, stick
Sun Jan 19, 2014 3:28 am
Listen to This Guy