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…')
 
m
Line 1: Line 1:
; zeny <[[References#Range_Operators|range]]>
+
; zeny <[[range]]>
: Activates the block when the character's quantity of zeny is is within the specified range.
+
: Only use the block if the character's quantity of zeny matches the specified range.
 
 
'''Note.''' Numbers must be without comas (,).
 
  
 
== Example ==
 
== Example ==
  attackSkillSlot Throw Zeny {
+
Use [http://irowiki.org/wiki/Throw_Coins Throw Coins] level 10 at Porings if quantity of zeny is greater than 5000:
  lvl 10
+
  [[attackSkillSlot]] [[skill name|NJ_ZENYNAGE]] {
  zeny > 5000
+
  [[lvl]] 10
  monsters Poring
+
  '''zeny''' > 5000
 +
  [[monsters]] [[monster name|Poring]]
 
  }
 
  }
 
* Use Throw Zeny level 10 at Porings if quantity of zeny is greater than 5000.
 
  
 
[[Category:Self Condition]]
 
[[Category:Self Condition]]

Revision as of 11:54, 17 August 2012

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
}