Difference between revisions of "zeny"

From OpenKore Wiki
Jump to navigation Jump to search
Line 1: Line 1:
; zeny <[[range]]>
+
; zeny <[[References#Range_Operators|range]]>
 
: Only use the block if the character's quantity of zeny matches the specified range.
 
: Only use the block if the character's quantity of zeny matches the specified range.
  

Revision as of 21:51, 23 January 2017

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
}