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.10 by root, Thu Jun 21 22:41:25 2007 UTC vs.
Revision 1.16 by root, Mon Jun 21 22:51:58 2010 UTC

1=encoding utf-8
2
1=head1 Crossfire TRT Dungeon Master Commands 3=head1 Deliantra Dungeon Master Commands
2 4
3The following commands are only available to you if you are dungeon 5The following commands are only available to you if you are dungeon
4master, that is, a kind of server administrator with special privileges. 6master, that is, a kind of server administrator with special privileges.
5 7
6=head2 abil 8=head2 abil
63 65
64Without arguments, debug will simply print the current level of 66Without arguments, debug will simply print the current level of
65debugging. Valid debugging levels are 0-3 where: llevError = 0, llevInfo = 67debugging. Valid debugging levels are 0-3 where: llevError = 0, llevInfo =
661, llevDebug = 2, llevMonster = 3 681, llevDebug = 2, llevMonster = 3
67 69
70=head2 dm
71
72 dm <password>
73
74Try to become dungeon master.
75
76=head2 dmhide
77
78 dmhide <password>
79
80Same as becoming dm and hiding at the same time. See B<hide>.
81
68=head2 dump 82=head2 dump
69 83
70 dump <tag> 84 dump <tag>
71 85
72Using dump, you can see the attributes of any item in the game. To find 86Using dump, you can see the attributes of any item in the game. To find
180 194
181 observe <playername> 195 observe <playername>
182 196
183Observes the given object (currently players only). This means that the 197Observes the given object (currently players only). This means that the
184map and stats of the observed object will be displayed instead of ones 198map and stats of the observed object will be displayed instead of ones
185own map and stats. Using observe without argument will switch bakc to 199own map and stats. Using observe without argument will switch back to
186displaying your own map and stats. 200displaying your own map and stats.
187 201
188=head2 patch 202=head2 patch
189 203
190 patch <tag> <variable> <value> 204 patch <tag> <variable> <value>
191 205
192Using the patch command, you can radically modify the properties of 206Using the patch command, you can radically modify the properties of
193objects in the game. Simply specify the object to modify and the new 207objects in the game. Simply specify the object to modify and the new
194values of its variables (or completely new variables). See Also: dump 208values of its variables (or completely new variables). See Also: dump
195 209
210=head2 password
211
212 password <playername> [<new password>]
213
214Will set a new password for the player. If no new password
215is given a random password will be generated (and printed).
216
196=head2 reload 217=head2 reload
197 218
198Will first unload all loaded perl extensions and modules loaded from the 219Will first unload all loaded perl extensions and modules loaded from the
199extension directory, followed by loading the perl part of the plugin and 220extension directory, followed by loading the perl part of the plugin and
200all extensions found. 221all extensions found.
238 259
239=head2 shutdown 260=head2 shutdown
240 261
241 shutdown 262 shutdown
242 263
243This will cause a Crossfire TRT server to shut down entirely by first 264This will cause a Deliantra server to shut down entirely by first
244kicking out all players, saving all maps and finally exiting. Crossfire 265kicking out all players, saving all maps and finally exiting. Deliantra
245servers will kick out players and might or might not save some players or 266servers will kick out players and might or might not save some players or
246maps. 267maps.
247 268
248=head2 stats 269=head2 stats
249 270
278This will enable/disable your ability to cast spells and prayers anywhere 299This will enable/disable your ability to cast spells and prayers anywhere
279as dm. Without argument it toggles between on and off. 300as dm. Without argument it toggles between on and off.
280 301
281=head2 wizlook 302=head2 wizlook
282 303
283 wizlook 304 wizlook [<on_off>]
284 305
285This will temporarily increase your area of sight to the maximum. It will 306This will enable/disable increase your area of sight to the
286return to normal when lighting conditions change or when you move. 307maximum. Without argument it toggles between on and off.
287 308
288=head2 wizpass 309=head2 wizpass
289 310
290 wizpass 311 wizpass
291 312

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines