MMOMinion
Question about TableSize - 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: Question about TableSize (/showthread.php?tid=19515)



Question about TableSize - Snow - 08-20-2017

Hey coders. I need help with TableSize. I want to identify if I have more of an amount of certain items in my inventory. In the past
Code:
TableSize(Inventory(itemid="99999") > 5)
was working really well. It doesn't work any more. I need help :-(


RE: Question about TableSize - sebbs - 08-20-2017

check helper.lua in bot folder.
Search for itemcount.


RE: Question about TableSize - Snow - 08-23-2017

(08-20-2017, 09:58 PM)sebbs Wrote:  check helper.lua in bot folder.
Search for itemcount.

Thanks but there's no tablesize used in that function :-(


RE: Question about TableSize - sebbs - 08-24-2017

["ItemCount(20675) >= 1"] = true;