HandyNotes: Dragonflight (Dragon Isles) Treasures and Rares

HandyNotes: Dragonflight (Dragon Isles) Treasures and Rares

10M Downloads

Seething Slug

d-schmidt opened this issue ยท 2 comments

commented

You collect 3 orbs anywhere here and bring it to
grafik

local ORB = {
    label="Seething Orb",
    texture=ns.atlas_texture("poi-soulspiritghost", {r=1, g=1, b=0}),
    loot={192779}, -- Seething Slug
    minimap=true,
}
ns.RegisterPoints(ns.ZARALEKCAVERN, {
    [25204480] = {},
    [26804690] = {},
    [27704900] = {},
    [28005130] = {},
    [28705530] = {},
    [29104250] = {},
    [29904800] = {},
    [30204000] = {},
    [31205190] = {},
    [32705220] = {},
    [34404570] = {},
    [35704880] = {},
    [35804140] = {},
    [36204400] = {note="In cave"},
    [37604670] = {},
}, ORB)
commented

@d-schmidt I need to contact you about hearthscan bot. Where can I message you?

commented