ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/pod/dmcommand_help.pod
(Generate patch)

Comparing deliantra/server/pod/dmcommand_help.pod (file contents):
Revision 1.2 by pippijn, Fri Sep 8 03:08:21 2006 UTC vs.
Revision 1.8 by root, Wed Mar 14 15:42:16 2007 UTC

1=begin comment
2***
3*** WARNING: THIS IS A GENERATED FILE - CHANGES WILL BE LOST
4*** The source for this file is in CFPlus/pod/dmcommand_help.pod
5*** Make any changes there and then run ./copy_doc
6***
7=end comment
8
1=head1 Crossfire+ Dungeon Master Commands 9=head1 Crossfire+ Dungeon Master Commands
2 10
3The following commands are only available to you if you are dungeon 11The following commands are only available to you if you are dungeon
4master, that is, a kind of server administrator with special privileges. 12master, that is, a kind of server administrator with special privileges.
5 13
14 22
15 addexp <player> <how much> 23 addexp <player> <how much>
16 24
17The player must have a skill readied. All experience added in this manner 25The player must have a skill readied. All experience added in this manner
18will go directly to the skill readied. 26will go directly to the skill readied.
27
28=head2 arrest
29
30 arrest <player>
31
32Puts the named player into the nearest cell (corresonding to the region he is in).
19 33
20=head2 banish 34=head2 banish
21 35
22 banish <player> 36 banish <player>
23 37
258C<remove> will, suprisingly enough, remove the object specified by the tag 272C<remove> will, suprisingly enough, remove the object specified by the tag
259supplied. see also: free 273supplied. see also: free
260 274
261=head2 reset 275=head2 reset
262 276
263 reset <mapname> 277 reset
264 278
265All other characters must be off of the map at the time of reset. This 279Temporarily moves off all characters from the current map, then resets it.
266will NOT reset any unique items, such as players apartments, in the case 280This will NOT reset any per-player maps, such as apartments, or remove
267of unique items being on a map, it will cause them to be saved before the 281unique items or items on unique floors. I.e. it works exactly as if the
268map is reset. 282map reached its reset time prematurely.
269
270Using C<reset .> will reset the map that the player is currently on.
271 283
272=head2 server_speed 284=head2 server_speed
273 285
274 server_speed [newspeed] 286 server_speed [newspeed]
275 287
340 wizcast [<on_off>] 352 wizcast [<on_off>]
341 353
342This will enable/disable your ability to cast spells and prayers anywhere 354This will enable/disable your ability to cast spells and prayers anywhere
343as dm. Without argument it toggles between on and off. 355as dm. Without argument it toggles between on and off.
344 356
357=head2 wizlook
358
359 wizlook
360
361This will temporarily increase your area of sight to the maximum. It will
362return to normal when lighting conditions change or when you move.
363
345=head2 wizpass 364=head2 wizpass
346 365
347 wizpass 366 wizpass
348 367
349This will toggle on and off your ability to walk thru walls as dm. 368This will toggle on and off your ability to walk thru walls as dm.
350
351=head1 Authors
352
353Parts of this document were originally taken from the crossfire server
354help files with unknwon authors.
355
356Adapted for use by I<cfplus>, enhanced and corrected by Pippijn van
357Steenhoven and Marc A. Lehmann.
358

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines