MMOMinion
Inventory API Question - Printable Version

+- MMOMinion (https://www.mmominion.com)
+-- Forum: FFXIVMinion (https://www.mmominion.com/forumdisplay.php?fid=87)
+--- Forum: [DOWNLOADS] Addons, Lua Modules, Navigation Meshes.. (https://www.mmominion.com/forumdisplay.php?fid=90)
+---- Forum: I Need Help with LUA coding! (https://www.mmominion.com/forumdisplay.php?fid=104)
+---- Thread: Inventory API Question (/showthread.php?tid=10337)



Inventory API Question - drewlt - 01-05-2015

https://github.com/MINIONBOTS/FFXIVMinion/wiki/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


RE: Inventory API Question - drewlt - 01-17-2015

Thank you!!!