cartMaxWeight: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Conversion script moved page CartMaxWeight to cartMaxWeight: Converting page titles to lowercase) |
(No difference)
|
Revision as of 22:34, 26 April 2021
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