Difference between revisions of "zeny"

From OpenKore Wiki
Jump to navigation Jump to search
Line 7: Line 7:
 
  [[lvl]] 10
 
  [[lvl]] 10
 
  '''zeny''' > 5000
 
  '''zeny''' > 5000
  [[monsters]] [[monster name|Poring]]
+
  [[monsters]] [[References#Monster_Names|Poring]]
 
  }
 
  }
  
 
[[Category:Self Condition]]
 
[[Category:Self Condition]]

Revision as of 16:35, 9 February 2013

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
}