Wanting to set it to auto teleport to ancients tunnels like if I hit “3”.
Also, is there any way to change the “shrines”. I actually play manual for the most part, but would be nice if the “experience shrine” was a different colors than the other ones. That way it is easier to find.
trunk/d2bs/kolbot/tools/toolsthread lines 350 to 419 is the hotkey function
paste this in there
case 99: // numpad 3 ancient tunnels
Pather.useWaypoint(44);
Precast.doPrecast(true);
if (!Pather.moveToExit(65, true)) {
throw new Error("Failed to move to Ancient Tunnels");
}
break;
1 Like
Thanks Bobby! Do you know anything about super chests?
I would love to be able to see the campfires on my mapthread so I can find them much easier.