zeny

From OpenKore Wiki
Revision as of 02:04, 20 April 2010 by Mushrom (talk | contribs) (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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.