MMOMinion

Full Version: Inventory API Question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
https://github.com/MINIONBOTS/FFXIVMinio.../Inventory

When calling Inventory() can I request multiple types or categories?
I've tried Inventory(type=1,type=2)
or Inventory(type=1,2)
or Inventory(type=1 or type=2)
but it always seem to return types 0,1,2,3,1000 (not anything above 1000)

OR do a NOT EQUALS (type~=3) - doesn't seem to work either

I can work around it but sure would be nice.

Also, TYPE 2004 is Key items (probably just the first bag) - pulled this out of existing mmominion lua code - OK if I update wiki?

Finally, if Player:SetSpeed() is no longer working or supported can I remove it from the wiki?
https://github.com/MINIONBOTS/FFXIVMinion/wiki/Player
http://www.mmominion.com/Thread-Speed-Hack-working

Sorry, multiple questions, one thread.

Thanks
-Andrew
Thank you!!!