Well, cave bug is bug, when you are in cave and trying to put something on the floor. Server thinks, that floor is not that floor made from statics, but ceeling (map0) of that cave and it caused troubles. Solution was to have special server side map, where were caves without ceelings, only statics floors. It was neccesary for POL 094-0.95, but i dont know, if this was repaired for newer cores.
Is very bothering to maintain two versions of map0.mul
Author
Message
CWO
Joined: 04 Feb 2006 Posts: 685 Location: Chicago, IL USA
Posted: Wed Feb 20, 2008 9:53 pm Post subject:
As far as I've seen it is fixed. I can pretty much confirm it since POL doesn't use the mul files on startup anymore as of 096. And my install of POL used a completely unchanged UO install to convert to the files needed for it.
Author
Message
*Edwards
Joined: 29 Dec 2007 Posts: 85 Location: Montreal, Canada
Posted: Thu Feb 21, 2008 7:36 pm Post subject:
Code:
#############################################################################
## Experimental Options - Modify at your own risk
#############################################################################
#
# ExpLosChecksMap - prevents stuff like arrows from going through the 'black'
# areas in dungeons.
#
ExpLosChecksMap=1
Found in pol.cfg has been created since pol093. That's not a bug but an option.
There was a cave *bug* for a long time up until pol096.
If a cave made out of statics was under a mountain, you could not drop an item on the statics floor, it would go onto the top of the mountain way above you.
There was also a line of sight problem in dungeons that allowed archers to shoot through cave walls, but I don't think you meant that one.
If a cave made out of statics was under a mountain, you could not drop an item on the statics floor, it would go onto the top of the mountain way above you.
Yes i meant this one. In core-chanes is no note of reparing this.
Heh, easily checked - go into a cave and drop an item - does it go to the floor or the cave top? You don't need a corechange note to know the answer.
In case you don't have a cave handy, it does drop to the floor without any console messages either! So it's been fixed, as has the shooting through walls thing.