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

Comparing deliantra/server/TODO (file contents):
Revision 1.1 by root, Fri Feb 3 07:11:14 2006 UTC vs.
Revision 1.148 by root, Fri Oct 23 03:28:09 2009 UTC

1Various bits, in no particular order. This is far from a complete list - 1Here are listed some todos which should be looked into sometimes.
2however it keeps growing as various problems are discovered that
3don't have an easy fix. Some of the things are put here just so my mailbox
4doesn't overflow.
5 2
6------------------------------------------------------------------------------ 3TODO: =item Svd: the amount of seconds the map was last saved (++ means >99).
7Known Bugs: 4 ^^^ the ">" gets eaten.
5TODO: pets of pets kills will increase the current skill (angels summon?) same with mercenaries?
6TODO: books head2, possibly after verbatim (prison de...)
7TODO: emergency swap mode is not working
8TODO: 2008-07-13 00:41:27.8762 BUG: process_events(): removed object is on active list: {cnt:8720978,uuid:<1.37c8d364d>,name:"bomb",flags:[2,11],type:102}
9 (when picking up a bomb quickly enough)
10TODO: inscription cannot be readied.
11TODO: random destination transport may bring you tot nürnberg errornously, likely stoneville
12TODO: ready_skill find traps does nto unapply the range slot item (bow)
13TODO: no detah messages for arena anymore
14TODO: remove curse should *maybe* work on players themselves
15TODO: remove curse in glyph/rune doesn't have any effect?
16TODO: rewrite highscore code
8 17
9These are things which don't work as expected, but are difficult enough to 18TODO: greeting message on what to do in dialog after race selection.
10fix that they get put here: 19TODO: onefang's catsle conatisn many references to 'book' and 'scroll_wresting' and other fun stuff.
11 20
12Make lighting not go through walls. Maybe move it to the 'set_wall' 212009-01-23 07:55:29.4659 loading /opt/crossfire/share/deliantra-server/maps//mlab/cdcapart1.map (271878,0)
13function - hard to do so that it is still somewhat efficient yet the same 222009-01-23 07:55:29.4712 object refering to nonexistant archetype 'stonefloorred2'.
14light source does not illuminate the same space multiple times. 232009-01-23 07:55:29.4713 object refering to nonexistant archetype 'stonefloorred2'.
242009-01-23 07:55:29.4714 object refering to nonexistant archetype 'stonefloorred2'.
252009-01-23 07:55:29.4716 object refering to nonexistant archetype 'stonefloorred2'.
262009-01-23 07:55:29.4716 object refering to nonexistant archetype 'stonefloorred2'.
272009-01-23 07:55:29.4716 object refering to nonexistant archetype 'stonefloorred2'.
15 28
16If a shop is placed in a random map (special map), the objects below the 292009-03-14 06:45:26.9431 BUG: kill_object - unable to find skill that killed monster
17shop wall stick around - normally not much a problem, unless it is placed 302009-03-14 06:45:26.9431+op: {cnt:72777397,uuid:<1.522cc7a2a>,name:"PurpleHaze",flags:[0,11,15],type:1}(on /pup_land/raffle/raffle1_u1@1+9)
18in a glory hole (treasure level), in which case coins are now beneath the wall. 312009-03-14 06:45:26.9431+hitter: {cnt:75846626,uuid:<1.54ad1e25d>,name:"earth elemental",flags:[0,11,14,15],type:0}(on /pup_land/raffle/raffle1_u1@6+15)
19 322009-03-14 06:45:26.9431+owner: {cnt:75967614,uuid:<1.54ad3baf9>,name:"goblin",flags:[0,7,8,11,14,54,55,56,57,58,60,89],type:0}(on /pup_land/raffle/raffle1_u1@5+16)
20Slaying is sloppy in that it uses strstr. This, an item that has 'slaying
21giant' (like holyword of mostrai) will kill ants. strstr matching was most
22likely added to support comma seperated slaying lists (slaying demon,undead).
23However, the code should really insist on exact matching, and if necessary
24break apart the comma seperated list. Probably best to make something like a
25'does_slay()' function which can be used all over the place (consistent
26behaviour is a good thing). If performance for this becomes an issue, making
27a slaying a set of pointers could be done (char **slaying), and it gets filled
28in at load time, and at save time, gets filled in the opposite direction.
29However, from a simple basis, a check in does_slay() can be done to see if
30slaying does contain a comma, and if not, just do simple strcmp, and only if
31it does does extra work need to be done. MSW 2003-03-28
32 33
33 34
34------------------------------------------------------------------------------ 35TODO: autopickup in shop
35Future feature requests 36TODO: quit charcetr doesn't nuke in-memory per-player maps
37TODO: ./maps/aldwulf/alch_lab/hut_1.map charm luggae will kill, and make you gain any/climbing(?) exp
38TODO: farmwife doesn't react to guuh's head?
39TODO: shop mats should use the nesrest other shopmat, always.
40TODO: make sure negative fountain effects (fireball, cause light wounds) actually cause negative effects.
36 41
37- Change code so that if a player kills another player, he gets no 42* where is pippijns script to generate the emote_help.pod?
38 exp. Perhaps also log number of times a player has killed another player
39 so problematic player killers can be more easily tracked. This should
40 be pretty simple, but is mostly here because I want to re-write the
41 kill_player for the new skill code, and that should clean things up
42 up a bit to make this code easier to put in.
43 43
44- Allow possibility of one players magic not harming another player (should 44* make inscription easier to use: offer a full dialog with multiple lines, let
45 probably be a flag/settings value) - given that most spells are large 45 users re-write/edit books to their liking (without givign exp).
46 area of effect spells, this may make cooperative adventuring easier.
47 However, this could be a little odd - if my friend it immune to my fireball,
48 shouldn't I be immune to my fireball also? But if that is allowed, you
49 now have the case people could cast fireballs on themselves and hit a
50 whole bunch of surrounding monsters. Perhaps allow this no damage
51 attribute based on different spells, eg, it could be argued that for bolt
52 spells you'd aim it so that it doesn't hit your friend, but that same
53 claim can't be made for fireballs. Or maybe add something like the
54 ability of spells to not take effect to some range, eg, 'cast lightning
55 bolt range 6' or the like, in which case it goes 6 spaces before the
56 lightning actually starts.
57 46
58- Refine blocking of spaces - instead of 'blocks all or nothing', ability 47* TODO: 2008-05-10 00:29:43.0651 move_object: monster has been removed - will not process further
59 to block walking but not flying, block swimming (for future expansion
60 of oceans). Also, add different LOS blocking for differing conditions -
61 if flying, jungles shouldn't block line of sight, but they still should
62 if your walking. Also, add seperate blocking (pass) for monsters and
63 players, eg, block_monster and block_player. What should probably be done
64 is make this a bitmask or the like with multiple possiblities. If the
65 object doesn't have another bitmask set, object can't pass through. For
66 compatiblity reasons, no_pass should set all the new no_pass_.. bits.
67 Note that these bits should also be extended for movement of more than
68 just the player, eg, spells, diseases, etc. Thus, you could have something
69 like a 'no spell propogation' space - players could still cast spells on
70 themselves, but range spells don't go anywhare.
71 48
72- Ability for stores to set different prices for goods (eg, remote store 49* TODO: re-apply items on log-in
73 charges more for the services it provides).
74 50
75- dm command 'Follow' which lets him see what a player is doing, where he 51* create 100 chicken => some unseen item updates
76 is going, etc.
77 52
78- Further control on what players can do on maps/spaces. For example, 53* dragons should not be able to change their title via the settings tab in playerbook
79 prohibit players from shouting, attacking others, issuing tell,
80 etc.
81 54
82- Change inscription - instead of looking at range field of the player, 55* syncpoints: rules, news, motd, crossfiremail, hiscore
83 have the spell to be inscribed part of the inscription command, eg 56 "/opt/perl/lib/perl5/unicore/Canonical.pl", "/opt/perl/lib/perl5/unicore/To/Lower.pl" etc...
84 'inscribe scroll of identify'.
85 57
86- If player tries to login with same name/password as a character currently 58* lone-town shops say "no shop nearby" with use_skill bargaining.
87 active, drop the old connection and associate the player with the new
88 connection. Useful if connection is dropped but server hasn't detected
89 it yet.
90 59
91- Generalize the code better - split between 'rules' and 'engine'. The engine 60* 2008-05-07 21:22:40.1121 region called Forgotten Town requested, but not found, using fallback.
92 would be the aspect of loading/saving objects, dealing with maps, and
93 basic object support (exits, levers, etc - things useful for any working
94 system). The 'rules' would be the more general genre of the game -
95 a science fiction game would have a different set of rules than the
96 fantasy game. And even the same genre may have a different ruleset
97 (ie, adding new skills). This is sort of like the current server/common
98 split, but goes a bit more than that - the engine would be able to compile
99 into an executable with the addition of some basic stub functions,
100 but playing as such would really just amount to a ghost moving accross
101 a world which time is pretty much stopped (as monsters would be in the
102 rules side, and not engine).
103- Changing the stat generation system - instead of roll based, give some
104 number of points. This makes it easier for players to choose what they
105 want to play - otherwise, I think some clients will be written that will
106 do this for the players in any case.
107- Change draw_info so that server tells client what type of message it is
108 instead of the color. Client can then decide what color to draw it
109 or other special handling.
110- Change code so that objects 'spill over' to other spaces if too many
111 get piled in one space.
112- More/better maps. Add more quest maps or maps to take advantage of
113 newer features (ie, church maps for each god, maps for alchemy quests
114 or with rare ingredients, etc)
115- Add some identifier for unique objects so that if the player that has
116 a unique objects quits the game, the object goes back into circulation.
117- Add flag to make price of objects not affected by charisma or other
118 abilities. This should act like gems do right now (pay 1.03, receive
119 0.97). In this way, gems don't have to be hardcoded, and other items
120 could be similarly set. Nuggets should be added to this list - its possible
121 to make small amounts of money alchemy silver and then selling the nuggets.
122- Add/change door handling - make them more real life - they stick around,
123 can be opened, closed, different keys for different doors, etc. This
124 sort of mimics the gate behaviour, except keys may need to open them, etc.
125 61
126- Add armor quality, with armor being damaged as it is used. Add repair 62* off-by-one bug in c_object.C:command_take w.r.t. MAX_ITEM_PER_DROP
127 shops to go with this. Uncertain if people really like this idea or not
128 Further notes from mailing list:
129 Item has current quality rating - different items have different max
130 ratings - magic would increase its rating. ITem operates normally
131 when it has 50%+ of its quality. At less than 50%, item loses
132 functionality in a limited fashion (eg, multiply quality percentage
133 by two to determine effective abilities in terms of percentage.)
134 Item max qualities should be in the same range for most all items, so
135 that powerful items given to low level characters get dinged up just
136 as fast as their normal items.
137 Diminished effects would be handled in fix player.
138 Cost to repair based on how damage item is (100 = half cost,
139 0 = full cost). Items can be repaired on pro-rated basis. Repair
140 anvils would need to get added.
141 Items are damaged based on how much damage player takes - more
142 damaging attacks have higher chance to do item damage. Amount of
143 damage done to items might depend somewhat on damage done to player.
144 Acid attacks would be changed to use this same code - they just
145 always damage items at a much higher rate. Different ideas is that
146 chance of item damage is fixed, but amount done is based on damage
147 sustained. Other idea is that chance of damage is based on
148 real damage (percent, square root, other adjustments, perhaps
149 ignoring low values), but damage is somewhat constant.
150 Should probably be tunables in settings to determine amount of damage
151 done to item, and how often item is damaged.
152 63
153- Change players draining exp from others. Currently, there are problems 64* *sigh*
154 in that it not adjusted based on levels, so there are various abuses 65 2008-05-06 20:02:47.5317 Fixed inventory in Kyle2 (704170 -> 704172)
155 draining from low level characters. Also, generally it is not possibled 66 _after_ the weight update fix
156 to drain exp from monsters. Possible ideas:
157 - Change draining from other players to be a ratio of levels (ie, a level
158 10 character draining from level 5 only gets half the exp.
159 - Ability to drain exp from monsters (might make drain weapons more
160 useful). Maybe have monster lose some portion of the exp he would
161 award when drained, and try to adjust level/other stats downward as
162 it looses exp?
163- Fix map loading/saving so it can do it over several ticks for smoother
164 performance (maybe thread it?)
165- Add adjustments to objects that adjusts chance of skill success.
166 Eg, objects the player use may adjust the characters effective level in
167 using a skill. Likewise, objects/monsters could have resistances to
168 certain skills (eg, skill_resist values).
169 67
170- Delete oldest swapped map in case the TMPDIR disk fills up while 68* unique items in maps not handled correctly: server should remember wether a unique
171 swapping out a map. To do this, detection of error on save would need 69 file was written and force it to be written again, even if empty.
172 to be done (presently, the fputs are done without return value checks.)
173
174- Seperate weapon speed and real speed for players - one is used for attacking
175 only, and the other for movement only. Right now, a characters real speed
176 could become the weapon speed when they attack something.
177 Make speed more variable for some actions (limit how much can be picked up
178 at once, certain skills should take longer than others.)
179- Make monster pick up more intelligent - only pick up items if they may be of
180 some use (perhaps base this on int - stupid monsters might pick up everything)
181- Add different dragon scales, in which different types of armor could be made
182 from.
183- Add random terrain type square. Idea being you might make something a
184 random tree, and when the map is loaded, it chooses a tree random. This
185 would allow some variation in maps each time with possibly keeping the bulk
186 of it the same (Depending how extensively the random trees are used.
187- Allow transportation objects (ie, horses, carts, dragon, griffins, boats,
188 etc.) Flying objects should probably ignore line of sight for most
189 objects (you are above the forest or mountains, but then fog should still
190 affect things). To do this, a terrain type value probably needs to be added,
191 and this acts a bitmask. Thus, transports compare bitmasks to see if
192 travel through that is allowed.
193 70
194- Change identification handling. Possible idea is to have different levels 71* can't move onto navar harbour piers when levitating.
195 of identification, with low level only showing basic information, and high
196 level showing full detail. Skill identification should basically use this,
197 with the skill level determining actual level. Depending on level of
198 identification, different information may be revealed (value, face,
199 name, etc).
200- Allow monsters to be randomly generated on a map without generators (ie,
201 orcs show up in forests or whatever.) Uses this as an option to use instead
202 of the existing random encounter code.
203- Have monsters potentially attack others if they are damaged by a friend.
204 It looks like the code should already allow this, but I think the problem is
205 that monster reevaluate their objectives too often, and which time they
206 switch back to attacking the player.
207- Allow treasure lists to be specified as part of the objects message
208- Perhaps print out a message shortly before a spell effect is about to end.
209- Rewrite all variables, using own typedefs of type:
210 [us]int8, [us]int16, [us]int32 : Variables that should be at least that
211 size (is there actually anything that needs to be precisely some size?)
212 These typedefs can be set depending on system type.
213- If communication remains the same (keyword matches),
214 highlite the keywords or in some way make them more noticable so players
215 can know to use them. This is no worse than many commercial games which
216 give you just a few choices to choose from to continue a conversation.
217- Statues turning into golems when activated (like doors).
218- Figurine (when a figurine pet dies, it becomes a figurine, and can be reused)
219 72
220- Ability to aim at targets not in the front row. This should apply for 73* drakkar pking system assumed to be well-balanced: any documentation?
221 most range attacks (thus, in a group of orcs, the ones not immediately
222 around the player could still use missile weapons.)
223 74
224- Better sound support - instead of having hardcoded events for sounds (eg, 75* tutorial in client
225 button push, door open, etc), sounds should be tied to objects, with some 7618:24:32 <qwe> just a note
226 number of sound events (eg, object active, object destroyed, object moved, 7718:25:19 <qwe> about the inscription change, the tutorial have to be update, since I
227 objected attacked, repeat forever, random, etc). Information about how far 78 was reading it (by then) to get what was wrong and the instructions
228 they can be heard (in spaces) should also be contained. When a sound is 79 there are outdated.
229 played, then do a simple check to see nearby players, and if one is within
230 potential range, then check for intervening objects (walls). Walls would
231 have some dampening effect, counting for more spaces (something behind a
232 wall may sound 5 spaces further away.)
233 Exactly how to store the sound information would need to be investigated -
234 the cheapest in terms of memory would be something like how animations are
235 done - have a global array of the sound information. However, sound
236 information would be tied pretty closely to object types (eg, if the sound
237 info said its used for both apply and destroy, then if some other object
238 used that same info, it'd also get that apply and destroy behaviour). This
239 is probably good enough - one could make individual sound information
240 sequences for the individual parts if those were needed.
241 80
242- Make the elevation of terrain adjust line of sight. If on the tallest 81* ridify us from FLAG_NO_FIX_PLAYER by replacing it by a more generic flag or
243 mountain, you would be able to see over neighboring mountains and not 82 simply by dropping it.
244 get your view blocked.
245 83
246- Change attacktype handling. Currently, attacktypes are just bitmasks, 84* important: mobs can cross shop-boundaries using shopmats. this must not be :/
247 so if a weapon does 'dam 30' it does 30 dam for all attacktypes it has
248 set.
249 The idea is to make an array of dam values for the attacktype, so
250 you could have a weapon like 'phys 12, fire 6'. This then gets adjusted by
251 appropriate resistances the creature has.
252 For attacktypes that are effects (slow, paralyze, etc) dam should be the
253 potency of the effect (number of ticks player is effected).
254 If an item has multiple dam values set, then it would do damage from all
255 the attacktypes (eg, a phys 10 fire 3 is something like a flameblade
256 which does mostly physical and a little fire).
257 85
258- Improve material code: 86* drop all and get all will result in trying to pick up yourself
259 1) Make material file more readable. Mostly, make it one entry per 87 (likely harmless)
260 line (no comma seperated lists), with values 0 by default, so only
261 values that are different need to be entered. Maybe make materials
262 archtypes, and then use treasurelist type setup below?
263 2) Remove random material selection from the material file and put it
264 elsewhere - basically, more fined grained material control (silver daggers,
265 but not silver axes for example). Perhaps the idea of material
266 type treasurelists?
267 3) Remove material bitmask. Instead, have a pointer to the actual materialtype
268 struct, and determine basis on that (eg, this could burn up, etc). If
269 necessary, add some appropiates field to the material struct that
270 denote those abilities.
271 4) Suffix to be used for alternative image names and animation sequence
272 for objects (eg, dagger.111.gold for example)
273 5) Some way to denote that even though 'materialname' is set, that the loader
274 should still do appropriate adjustements for the material. Thus, if a
275 person sets the material in the editor, the server will adjust the values
276 appropriately.
277 6) Allow for multiple materials in same object. Trickier to do this.
278 7) More hints for materials. Eg, is it a notable material that should be
279 included in the object name, or mundane? Likewise, is it a type of material
280 that can be reconstituted (metals) or not (wood, stone, etc)
281 88
282Improve exit/teleporter code. With tiled maps, it is now desirable to move 89* IMPORTANT: create bomb, take it (owner gets cleared), bomb expldoes in inventory => harms players b/c no owner
283 monsters between those maps, so exits should be able to move monsters. Add
284 bitmask/flag to exit to denote what it moves - players, monsters, or
285 objects.
286 90
287Add exp rewarder type object. It's basic properties: 91* vanessa kept active because of:
288 1) amount of exp to reward the player (stats.exp) 92 owner of: {cnt:1122393,uuid:<1.26f992059>,name:"spear",flags:[17,24,111],type:15}(on <freed objects map>@1+1)
289 2) Skill to award the exp to (skill field) 93 owner of: {cnt:961349,uuid:<1.26f96ab45>,name:"throwing dagger",flags:[17,24,111],type:15}(on <freed objects map>@1+1)
290 3) Flag to denote we should teach the player this skill if they don't 94 -> owner probably got set somehow after destruction, but how... (must be sth,. with thrown ob).
291 have it (can_use_skill flag?) In this way, rewarders could grant
292 skills to the player.
293 4) Different ways to be activated (walk on/fly on, as well as it being
294 activated from something that 'pushes' it (aka, magic mouth, button,
295 etc)). In the case of another object activating it, the player
296 would still need to be on the space the object is on.
297 5) Use the 'slaying' field to denote that if the player has a force in
298 his inventory by the same name, he doesn't get the reward, and if
299 they don't have such a force, we add one to the player (so you can't
300 get the same reward repeatedly). Use something like 'value' or
301 other field to denote how many ticks the force lasts for. If value
302 is zero, then force never expires
303 6) Use nrof to denote how many times the reward works. Eg, if nrof
304 is 1, then once a player uses it, no one else can get that reward
305 until the map resets.
306 95
307Secondary features: 96* dragon cannot apply ipo writing pen (lack the body), but use skill fine
308 97
309These are more features (low priority at that) to be added. Some of these 98http://stonewashed.net/sfx.html
310may be related to items above, or they may be things that just would not
311add a lot to the game (IMO).
312 99
313- Flag so that there is a random chance that an object will or will not appear 1002007-09-23 02:41:37.7100 name sand, arch pstone_1, type 0 with fly/walk on/off not handled in move_apply()
314 on a map (this is perhaps better handled by treasurelists. Unfortunately, 1012007-09-23 02:41:37.7101 name bench, arch bench_2_1_1, type 0 with fly/walk on/off not handled in move_apply()
315 treasurelists can not be set in the maps). 1022007-09-23 02:41:37.8285 name bench, arch bench_2_1_1, type 0 with fly/walk on/off not handled in move_apply()
316- Ability to have pixmaps set in maps or otherwise be able to load images 1032007-09-23 02:41:37.8297 name bench, arch bench_2_1_1, type 0 with fly/walk on/off not handled in move_apply()
317 without having to rebuild the default images.
318 104
105http://www.anthro.wayne.edu/museum/MuseumCollectionSummary/Pictures/Ren%20Cen/stoneware%20bottle.jpg
106
107* prisondemadness in pod/books.pod ends in =head1 Order of the gravestone, rather mysteriously.
108
109* for the future: adjust sp regenration in that way that it doesn't
110 regenrate when food is below < 200 (a magic constant)
111
112* level 100 inscription with 4 kills: a single random_Scorll treasure
113 item in the ancient mages of forgotten town palace create
114 many *hundreds* of actual scrolls when instantiated?
115
11607:20:32 -cfbot:#cf- [Incen] that's odd. a pile of dust called "potion"
11707:21:05 -cfbot:#cf- [Incen] it was dust of piercing vision
11807:21:20 -cfbot:#cf- [Lina] seems to happen when picked up and unidentified
11907:21:37 <schmorp> unidentified they are called potions?
12007:21:48 -cfbot:#cf- [Incen] ayup
12107:22:06 -cfbot:#cf- [Lina] dusts/potions/figurines/balms
122
123* 21:37:28 -cfbot:#cf- [Drakna] yeah see meditation heals but it eats up food. but if yoiu have no food you can still
124
125* there is no "fire 0" to start firing on yourself as opposed to fire 5 etc. which starts
126 firing into a specific direction. fire 0 only fires once (this is a bug, but most clients
127 move firing on yourself on non-shift-kp_5 because servers do not support the shifted
128 semantics).
129
130* /morok_dun/mines1 n world_120_109 does not exist, but the other mine promises a quest
131 there. be inventive.
132
133* victim {cnt:55798339,uuid:<1.149eb6a43>,name:"ice",flags:[0,8,103],type:23}(on /whalingoutpost/misc/frostcavern1@49+16) already dead in hit_player()
134 sanctuary etc. hits lava-"ice" and kills it in the process. other stuff seems to not work as expected with sanctuary
135 hitting items it shouldn't.
136
137* can users in theory steal the gems out of their snitchangel pet monsters?
138 => the nodrop mechanism used for that should also disallow stealing.
139
140* bowmode should offer different capabilities given on level of user
141 (Leonov).
142
143* player_sold 1 still gets added to maps at some point, but server cnanot read it.
144 resolve the situation by either implementing it fully or removing it fully.
145
146* climbing, meditating, levitating skills etc. should give you experience per use
147
148* 2007-02-03 03:49:06.010 loading /opt/crossfire/share/crossfire/maps//navar_city/city1houses (43970)
149 2007-02-03 03:49:06.011 Discarding object without arch: texas
150 2007-02-03 03:54:36.926 loading /opt/crossfire/share/crossfire/maps//navar_city/misc/city1mermaid (15753)
151 2007-02-03 03:54:36.926 Discarding object without arch: event_say
152
153* IMPORTANT:
154 entering instantiated random maps whose meta file is missing freezes the player.
155
156* random speed should result in randomised initial animation face.
157
158* training center (kobold etc.) does not stop working after 30-40min
159 but goes on for 2 hours _at least_.
160
161* 2007-01-14 21:15:58.605 Fiery, Wist's fervent pupil was hit by counterspell with counterspell attack.
162 this is simply counterwall hitting monsters. but why does it happen?
163
164* animated weapons should come back to the player when he dies/disconnects?
165 2007-01-14 18:50:07 info: winvirus chats: Could you make it so if you have an
166 animated weapon out and you disconnect, that it'd simply a) fall to the
167 ground or b) return to your inv? Rather than disappearing into the void of
168 nothingness.
169
170* 16:09 <@schmorp> und eigentlich soltlen dort alle leeren maps gelöscht werden
171 16:09 <@schmorp> so daß nur maps existieren, die overwirtes enthalten
172 16:09 <@schmorp> erinnert mich dran
173
174* 2008-05-06 19:33:55.7403 shop_specialisation_ratio: passed an item with an invalid type
175 (improve message)
176
177

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines