targetgmcp = true GMCPTargets = { -- Misc "a muscular mountain lion", -- Azdun "a revolting ghoul", "Ulgase, the lich crone", "Malvoc, the unholy", "a wight", "a ghast", "a wraith", "a decaying zombie", "a cursed phantasm", "a shambling zombie", "a decaying lich", "a mummy", "Xylthus the Outcast", "a vampire", -- Bella's "Grollum, the Sentinel", "Smirnick, the Serpentlord", "Naggamantex, the torturer", "Smythe, the dwarven trainer", "a manticore", "Glixx, the mutant", "Quel'zar, the Surgeon", "Mistandraxus, the flame drake", "Derryk, the eunuch", "Malorea, Handmaiden of Belladona", "Ephesia, Handmaiden of Belladona", "Minoria, handmaiden of Belladona", "Eritrea, Handmaiden of Belladona", "Helf'ga, the ogress cook", "a two-headed ogre", "a black hell-hound", "Grothgar, the ogre sergeant", "a dark minotaur", "Geh'shya, the Black Dragon", -- Creville "a burly troll dweller", "an axe-wielding dwarven patient", "a blood-spattered jester", "Suire, a mauled, narcissistic siren", "Villinix, the herbalist", "a blind, knife-wielding woman", "a maniacal atavian inmate", "Ulthor, the coroner", "a crawling Tsol'aa inmate", "a shady dealer", "a deranged rajamalan dweller", "a sneering psychopathic inmate", "a mutated horkvali inmate", "a one-eyed, convulsing priest", "Xzavien, the scientist", "a restless, drugged druid", "a young shaman inmate", "Screw-eye, the inmate superior", "a shivering dwarf with a dull pick axe", "a grotesque xorani inmate", "Darien, the shock therapist", "a sullen atavian inmate", "a ravenous troll inmate", "a hooded man", -- Dun Fortress "an orc guard", "an orc soldier", "an orc archer", "an ogre sentry", "an ogre knight", "an ogre bowman", "an orc sergeant", "an orc warrior", "a drunk orc", -- Dun Swamp "a warthog", "a spinorthos", "a mist wraith", "a giant mud beetle", "a plague rat", "a cloud of gnats", "a mud crab", "a giant water strider", "a lost soul", "Kloreme, Witch of the Southern Swamps", "a swamp dryad", -- Maim's Mansion "a small zombie", "Nanny Scoggs", -- Meropis "a bloodthirsty jackdaw", "a rabid grizzly bear", "a disfigured ram", "a masked ogre", -- Morindar "a hunchbacked feyr", "a corpulent rilma worm", "a hideous nel'dorath", "a feral gangrel", "an armoured nahar", "a cursed revenant", -- Nuskuwe "a fire wyrm", "an ancient wyrm", "a pregnant wyrm", "a wyrm whelp", "the Wyrm Lord", -- Pher "a hideous, writhing squid", "a multi-headed water hydra", "a formidable jade sea serpent", -- Quartz "Turga, the ursu midwife", "Burgam, the hunter", "Toogar, the ursu shaman", "Grela, a pregnant ursu", "Leesha, the ursu packmother", "Kurgo, the Ursu chief", "an ursu man", "Gnral, the taryen chieftain", "Trag, the taryen wise man", "a taryen man", -- Qurnok "a Qurnok warrior", "a Qurnok guard", "Aldroga, the Dendrologist", "Ulvna, the witch of Qurnok", -- Saiha'Balan "a gargantuan orbweaver", -- Sirocco "an alert watchman", "a keen-eyed archer", "a stout footsoldier", "a knight of the Siroccian Order", "a proud ducal guard", -- Tenwat "a crazed prison guard", "a creaking rust golem", "a pair of grasping hands", "a howling blood mastiff", "a berserk prisoner", "a wall of limbs", "Saunders, the prison warden", "Alsilan, the condemned", "a screaming head", "a pulsing artery", -- Tir Muraan "a scimitar-wielding Vertani soldier", "Vewig, the Magelord of House Tsez", "Rakrr, the Vertani swordsmaster", "Ohmut, the Vertan craftswoman", "Daqsool, the Qoul of Tir Murann", "Iayh, a mage of House Feranki", "Dynas, the gour trainer", "Rohase, Captain of the Guard", "Rakwor, the Vertani Barkeep", "Ghaser, the Vertani cook", "a House Tsez air mage", "a Vertani guard", "a drunken Vertani", } GMCPTargetting = function () if targetgmcp and not items.room[target] then local found = false local mobs = {} for k, v in pairs (items.room) do mobs[v.name] = k end -- for for k, v in ipairs (GMCPTargets) do if mobs[v] then expandAlias ("t " .. mobs[v] .. " gmcp") highlighttarget = v break end -- if end -- for end -- if end -- func