Minor bug in WoW macro generator
I'm making a generic 2-10 invite macro, with an automatic convert to raid.
Gives an error "- Invalid Conditions -" on the preview page (because of line #2), but
Works correctly.
PS I haven't actually tried this in-game
PPS Edit to fix order, works in-game

- Code:
!if ("slot 1" and character is not "slot 1") /invite {SLOT1}
!if ("slot 2" and character is not "slot 2") /invite {SLOT2}
!if ("slot 6") /script ConvertToRaid()
!if ("slot 3" and character is not "slot 3") /invite {SLOT3}
!if ("slot 4" and character is not "slot 4") /invite {SLOT4}
!if ("slot 5" and character is not "slot 5") /invite {SLOT5}
!if ("slot 6" and character is not "slot 6") /invite {SLOT6}
!if ("slot 7" and character is not "slot 7") /invite {SLOT7}
!if ("slot 8" and character is not "slot 8") /invite {SLOT8}
!if ("slot 9" and character is not "slot 9") /invite {SLOT9}
!if ("slot 10" and character is not "slot 10") /invite {SLOT10}
Gives an error "- Invalid Conditions -" on the preview page (because of line #2), but
- Code:
!if ("slot 1" and character is not "slot 1") /invite {SLOT1}
!if ("slot 2" and character is not "slot 2") /invite {SLOT2}
!if ("slot 6") /script ConvertToRaid()
!if ("slot 3" and character is not "slot 3") /invite {SLOT3}
!if ("slot 4" and character is not "slot 4") /invite {SLOT4}
!if ("slot 5" and character is not "slot 5") /invite {SLOT5}
!if ("slot 6" and character is not "slot 6") /invite {SLOT6}
!if ("slot 7" and character is not "slot 7") /invite {SLOT7}
!if ("slot 8" and character is not "slot 8") /invite {SLOT8}
!if ("slot 9" and character is not "slot 9") /invite {SLOT9}
!if ("slot 10" and character is not "slot 10") /invite {SLOT10}
Works correctly.
PS I haven't actually tried this in-game

PPS Edit to fix order, works in-game


Last edited by tanker on Tue Jul 10, 2012 10:48 pm, edited 1 time in total.