Scripts For Admins: Difference between revisions
Content deleted Content added
imported>AntumDeluge →Parameters Key: add info about ellipss |
imported>AntumDeluge →Scripts and Parameters: clean up parameters |
||
Line 56:
; /script BetManager.class ''accept <opponent1> <opponent2> [...]''
: Description:
:: Summons the NPC and let it accept bets on ''<opponent1>'', ''<opponent2>'', ...
: Parameters:
:: All parameters are names of players.
Line 84:
; /script EntitySearch.class ''cname <creatureName>''
: Description:
:: Show the number of the specified ''<creatureName>'' respawn points for each zone. Zones with zero are not shown
: Parameters:
:: '''creatureName:''' Name of target creature.
Line 94:
; /script EntitySearch.class zname ''<partialZoneName>''
: Description:
:: Shows all zone names that contain ''<partialZoneName>'' and shows all the creature respawn points in each of those zones.
: Parameters:
:: '''partialZoneName:''' Name of target zone.
Line 123:
=== NPC Shout to one Zone ===
; /script NPCShoutZone.class ''<npc> { <zone> | - } <text>''
: Description:
:: Send a notification to all players in a specific zone using an NPC name.
Line 158:
=== Alter Quest State ===
; /script AlterQuest.class ''<player> <questid> [<state>]''
: Description:
:: Manipulates the quest state of a player.
Line 178:
=== Drop Player Items ===
; /script DropPlayerItems.class ''<player> [<amount>] <item>''
: Description:
:: Drop the specified amount of items from the player if they are equipped in the bag or body.
| |||