cartMaxWeight: Difference between revisions
Jump to navigation
Jump to search
(Created page with '; 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 ca…') |
No edit summary |
||
Line 1: | Line 1: | ||
== Parameter from [[config.txt]]: == | |||
; cartMaxWeight [<number>] | ; 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. | : 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. | ||
== [[EventMacro#State|State Conditions]] of the automacro eventMacros: == | |||
{{Template:CartMaxWeight}} | |||
[[Category:EventMacro_Automacros]] | |||
[[Category:EventMacro_Conditions_State]] | |||
[[Category:config.txt]] | [[Category:config.txt]] |
Revision as of 09:33, 4 July 2019
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