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.5 by root, Wed Nov 8 00:42:28 2006 UTC vs.
Revision 1.9 by root, Thu Jun 21 22:30:15 2007 UTC

1=begin comment 1=begin comment
2
3*** 2***
4*** WARNING: 3*** WARNING: THIS IS A GENERATED FILE - CHANGES WILL BE LOST
5*** This file resides in both CFPlus/pod/ and server/pod/ 4*** The source for this file is in CFPlus/pod/dmcommand_help.pod
6*** Only ever edit the version in CFPlus/pod/ and run 5*** Make any changes there and then run ./copy_doc
7*** ./copy_pod inside server/pod/ to update that copy.
8*** 6***
7=end comment
9 8
10=end
11
12=head1 Crossfire+ Dungeon Master Commands 9=head1 Crossfire TRT Dungeon Master Commands
13 10
14The following commands are only available to you if you are dungeon 11The following commands are only available to you if you are dungeon
15master, that is, a kind of server administrator with special privileges. 12master, that is, a kind of server administrator with special privileges.
16 13
17=head2 abil 14=head2 abil
25 22
26 addexp <player> <how much> 23 addexp <player> <how much>
27 24
28The 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
29will 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).
30 33
31=head2 banish 34=head2 banish
32 35
33 banish <player> 36 banish <player>
34 37
199 202
200 nodm or nowiz 203 nodm or nowiz
201 204
202Both of these commands will return you to normal player status. 205Both of these commands will return you to normal player status.
203 206
207=head2 observe
208
209 observe <playername>
210
211Observes the given object (currently players only). This means that the
212map and stats of the observed object will be displayed instead of ones
213own map and stats. Using observe without argument will switch bakc to
214displaying your own map and stats.
215
204=head2 overlay_save 216=head2 overlay_save
205 217
206 overlay_save 218 overlay_save
207 219
208This will save everything on the current map that was not originally part 220This will save everything on the current map that was not originally part
269C<remove> will, suprisingly enough, remove the object specified by the tag 281C<remove> will, suprisingly enough, remove the object specified by the tag
270supplied. see also: free 282supplied. see also: free
271 283
272=head2 reset 284=head2 reset
273 285
274 reset <mapname> 286 reset
275 287
276All other characters must be off of the map at the time of reset. This 288Temporarily moves off all characters from the current map, then resets it.
277will NOT reset any unique items, such as players apartments, in the case 289This will NOT reset any per-player maps, such as apartments, or remove
278of unique items being on a map, it will cause them to be saved before the 290unique items or items on unique floors. I.e. it works exactly as if the
279map is reset. 291map reached its reset time prematurely.
280
281Using C<reset .> will reset the map that the player is currently on.
282 292
283=head2 server_speed 293=head2 server_speed
284 294
285 server_speed [newspeed] 295 server_speed [newspeed]
286 296

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines