I pretty much suck at programming and ruthlessly stole the parts of code needed. This is how I figure the macro should look like since the data to param change thingy happened. The if statements below are taken from the rogue macros posted in macro depot, but when I run this I get parse errors and "is not a numeric" blah blah errors.
If anyone would just tell me what is wrong and show me how it should be, I would be ever so happy as manually pushing the flying kick button is slowly killing my left wrist.
Code: Select all
Sub Main
:Mainloop
/newif ${Bool[${Target}]}==1 {
/newif $(Me.Combat)==1 {
/newif $char(ability,"Flying Kick")>0 /doability "Flying kick"
/newif $char(ability,"Disarm")>0 /doability "Disarm
}
}
/goto :Mainloop
/return


