Difference between revisions of "zeny"

From OpenKore Wiki
Jump to navigation Jump to search
(Created page with '; zeny <range> : Activates the block when the character's quantity of zeny is is within the specified range. '''Note.''' Numbers must be without c…')
(No difference)

Revision as of 02:04, 20 April 2010

zeny <range>
Activates the block when the character's quantity of zeny is is within the specified range.

Note. Numbers must be without comas (,).

Example

attackSkillSlot Throw Zeny {
	lvl 10
	zeny > 5000
	monsters Poring
}
  • Use Throw Zeny level 10 at Porings if quantity of zeny is greater than 5000.