Added Runecrafting Guild Teleport tablet (teleports to Soul Altar)

This commit is contained in:
randy 2024-11-03 18:54:51 -07:00
parent 78847c2415
commit 2abf540515

View file

@ -32,6 +32,7 @@ class TeleTabsListener : InteractionListener {
LUMBRIDGE_TELEPORT(8008, Location.create(3222, 3218, 0), 41.0),
MIND_ALTAR_TELEPORT(13600, Location.create(2979, 3510, 0), 0.0),
NATURE_ALTAR_TELEPORT(13607, Location.create(2868, 3013, 0), 0.0),
RUNECRAFTING_GUILD_TELEPORT(13598, Location.create(2836, 3285, 0), 0.0),
VARROCK_TELEPORT(8007, Location.create(3212, 3423, 0), 35.00),
WATCH_TOWER_TELEPORT(8012, Location.create(2548, 3114, 0), 68.00),
WATER_ALTAR_TELEPORT(13601, Location.create(3182, 3162, 0), 0.0);