Template:InCartID

From OpenKore Wiki
Revision as of 10:13, 4 July 2019 by 4epT (talk | contribs) (Created page with " <noinclude>This template describes the '''InCartID''' state Conditions of the automacro eventMacros.</noinclude> ;InCartID :* Description: Checks if the...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
This template describes the InCartID state Conditions of the automacro eventMacros.
InCartID
  • Description: Checks if the player has a certain quantity of an item in the cart, uses item ID.
  • Does not support percentages.
Syntax:
InCartID <item ID> <Math condition operators>
Example:
InCartID 507 100..500
Set variables:
$.InCartIDLast => Saves the ID of the last item that made InCartID become true
$.InCartIDLastAmount => Saves the amount in cart of the last item that made InCartID become true