Scripts For Admins: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>Hendrik Brummermann →On a localhost server: scripts work out of the box, both in Eclipse and the server binary download |
imported>AntumDeluge →Alter Player Loot Count: add script instructions |
||
| Line 22: | Line 22: | ||
; /script AdminSign.class del ''signnumber'' |
; /script AdminSign.class del ''signnumber'' |
||
: Removes the sign with that number (see list) |
: Removes the sign with that number (see list) |
||
=== Alter Player Loot Count === |
|||
Intended for testing purposes. |
|||
; /script AlterLoot.class <player> <count> <item> |
|||
: Alters number of loots a player has for an item. |
|||
: '''player:''' Player name. |
|||
: '''count:''' Amount to set. |
|||
: '''item:''' Name of item. |
|||
; /script AlterLoot.class !help |
|||
: Shows help information. |
|||
=== Alter Quest State === |
=== Alter Quest State === |
||