Scripts For Admins: Difference between revisions

Content deleted Content added
imported>Kymara
No edit summary
imported>Kymara
add doc for logout player script
Line 24:
 
=== Bet Manager ===
 
This Script summons an NPC who will collect and pay bets at a raid:
; /script BetManager.class accept ''opponent1'' ''opponent2'' ...
Line 60 ⟶ 59:
; /script EntitySearch.class nonrespawn
: Shows the locations of all creatures that don't respawn, for example creatures that were summoned by a GM, deathmatch creatures, etc.
: Sheep and pets are ignored.
 
; /script EntitySearch.class zname <partialZoneName>
Line 69 ⟶ 68:
:lists all npcs and their position
 
=== NPCLogout ShoutPlayer ===
; /script LogoutPlayer.class ''player''
:disconnects a player from the game
 
=== NPC Shout ===
; /script NPCShout.class ''npc'' ''text''
: ''npc'' shouts: ''text''
Line 79 ⟶ 81:
 
=== Where are the Players ===
 
; /script WhereWho.class
: Tells the game master where all the players. This helps to decide whether to do a raid.