Changes

Jump to navigation Jump to search
→‎Player info & progress: update for 1.6.0 build 24013 (added PLAYER_KILLED_MONSTERS)
Line 355: Line 355:  
| <samp>PLAYER_MONEY_EARNED {{t|player}} {{t|min}} {{o|max}}</samp>
 
| <samp>PLAYER_MONEY_EARNED {{t|player}} {{t|min}} {{o|max}}</samp>
 
| Whether the [[#Target player|specified player(s)]] have earned between {{t|min}} and {{o|max}} (default unlimited) gold inclusively.
 
| Whether the [[#Target player|specified player(s)]] have earned between {{t|min}} and {{o|max}} (default unlimited) gold inclusively.
 +
|-
 +
| <samp>PLAYER_MONSTERS_KILLED {{t|player}} {{t|monster name}}+ {{o|min count}} {{o|max count}}</samp>
 +
| Whether the [[#Target player|specified player(s)]] have killed the given monster(s) between {{o|min count}} (default 1) and {{o|max count}} (default unlimited) times inclusively. If you list multiple monsters, it'll check the combined count for all of them.
 +
 +
For example:
 +
<syntaxhighlight lang="js">
 +
// killed 50+ slimes, skeletons, and bugs combined
 +
PLAYER_KILLED_MONSTERS Current "Green Slime" Skeleton Bug 50
 +
</syntaxhighlight>
 
|-
 
|-
 
| <samp>PLAYER_SHIPPED_BASIC_ITEM {{t|player}} {{t|item ID}} {{o|min count}} {{o|max count}}</samp>
 
| <samp>PLAYER_SHIPPED_BASIC_ITEM {{t|player}} {{t|item ID}} {{o|min count}} {{o|max count}}</samp>
translators
8,439

edits

Navigation menu