cartMaxWeight

From OpenKore Wiki
Revision as of 09:33, 4 July 2019 by 4epT (talk | contribs)
Jump to navigation Jump to search

Parameter from config.txt:

cartMaxWeight [<number>]
If you have a cart and you set Kore to automatically put items in it (see items_control.txt), Kore will stop putting items to your cart if the cart weight is greater than or equal to the specified number.

State Conditions of the automacro eventMacros:

CartMaxWeight
  • Description: Checks the player's cart max weight.
  • Does not support percentages.
Syntax:
CartMaxWeight <Math condition operators>
Example:
CartMaxWeight > 4000
Set variables:
$.CartMaxWeightLast => Saves the last cart max weight that made CartMaxWeight become true