Can anyone tell me how to add more alerts?
It seems that currently only alerts0-9 are availiable, and i woul dlike to add more for Mobtracking, at least assuming its not overly complicated/huge resourcehogger.
thanks
/afk
Moderator: MacroQuest Developers

Code: Select all
/Alert add 1 npc mob1
/Alert add 1 npc mob2
/Alert add 1 npc mob3
/Alert add 2 npc mob4
/Alert add 2 npc mob5
/alert add 2 npc mob6The tracker macro he uses reads the ini and adds each to a list of it's own. I think it was done this way so that it can figure out exactly what mob is up and give the info line for that mob from the ini.ap50 wrote:Why would you want more than 10 types of mobs.
Each of the 0-9 can contain lots of mobs, not just 1.
So if you wanted to prioritise mob1 mob2 and mob3 as your preferred choce of mob, but are prepared to handle mob4, mob5 and mob6 if there's none of 1,2 or 3 up you would put the first 3 in one list, the next 3 in another.
eg/alert list 1Code: Select all
/Alert add 1 npc mob1 /Alert add 1 npc mob2 /Alert add 1 npc mob3 /Alert add 2 npc mob4 /Alert add 2 npc mob5 /alert add 2 npc mob6
would show mobs 1 to 3, whereas
/alert list 2
would show mobs 4 thru 6.
