Greasy Fork is available in English.

Norroth Helpers

Norroth General Purpose

Autor
Argadon
Dziennych instalacji
0
Wszystkich instalacji
8
Oceny
0 0 0
Wersja
0.7.1
Utworzono
02-11-2021
Zaktualizowano
02-11-2021
Licencja
Brak licencji
Dotyczy

Slight remix on Xortrox's initial script with the intention of being a bit more subtle. The major change is adding a CSS background element to the map and then using that as the primary method of IDing walkable tiles instead of the red boxes.

OG Code (99.99% ripped from) https://greasyfork.org/en/scripts/428975-norroth-helpers/code. See https://i.imgur.com/wE5Ku4b.png for an example.

To change color of the map modify these using hex codes or your favorite color method. Opacity is how opaque it is - gives less impact to play experience.

appendCSS('td>a>img {border: 1px solid #333333 !important; }');
appendCSS('td>a>img {background: #ffffff !important; opacity:0.15 }');