zeny

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

Self Condition from config.txt:

zeny <range>
Only use the block if the character's quantity of zeny matches the specified range.
Example:

Use Throw Coins level 10 at Porings if quantity of zeny is greater than 5000:

attackSkillSlot NJ_ZENYNAGE {
	lvl 10
	zeny > 5000
	monsters Poring
}

State Conditions of the automacro eventMacros:

Zeny
  • Description: Checks the player current zeny.
  • Does not support percentages.
Syntax:
Zeny <Math condition operators>
Example:
Zeny > 500000
Set variables:
$.ZenyLast => Saves the last zeny amount that made Zeny become true