This is to explore what the Warlocks call the Magic Web, drawing 'red lines' on maps. We, in Edron call them Ley Lines.
Player: ley
Milos: Most Tibian cultures have some knowledge about those straight lines that run across the landscape, connecting both, natural and sacred sites. Some also call them 'fairy paths' or 'spirit lines'. ...
Milos: As far as I know, in Zao they are called 'dragon lines'. Markers connecting the ley lines can be mounds, cairns, standing stones, stone circles, ponds, wells, shrines, temples or cross-roads.
One example from Cip is from the Grimvale quest, where we can connect dark stone piles.
Essentialy, we can find connections between sites - and that can be fun and interesting.
Spoiler! see e.g. Alawar, warlock on Senja article on reddit: weird mystery
The Warlocks have activity in the eastern thais trolls cave. That could be a fun starting point.
This is an online Tibia map viewer (in slippy map style) that uses the data from the tibia-map-data project.
Fork of Mathias Bynens tibia-map (tibiamaps.io) project, which in turn is based on the old TibiaMaps map viewer which was written by @Cavitt aka Syntax.
Cyclopedia map has been gathered using @elkolorado's Tibia Satellite-Cyclopedia-Map-Export project, which extracts the map from the Tibia client.
I've then converted the map into a format that can be used by tibia-map, a.k.a. tibiamaps.io.
See the process here: ./cyclopedia/README.md.
There are many bits to clean up that are not relevant to this tailored fork.
I've left them in for now, as I might need them later.
I tried adding more buttons here along with a crosshair toggle - but it's not working as expected, so instead a universal toggle was made with the C
button on web gui.
Click P
to change to the regular minimap.
Used to explore the Magic Web, with crosshair as a cross(4), compass(8), clock(12) and for completion, 16 diagonal lines from center of anchor.
C
Changes have been made to the cross-hair, you can cycle between the original horizontal and vertical + crosshair (4 lines) into compass (8), clock (12), and (16) lines from center of anchor.P
Changes the 7th floor to the regular minimap.
- Clone this repository and
cd
to its root directory. - Install and use the expected Node.js version:
nvm use
- Run
npm install
to install the dependencies. - After making changes, run
gulp
to build a new version of thesrc
files into thedist
directory.
(you might need to move the mapper file into dist/)