Difference between revisions of "zeny"

From OpenKore Wiki
Jump to navigation Jump to search
m
Line 4: Line 4:
 
== Example ==
 
== Example ==
 
Use [http://irowiki.org/wiki/Throw_Coins Throw Coins] level 10 at Porings if quantity of zeny is greater than 5000:
 
Use [http://irowiki.org/wiki/Throw_Coins Throw Coins] level 10 at Porings if quantity of zeny is greater than 5000:
  [[attackSkillSlot]] [[skill name|NJ_ZENYNAGE]] {
+
  [[attackSkillSlot]] [[References#Skill_Names|NJ_ZENYNAGE]] {
 
  [[lvl]] 10
 
  [[lvl]] 10
 
  '''zeny''' > 5000
 
  '''zeny''' > 5000

Revision as of 15:56, 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
}