MMOMinion

Full Version: maps gathering stopped working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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))
found it thanks drewit!