zeny: Difference between revisions
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…') |
mNo edit summary |
||
Line 1: | Line 1: | ||
; zeny <[[ | ; zeny <[[range]]> | ||
: | : Only use the block if the character's quantity of zeny matches the specified range. | ||
== Example == | == Example == | ||
attackSkillSlot | 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]] | |||
} | } | ||
[[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 }