Skip to content

Instantly share code, notes, and snippets.

@StevenSeegal
Last active December 20, 2018 16:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save StevenSeegal/ebde5dcf062c70e59c5d50ebad9cd9c3 to your computer and use it in GitHub Desktop.
Save StevenSeegal/ebde5dcf062c70e59c5d50ebad9cd9c3 to your computer and use it in GitHub Desktop.
NPCScan/Data/Maps/Kalimdor.lua
These has the new Rare's added for the NPCScan/Data/Maps/Kalimdor.lua file
-- ----------------------------------------------------------------------------
-- Darkshore
-- ----------------------------------------------------------------------------
Maps[MapID.Darkshore].NPCs = {
[2172] = true, -- Strider Clutchmother
[2175] = true, -- Shadowclaw
[2184] = true, -- Lady Moongazer
[2186] = true, -- Carnivous the Breaker
[2191] = true, -- Licillin
[2192] = true, -- Firecaller Radison
[7015] = true, -- Flagglemurk the Cruel
[7016] = true, -- Lady Vespira
[7017] = true, -- Lord Sinslayer
-- new
[148295] = true, -- Ivus the Decayed
[144946] = true, -- Ivus the Forest Lord
[148787] = true, -- Alash'anir
[148790] = true, -- Frightened Kodo
[149652] = true, -- Agathe Wyrmwood
[149655] = true, -- Croz Bloodrage
[147701] = true, -- Moxo the Beheader
[149660] = true, -- Blackpaw
[149663] = true, -- Shadowclaw
[148037] = true, -- Athil Dewfire
[147260] = true, -- Conflagros
[147241] = true, -- Cyclarus
[147240] = true, -- Hydrath
[147897] = true, -- Soggoth the Slitherer
[147942] = true, -- Twilight Prophet Graeme
[147664] = true, -- Zim'kaga
[149659] = true, -- Orwell Stevenson
[147758] = true, -- Onu
[149662] = true, -- Grimhorn
[148031] = true, -- Gren Tornfur
[147708] = true, -- Athrikus Narassin
[148025] = true, -- Commander Ral'esh
[147845] = true, -- Commander Drald
[149141] = true, -- Burninator Mark V
[147435] = true, -- Thelar Moonstrike
[148103] = true, -- Sapper Odette
[147966] = true, -- Aman
[147970] = true, -- Mrggr'marr
[147332] = true, -- Stonebinder Ssra'vess
[147261] = true, -- Granokk
[149657] = true, -- Madfeather
[149665] = true, -- Scalefiend
[147751] = true, -- Shattershard
[149654] = true, -- Glimmerspine
[147744] = true -- Amberclaw (Glrglrr's mount)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment