ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/settings
(Generate patch)

Comparing deliantra/server/lib/settings (file contents):
Revision 1.8 by pippijn, Tue Jan 2 23:32:32 2007 UTC vs.
Revision 1.9 by root, Thu May 17 14:14:55 2007 UTC

93# them properly. 93# them properly.
94# 94#
95 95
96spell_failure_effects false 96spell_failure_effects false
97 97
98# casting times for spells, if you have this defined then it takes a
99# specific amount of time for a spell to go off. You may attack or
100# be hit during this time, and this will cause you to lose the spell.
101# I commented this out on my copy - I don't like the 'double clutch'
102# needed to cast it (first direction key starts casting, the
103# next actually puts the spell into effect.) It could perhaps
104# be changed so that the initial direction is where it goes, and it
105# is cast automatically in that direction (so only 1 key is needed.)
106# But this could be undesirable as various things move while you cast it.
107# this also slows down the rate you can cast spells considerably.
108
109casting_time false
110
111# Name of the motd file - really no reason to change this. 98# Name of the motd file - really no reason to change this.
112motd motd 99motd motd
113
114# Calling this real_Wiz is probably not really good. Something like
115# mud_wiz might be a better name.
116#
117# Basically, if real_wiz is set then the WIZ/WAS_WIZ flags for objects
118# are not set - instead, wizard created/manipulated objects appear as
119# normal objects. This makes the wizard a little more mudlike, since
120# manipulated items will be usable by normal players.
121
122real_wiz true
123 100
124# spellpoint_level_depend -- Causes the spellpoint cost 101# spellpoint_level_depend -- Causes the spellpoint cost
125# of spells to vary with their power. Spells that become very 102# of spells to vary with their power. Spells that become very
126# powerful at high level cost more. The damage/time of 103# powerful at high level cost more. The damage/time of
127# characters increases though. 104# characters increases though.
223#armor_weight_reduction 10 200#armor_weight_reduction 10
224#armor_weight_linear TRUE 201#armor_weight_linear TRUE
225#armor_speed_improvement 10 202#armor_speed_improvement 10
226#armor_speed_linear TRUE 203#armor_speed_linear TRUE
227 204
228# disable stealing from other players, if you wish to enable stealing from other players
229# then replace the below with: no_player_stealing FALSE
230no_player_stealing TRUE
231
232# enable creating town portals in homes
233create_home_portals TRUE
234
235# location of the log file 205# location of the log file
236logfilename /var/log/crossfire/logfile 206logfilename /var/log/crossfire/logfile

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines