RS117 / RLHD

BSD 2-Clause "Simplified" License
150 stars 62 forks source link

Fixed a few floors of Falador Castle being lit by a red light #335

Closed justjessdev closed 2 years ago

justjessdev commented 2 years ago

Issue was that an incorrect/erroneous Ground Object Id (6384) was being used. It seems it was intended to provide a light for a "HALLOWED_TORCH" object, but I checked around Darkmeyer and the Hallowed Sepulchre, and no objects appear to be using that Id (and the Red Street Lamps already have their own entry, so it's not those).

FaladorCastleRedLightsBefore1 FaladorCastleRedLightsAfter1

FaladorCastleRedLightsBefore2 FaladorCastleRedLightsAfter2

FaladorCastleRedLightsBefore3 FaladorCastleRedLightsAfter3

justjessdev commented 2 years ago

Somehow managed to do this completely wrong. Closing Pull Request and attempting again.