This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [1] = "Kanrethad's Quest" | |
| [2] = "Sharptalon's Claw" | |
| [5] = "Jitters' Growling Gut" | |
| [6] = "Bounty on Garrick Padfoot" | |
| [7] = "Kobold Camp Cleanup" | |
| [8] = "A Rogue's Deal" | |
| [9] = "The Killing Fields" | |
| [10] = "The Scrimshank Redemption" | |
| [11] = "Riverpaw Gnoll Bounty" | |
| [12] = "The People's Militia" |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [1] = "Waypoint (Only GM can see it)", | |
| [3] = "Flesh Eater", | |
| [6] = "Kobold Vermin", | |
| [19] = "Benny Questgiver", | |
| [25] = "Mithril Mechanical Dragonling", | |
| [29] = "Kanrethad", | |
| [30] = "Forest Spider", | |
| [31] = "Furbolg", | |
| [36] = "Harvest Golem", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| GemsEnchantID = { | |
| -- Red -- | |
| -- Common | |
| -- Uncommon | |
| ["3371"] = "+12 Str", | |
| ["3374"] = "+12 Agi", | |
| ["3375"] = "+24 AP", | |
| ["3376"] = "+12 Dodge", | |
| ["3377"] = "+12 Parry", | |
| ["3378"] = "+12 Armor Pen", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| LibGetEnchantDB = { | |
| ["1"] = "Rockbiter 3", | |
| ["2"] = "Frostbr& 1", | |
| ["3"] = "Flametongue 3", | |
| ["4"] = "Flametongue 2", | |
| ["5"] = "Flametongue 1", | |
| ["6"] = "Rockbiter 2", | |
| ["7"] = "Deadly Poison", | |
| ["8"] = "Deadly Poison II", | |
| ["9"] = "Poison (15 Dmg)", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| code without debuff separate | |
| ----------------- | |
| local AddonName, fPB = ... | |
| L = fPB.L | |
| local C_NamePlate_GetNamePlateForUnit, C_NamePlate_GetNamePlates, CreateFrame, UnitDebuff, UnitBuff, UnitName, UnitIsUnit, UnitIsPlayer, UnitPlayerControlled, UnitIsEnemy, UnitIsFriend, GetSpellInfo, table_sort, strmatch, format, wipe, pairs, GetTime, math_floor = | |
| C_NamePlate.GetNamePlateForUnit, C_NamePlate.GetNamePlates, CreateFrame, UnitDebuff, UnitBuff, UnitName, UnitIsUnit, UnitIsPlayer, UnitPlayerControlled, UnitIsEnemy, UnitIsFriend, GetSpellInfo, table.sort, strmatch, format, wipe, pairs, GetTime, math.floor | |
| local defaultSpells1, defaultSpells2 = fPB.defaultSpells1, fPB.defaultSpells2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if GetLocale() ~= "frFR" then | |
| return | |
| end | |
| local L = NotPlaterLocals | |
| L["/np help - Show this message"] = "/np help - Afficher ce message" | |
| L["/np config - Toggle the config window"] = "/np config - Active la fenêtre de configuration" | |
| L["/np simulator - Toggle the simulator frame"] = "/np simulator - Active le Cadre Du Simulateur" | |
| L["/np minimap - Toggle the minimap icon"] = "/np minimap - Active l'icone de la Minimap" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ["AZUROUS"] = "Berceau-de-l'Hiver", | |
| ["Général Colbatann"] = "Berceau-de-l'Hiver", | |
| ["Kashoch le ravageur"] = "Berceau-de-l'Hiver", | |
| ["Dame Hederine"] = "Berceau-de-l'Hiver", | |
| ["Alshirr Souffléau"] = "Gangrebois", | |
| ["Dessecus"] = "Gangrebois", | |
| ["IMMOLATUS"] = "Gangrebois", | |
| ["Monnos l'Ancien"] = "Azshara", | |
| ["Barbe-d'écailles"] = "Azshara", | |
| ["Frère Corvichêne"] = "Les Serres-Rocheuses", |