local myname, ns = ... local dfalcknowledge = { note = "This can only be looted once per character.", currency=2024, requires = ns.conditions.Profession(ns.PROF_DF_ALCHEMY), hide_before = ns.conditions.Profession(ns.PROF_DF_ALCHEMY, 25), group = "professionknowledge", texture=ns.atlas_texture("VignetteLoot", {r=0.5,g=1,b=1,}), minimap = true, } -- https://www.wowhead.com/guide/professions/knowledge-point-treasure-locations-dragon-isles ns.RegisterPoints(ns.WAKINGSHORES, { [25107330] = { note = "Dragonbane Keep, near the entrance to the event boss. Collectible mug is between a lot of elite trash.", loot = { 198685, -- Well Insulated Mug }, quest = 70289, }, [55008100] = { note = "Middle of the Icy Crater", loot = { 198663, -- Frostforged Potion }, quest = 70274, }, }, dfalcknowledge) ns.RegisterPoints(ns.OHNAHRANPLAINS, { [79208380] = { note = "Deep inside cave SE of Forkriver Crossing. It's in a bottle near a dead Expedition Scout in the water.", loot = { 198710, -- Canteen of Suspicious Water }, quest = 70305, }, }, dfalcknowledge) ns.RegisterPoints(ns.AZURESPAN, { [16403850] = { note = "North of Iskaara inside a large green cauldron between gnoll trash.", loot = { 198599, -- Experimental Decay Sample }, quest = 70208, }, [67001320] = { note = "Outside Timbermaw log house next to vase.", loot = { 198712, -- Firewater Power Sample }, quest = 70309, }, }, dfalcknowledge) ns.RegisterPoints(ns.THALDRASZUS, { [55203050] = { note = "Under a rock overhang. Marked as Mysterious Cauldron. There are 3 cauldrons and you need to drop a nearby docile dub on each on each. May explode or spawn an Expanded Angry Cub.", loot = { 201003, -- Furry Gloop }, quest = 70278, }, [59503840] = { note = "Small purple glowing potion, hidden in bushes. Difficult to see.", loot = { 198697, -- Contraband Concoction }, quest = 70301, }, }, dfalcknowledge) ns.RegisterPoints(ns.ZARALEKCAVERN, { [62104112] = { loot={205212}, -- Marrow-Ripened Slime quest=75649, vignette=5693, }, [52681830] = { loot={205211}, -- Nutrient Diluted Protofluid from Malnourished Specimen quest=75646, vignette=5692, }, [40485918] = { loot={205213}, -- Suspicious Mold quest=75651, vignette=5694, }, }, dfalcknowledge) ns.RegisterPoints(ns.EMERALDDREAM, { [54053264] = { loot={210184}, -- Half-Filled Dreamless Sleep Potion quest=78264, vignette=5916, }, [36214663] = { loot={210190}, -- Blazeroot quest=78275, vignette=5918, -- Root of the Problem }, }, dfalcknowledge) ns.RegisterPoints(2254, { -- Barrows of Reverie [50914943] = { hide_before=ns.conditions.QuestComplete(76320), -- Wild Gods in Our Midst loot={210185}, -- Splash Potion of Narcolepsy quest=78269, vignette=5917, parent=true, -- 62707370 note="Inside the Barrows of Reverie", }, }, dfalcknowledge)