zeny

From OpenKore Wiki
Revision as of 21:51, 23 January 2017 by Lututui99 (talk | contribs)
Jump to navigation Jump to search
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
}