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

Comparing deliantra/Deliantra-Client/pod/dmcommand_help.pod (file contents):
Revision 1.5 by root, Fri Dec 22 03:43:05 2006 UTC vs.
Revision 1.9 by root, Thu Jun 21 22:37:38 2007 UTC

1=head1 Crossfire+ Dungeon Master Commands 1=head1 Crossfire TRT Dungeon Master Commands
2 2
3The following commands are only available to you if you are dungeon 3The following commands are only available to you if you are dungeon
4master, that is, a kind of server administrator with special privileges. 4master, that is, a kind of server administrator with special privileges.
5 5
6=head2 abil 6=head2 abil
7 7
8 abil <player> <attribute> <value> 8 abil <player> <attribute> <value>
9 9
10abil will permanently change the ability scores of players. Attribute is 10B<abil> will permanently change the ability scores of players. Attribute is
11one of str, dex, con, int, wis, pow, cha. Value may not exceed 30. 11one of str, dex, con, int, wis, pow, cha. Value may not exceed 30.
12 12
13=head2 addexp 13=head2 addexp
14 14
15 addexp <player> <how much> 15 addexp <player> <how much>
113 113
114=head2 free 114=head2 free
115 115
116 free <tag> 116 free <tag>
117 117
118C<free> should ONLY be used after remove. Freeing an object that has 118Removes (if necessary) and destroys the given object.
119not been removed will cause the game to crash. For most objects, simply
120removing them is sufficient and they will eventually be freed. See Also:
121remove
122 119
123=head2 goto 120=head2 goto
124 121
125 goto <mapname> 122 goto <mapname>
126 123
194 191
195 nodm or nowiz 192 nodm or nowiz
196 193
197Both of these commands will return you to normal player status. 194Both of these commands will return you to normal player status.
198 195
196=head2 observe
197
198 observe <playername>
199
200Observes the given object (currently players only). This means that the
201map and stats of the observed object will be displayed instead of ones
202own map and stats. Using observe without argument will switch bakc to
203displaying your own map and stats.
204
199=head2 overlay_save 205=head2 overlay_save
200 206
201 overlay_save 207 overlay_save
202 208
203This will save everything on the current map that was not originally part 209This will save everything on the current map that was not originally part
220all extensions found. 226all extensions found.
221 227
222This is done in an as atomic way as possible so it is safe to do at 228This is done in an as atomic way as possible so it is safe to do at
223anytime. 229anytime.
224 230
225=head2 plugin
226
227 plugin <plugin name>
228
229This will load a new plugin into memory. Using this with no arguments,
230or invalid arguments will cause a server crash. Plugin name should be as
231it appears in your plugin directory. Double check the names before using
232plugins.
233
234=head2 pluglist
235
236 pluglist
237
238This shows currently loaded plugins.
239
240=head2 plugout
241
242 plugout <plugin name>
243
244This will remove a loaded plugin from memory.
245
246=head2 possess 231=head2 possess
247 232
248 possess (nr) 233 possess (nr)
249 234
250Take over the body of a given monster. It is not suggested you try to 235Take over the body of a given monster. It is not suggested you try to
264C<remove> will, suprisingly enough, remove the object specified by the tag 249C<remove> will, suprisingly enough, remove the object specified by the tag
265supplied. see also: free 250supplied. see also: free
266 251
267=head2 reset 252=head2 reset
268 253
269 reset <mapname> 254 reset
270 255
271All other characters must be off of the map at the time of reset. This 256Temporarily moves off all characters from the current map, then resets it.
272will NOT reset any unique items, such as players apartments, in the case 257It works exactly as if the map reached its reset time prematurely.
273of unique items being on a map, it will cause them to be saved before the
274map is reset.
275
276Using C<reset .> will reset the map that the player is currently on.
277
278=head2 server_speed
279
280 server_speed [newspeed]
281
282Without arguments, this prints current server speed. If given an argument,
283it will set server speed to the new speed.
284 258
285=head2 set_god 259=head2 set_god
286 260
287 set_god <player> <diety> 261 set_god <player> <diety>
288 262
290 264
291=head2 shutdown 265=head2 shutdown
292 266
293 shutdown 267 shutdown
294 268
295This will cause a Crossfire+ to shut down entirely by first kicking out 269This will cause a Crossfire TRT server to shut down entirely by first
296all players, saving all maps and finally exiting. Crossfire servers will 270kicking out all players, saving all maps and finally exiting. Crossfire
297kick out players and might or might not save some players or maps. 271servers will kick out players and might or might not save some players or
298 272maps.
299=head2 spellreset
300
301 spellreset
302
303This causes the spell table to be reinitialized.
304
305=head2 ssdumptable
306
307 ssdumptable
308
309This will print out the current hash table to stderr.
310 273
311=head2 stats 274=head2 stats
312 275
313 stats <player> 276 stats <player>
314 277
322 285
323=head2 summon 286=head2 summon
324 287
325 summon <player> 288 summon <player>
326 289
327Summoning a player will bring them immediately to your location. There 290Summoning a player will bring them immediately to your location. There
328is no 'reverse' summoning, except to go to a map yourself and summon the 291is no 'reverse' summoning, except to go to a map yourself and summon the
329player again. 292player again.
330 293
331=head2 teleport 294=head2 teleport
332 295
333 teleport <player> 296 teleport <player>
334 297
335C<teleport> will bring you immediately next to the player's location. 298C<teleport> will bring you immediately next to the player's location.
336 299
337=head2 toggle_shout
338
339 toggle_shout <player>
340
341Will toggle the no_shout bit for the named player. This will prevent or
342enable the player to use the shout command.
343
344=head2 wizcast 300=head2 wizcast
345 301
346 wizcast [<on_off>] 302 wizcast [<on_off>]
347 303
348This will enable/disable your ability to cast spells and prayers anywhere 304This will enable/disable your ability to cast spells and prayers anywhere

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines