Hello

Im running windows 10, servuo fork from around 6months ago.

In TerMur (and apparently, only in TerMur) some regions, whenever i enter them, my light becomes dark.

Ive checked LightCycle.cs , nothing was changed there.

Tried removing the light of regions by commenting m_Region.AlterLightLevel at ComputeLightLevels but still getting dark lights at the region.

Checked the region definitions in the regions xml, nothing different there.

Any ideas what could that be ?

Thanks alot for any help !
 
ServUO/Scripts/Misc/LightCycle.cs

Line 15: public const int DungeonLevel = 26;


Changing that #, to a lower number, should fix your issue. But it will lower the "darkness level" for all dungeon areas.
 
Back