Difference between revisions of "cartMaxWeight"

From OpenKore Wiki
Jump to navigation Jump to search
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
== Parameter from [[config.txt]]: ==
+
== Parameter from [[:Category:config.txt|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.

Latest revision as of 01:42, 27 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