MMOMinion
maps gathering stopped working - Printable Version

+- MMOMinion (https://www.mmominion.com)
+-- Forum: FFXIVMinion (https://www.mmominion.com/forumdisplay.php?fid=87)
+--- Forum: Support - English, Deutsch, 中文 (https://www.mmominion.com/forumdisplay.php?fid=92)
+---- Forum: English Support & Questions (https://www.mmominion.com/forumdisplay.php?fid=93)
+---- Thread: maps gathering stopped working (/showthread.php?tid=12821)



maps gathering stopped working - jetlith - 07-14-2015

it was working yesterday or the day before, but seems not to again. This was a timeworn archaeoskin map that it ignored. I have gather maps set to any.

thanks


RE: maps gathering stopped working - drewlt - 07-17-2015

The code needs to be updated for the new maps

Find IsMap function and update:

Code:
return ((itemid >= 6687 and itemid <= 6692) or
        (itemid == 7884 or itemid == 8156 or itemid == 9900) or
        (itemid >= 12441 and itemid <= 12443) or
        (itemid >= 12241 and itemid <= 12242))



RE: maps gathering stopped working - jetlith - 07-17-2015

found it thanks drewit!