/echo end of healgroup sub marker, someone fell through the cracks if your reading this in game I always get spammed with this when I use the macro. If someone besides the tank is not full HP, but not low enough to heal them, then the macro spams me with this and switches target between tank and th...
I am trying to check if I have Selo's Accelerating Chorus on me or not. Everything I try returns NULL. What can I use to check it? I have tried: ${Me.Buff[Selo's Accelerating Chorus].ID} ${Me.Song[Selo's Accelerating Chorus].ID} but they both return null when I have the buff up. It is a song, but it...
Hi, I am currently using this macro and in downtime I only sing 1 song, but the macro turns the song on and off. Would it be possible to fix this so that if its only playing one song, it would play that song without starting/stopping it? |AutoBard 2.0l 5-1-2004 |-------------------------------------...
Would it be possible fix this so that if you are only playing 1 song, it does not start and stop it? It will just play that one song without interruption. I tried to do it myself, but failed.
Yes El, I pointed that out. The reason I chose a macro over a hotkey, is so if you dont have a target, it wont say "Incoming <<< Target >>> Level NULL NULL"
Yes, that would be really simple. But, why would you want this? It should show that you are using MQ...but here it goes. |Incoming.mac |Note: Please dont use this unless you want it to be obvious that you are |using MQ Sub main /if (!${Target.ID}) { /echo Please select a target and try again. /endma...
Ah I see what you mean. And this fixed the counter problem. #event create "#*#I'll give you #1# platinum#*#for the #2#.'" #event create "#*#I'll give you #1# platinum#*#per #2#" Sub main /declare File string outer /declare Counter [color=cyan]int[/color] outer /varset File items....
I am trying to write a macro that will make an ini file with all the items and the prices that merchants will give to me. (Well not all the items, but all the items that I sell). My ini looks like [names] val1=Words of crap val2=sword of uberness [prices] val1=1000 |set price for 1p val2=25000 |set ...