Scripts For Admins: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
imported>AntumDeluge
General Info: add key to explain parameter syntax
imported>AntumDeluge
Scripts and Parameters: organize player management scripts
Line 37: Line 37:
; /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 ===
; /script AlterQuest.class ''player'' ''questname'' ''state''
: Manipulates the quest state of a player. Omit ''state'' to remove the quest.


=== Bet Manager ===
=== Bet Manager ===
Line 109: Line 92:


== Player Management ==
== Player Management ==

=== Alter Player Loot Count ===

Intended for testing purposes.

; /script AlterLoot.class ''<player> <count> <item>''
: Description:
:: Alters number of loots a player has for an item.
: Parameters:
:: '''player:''' Name of target player.
:: '''count:''' Amount to set.
:: '''item:''' Name of item.

; /script AlterLoot.class !help
: Description:
:: Shows help information.

=== Alter Quest State ===

; /script AlterQuest.class ''<player> <questid> [state]''
: Description:
:: Manipulates the quest state of a player.
: Parameters:
:: '''player:''' Name of target player.
:: '''questid:''' Quest string identifier.
:: '''state:''' ''(optional)'' String state to set quest. If omitted, quest will be removed from player.


=== Deep Inspect ===
=== Deep Inspect ===