cartMaxWeight
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