Skip to content

Commit a1e76c9

Browse files
committed
U45
1 parent d21c0c2 commit a1e76c9

9 files changed

Lines changed: 182 additions & 12 deletions

File tree

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
Change log:
2+
* 2025-07-24 - U45 - 3 new + 30 future pets
3+
* Striped Oryx, Young Striped Oryx, Marsh Scorpion
4+
* Silver Scorpion, Brown Oryx, Armoured Scorpion, Verdant Grodbog Queen, Young Brown Oryx, Terror of the Caverns, Cobalt Grodbog Protector, Obsidian Deep-claw Whelp, Pony of Umbar, Verdant Deep-claw Whelp, Affable Grodbog Queen, Poisonous Grodbog Protector, Helpful Deep-claw Whelp, Young Tawny Oryx, Aggressive Grodbog Queen, Lush Grodbog Protector, Crimson Deep-claw Whelp, Tame Hyena, Blood Scorpion, Pitch-dark Scorpion, Pale Deep-claw Whelp, Dusky Grodbog Queen, Pale Scorpion, Bright Grodbog Protector, Striped Grodbog Protector, Dark Grodbog Queen, Marine Scorpion, Copper Scorpion, Tawny Oryx, Striped Deep-claw Whelp
25
* 2025-06-18 - U44.3 - 2 new
36
* Sea-side Kite, Loyal Goose of Gondor
47
* 2025-05-21 - U44.2 - 1 new

GaluhadPlugins/Pets.plugin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Information>
44
<Name>Pets</Name>
55
<Author>Drono</Author>
6-
<Version>44.3</Version>
6+
<Version>45</Version>
77
<Description>A simple plugin for accessing your pets.
88
Original plugin by Galuhad.
99
Updated database by Drono.

GaluhadPlugins/Pets.plugincompendium

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PluginConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
33
<Id>1021</Id>
44
<Name>Pets</Name>
5-
<Version>44.3</Version>
5+
<Version>45</Version>
66
<Author>Drono</Author>
77
<InfoUrl>http://www.lotrointerface.com/downloads/info1021</InfoUrl>
88
<DownloadUrl>http://www.lotrointerface.com/downloads/download1021</DownloadUrl>

GaluhadPlugins/Pets/Data/Pets.lua

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,8 +608,12 @@ _PETS[446] = {[1]=1879506362;[2]=1879506360;[3]=6;} -- Able Ice-shore Fisher
608608
_PETS[447] = {[1]=1879507676;[2]=1879507678;[3]=10;} -- Sea-side Kite
609609
_PETS[448] = {[1]=1879507677;[2]=1879507679;[3]=3;} -- Loyal Goose of Gondor
610610

611+
_UPDATES[45] = {[1] = "45";[2] = 449;[3] = 451;};
612+
_PETS[449] = {[1]=1879508534;[2]=1879508539;[3]=6;} -- Striped Oryx
613+
_PETS[450] = {[1]=1879508659;[2]=1879508553;[3]=6;} -- Young Striped Oryx
614+
_PETS[451] = {[1]=1879508634;[2]=1879508562;[3]=6;} -- Marsh Scorpion
611615

612-
_UPDATES[45] = {[1] = "Future";[2] = 500;[3] = 522;};
616+
_UPDATES[46] = {[1] = "Future";[2] = 500;[3] = 552;};
613617
-- Unavaliable yet
614618
_PETS[500] = {[1]=1879338919;[2]=1879338919;[3]=3;} -- Stripey Bat
615619
_PETS[501] = {[1]=1879338929;[2]=1879338929;[3]=3;} -- Tan Bat
@@ -634,3 +638,33 @@ _PETS[519] = {[1]=1879486484;[2]=1879486508;[3]=3;} -- Dashing Dusky Parrot
634638
_PETS[520] = {[1]=1879491063;[2]=1879491063;[3]=3;} -- Sunstone Drakeling
635639
_PETS[521] = {[1]=1879491061;[2]=1879491061;[3]=3;} -- Amethyst Drakeling
636640
_PETS[522] = {[1]=1879491066;[2]=1879491066;[3]=3;} -- Sapphire Drakeling
641+
_PETS[523] = {[1]=1879508535;[2]=1879508535;[3]=7;} -- Silver Scorpion
642+
_PETS[524] = {[1]=1879508533;[2]=1879508533;[3]=6;} -- Brown Oryx
643+
_PETS[525] = {[1]=1879508543;[2]=1879508543;[3]=7;} -- Armoured Scorpion
644+
_PETS[526] = {[1]=1879508537;[2]=1879508537;[3]=7;} -- Verdant Grodbog Queen
645+
_PETS[527] = {[1]=1879508546;[2]=1879508546;[3]=6;} -- Young Brown Oryx
646+
_PETS[528] = {[1]=1879508558;[2]=1879508558;[3]=6;} -- Terror of the Caverns
647+
_PETS[529] = {[1]=1879508557;[2]=1879508557;[3]=7;} -- Cobalt Grodbog Protector
648+
_PETS[530] = {[1]=1879508567;[2]=1879508567;[3]=6;} -- Obsidian Deep-claw Whelp
649+
_PETS[531] = {[1]=1879508564;[2]=1879508564;[3]=6;} -- Pony of Umbar
650+
_PETS[532] = {[1]=1879508563;[2]=1879508563;[3]=6;} -- Verdant Deep-claw Whelp
651+
_PETS[533] = {[1]=1879508561;[2]=1879508561;[3]=7;} -- Affable Grodbog Queen
652+
_PETS[534] = {[1]=1879508572;[2]=1879508572;[3]=7;} -- Poisonous Grodbog Protector
653+
_PETS[535] = {[1]=1879508579;[2]=1879508579;[3]=6;} -- Helpful Deep-claw Whelp
654+
_PETS[536] = {[1]=1879508578;[2]=1879508578;[3]=6;} -- Young Tawny Oryx
655+
_PETS[537] = {[1]=1879508598;[2]=1879508598;[3]=7;} -- Aggressive Grodbog Queen
656+
_PETS[538] = {[1]=1879508597;[2]=1879508597;[3]=7;} -- Lush Grodbog Protector
657+
_PETS[539] = {[1]=1879508594;[2]=1879508594;[3]=6;} -- Crimson Deep-claw Whelp
658+
_PETS[540] = {[1]=1879508607;[2]=1879508607;[3]=6;} -- Tame Hyena
659+
_PETS[541] = {[1]=1879508606;[2]=1879508606;[3]=7;} -- Blood Scorpion
660+
_PETS[542] = {[1]=1879508603;[2]=1879508603;[3]=7;} -- Pitch-dark Scorpion
661+
_PETS[543] = {[1]=1879508602;[2]=1879508602;[3]=6;} -- Pale Deep-claw Whelp
662+
_PETS[544] = {[1]=1879508616;[2]=1879508616;[3]=7;} -- Dusky Grodbog Queen
663+
_PETS[545] = {[1]=1879508631;[2]=1879508631;[3]=7;} -- Pale Scorpion
664+
_PETS[546] = {[1]=1879508639;[2]=1879508639;[3]=7;} -- Bright Grodbog Protector
665+
_PETS[547] = {[1]=1879508637;[2]=1879508637;[3]=7;} -- Striped Grodbog Protector
666+
_PETS[548] = {[1]=1879508636;[2]=1879508636;[3]=7;} -- Dark Grodbog Queen
667+
_PETS[549] = {[1]=1879508633;[2]=1879508633;[3]=7;} -- Marine Scorpion
668+
_PETS[550] = {[1]=1879508646;[2]=1879508646;[3]=7;} -- Copper Scorpion
669+
_PETS[551] = {[1]=1879508655;[2]=1879508655;[3]=6;} -- Tawny Oryx
670+
_PETS[552] = {[1]=1879508650;[2]=1879508650;[3]=6;} -- Striped Deep-claw Whelp

GaluhadPlugins/Pets/Strings/English/Pets.lua

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,9 @@ _PETSTRINGS[445] = {[1]="Jade Speckled Snake";[2]="Limited time availability: Le
532532
_PETSTRINGS[446] = {[1]="Able Ice-shore Fisher";[2]="Limited time availability for Figments of Splendour and in Traveller's and Adventurer's Lootboxes."}
533533
_PETSTRINGS[447] = {[1]="Sea-side Kite";[2]="Available for barter during the Midsummer Festival."}
534534
_PETSTRINGS[448] = {[1]="Loyal Goose of Gondor";[2]="Acquired from Loyal Knight Patron's Simple, Enhanced, or Luxuriant Coffers."}
535+
_PETSTRINGS[449] = {[1]="Striped Oryx";[2]="Limited time availability: Legendary Item Reward Track Season 15."}
536+
_PETSTRINGS[450] = {[1]="Young Striped Oryx";[2]="Limited time availability: Legendary Item Reward Track Season 15."}
537+
_PETSTRINGS[451] = {[1]="Marsh Scorpion";[2]="Limited time availability: Legendary Item Reward Track Season 15."}
535538

536539
_PETSTRINGS[500] = {[1]="Stripey Bat";[2]=""}
537540
_PETSTRINGS[501] = {[1]="Tan Bat";[2]=""}
@@ -556,3 +559,33 @@ _PETSTRINGS[519] = {[1]="Dashing Dusky Parrot";[2]=""}
556559
_PETSTRINGS[520] = {[1]="Sunstone Drakeling";[2]=""}
557560
_PETSTRINGS[521] = {[1]="Amethyst Drakeling";[2]=""}
558561
_PETSTRINGS[522] = {[1]="Sapphire Drakeling";[2]=""}
562+
_PETSTRINGS[523] = {[1]="Silver Scorpion";[2]=""}
563+
_PETSTRINGS[524] = {[1]="Brown Oryx";[2]="";}
564+
_PETSTRINGS[525] = {[1]="Armoured Scorpion";[2]="";}
565+
_PETSTRINGS[526] = {[1]="Verdant Grodbog Queen";[2]="";}
566+
_PETSTRINGS[527] = {[1]="Young Brown Oryx";[2]=""}
567+
_PETSTRINGS[528] = {[1]="Terror of the Caverns";[2]=""}
568+
_PETSTRINGS[529] = {[1]="Cobalt Grodbog Protector";[2]=""}
569+
_PETSTRINGS[530] = {[1]="Obsidian Deep-claw Whelp";[2]=""}
570+
_PETSTRINGS[531] = {[1]="Pony of Umbar";[2]=""}
571+
_PETSTRINGS[532] = {[1]="Verdant Deep-claw Whelp";[2]=""}
572+
_PETSTRINGS[533] = {[1]="Affable Grodbog Queen";[2]=""}
573+
_PETSTRINGS[534] = {[1]="Poisonous Grodbog Protector";[2]="";}
574+
_PETSTRINGS[535] = {[1]="Helpful Deep-claw Whelp";[2]="";}
575+
_PETSTRINGS[536] = {[1]="Young Tawny Oryx";[2]="";}
576+
_PETSTRINGS[537] = {[1]="Aggressive Grodbog Queen";[2]=""}
577+
_PETSTRINGS[538] = {[1]="Lush Grodbog Protector";[2]=""}
578+
_PETSTRINGS[539] = {[1]="Crimson Deep-claw Whelp";[2]=""}
579+
_PETSTRINGS[540] = {[1]="Tame Hyena";[2]=""}
580+
_PETSTRINGS[541] = {[1]="Blood Scorpion";[2]=""}
581+
_PETSTRINGS[542] = {[1]="Pitch-dark Scorpion";[2]=""}
582+
_PETSTRINGS[543] = {[1]="Pale Deep-claw Whelp";[2]=""}
583+
_PETSTRINGS[544] = {[1]="Dusky Grodbog Queen";[2]="";}
584+
_PETSTRINGS[545] = {[1]="Pale Scorpion";[2]="";}
585+
_PETSTRINGS[546] = {[1]="Bright Grodbog Protector";[2]="";}
586+
_PETSTRINGS[547] = {[1]="Striped Grodbog Protector";[2]=""}
587+
_PETSTRINGS[548] = {[1]="Dark Grodbog Queen";[2]=""}
588+
_PETSTRINGS[549] = {[1]="Marine Scorpion";[2]=""}
589+
_PETSTRINGS[550] = {[1]="Copper Scorpion";[2]=""}
590+
_PETSTRINGS[551] = {[1]="Tawny Oryx";[2]=""}
591+
_PETSTRINGS[552] = {[1]="Striped Deep-claw Whelp";[2]=""}

GaluhadPlugins/Pets/Strings/French/Pets.lua

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,9 @@ _PETSTRINGS[445] = {[1]="Serpent moucheté de jade";[2]="Offre à durée limité
531531
_PETSTRINGS[446] = {[1]="Ours pêcheur de riveglace talentueux";[2]="Disponibilité limitée pour les Mirages de splendeur et dans les coffres à butin de voyageur et d'aventurier."}
532532
_PETSTRINGS[447] = {[1]="Cerf-volant du littoral";[2]="Disponible par échange au cours du Festival du Solstice d'été."}
533533
_PETSTRINGS[448] = {[1]="Oie loyale du Gondor";[2]="S'obtient dans les coffres simples, améliorés et luxuriants du client chevalier loyal."}
534+
_PETSTRINGS[449] = {[1]="Oryx rayé";[2]="Offre à durée limitée : suivi de récompense d’objets légendaires de la saison 15."}
535+
_PETSTRINGS[450] = {[1]="Jeune oryx rayé";[2]="Offre à durée limitée : suivi de récompense d’objets légendaires de la saison 15."}
536+
_PETSTRINGS[451] = {[1]="Scorpion des marais";[2]="Offre à durée limitée : suivi de récompense d’objets légendaires de la saison 15."}
534537

535538
_PETSTRINGS[500] = {[1]="Chauve-souris rayée";[2]=""}
536539
_PETSTRINGS[501] = {[1]="Chauve-souris brunie";[2]=""}
@@ -555,3 +558,33 @@ _PETSTRINGS[519] = {[1]="Perroquet mat fringant";[2]=""}
555558
_PETSTRINGS[520] = {[1]="Petit drake de pierre de soleil";[2]=""}
556559
_PETSTRINGS[521] = {[1]="Petit drake d'améthyste";[2]=""}
557560
_PETSTRINGS[522] = {[1]="Petit drake de saphir";[2]=""}
561+
_PETSTRINGS[523] = {[1]="Scorpion argenté";[2]=""}
562+
_PETSTRINGS[524] = {[1]="Oryx brun";[2]="";}
563+
_PETSTRINGS[525] = {[1]="Scorpion en armure";[2]="";}
564+
_PETSTRINGS[526] = {[1]="Reine des grodbogs verdoyante";[2]="";}
565+
_PETSTRINGS[527] = {[1]="Jeune oryx brun";[2]=""}
566+
_PETSTRINGS[528] = {[1]="Terreur des cavernes";[2]=""}
567+
_PETSTRINGS[529] = {[1]="Protecteur grodbog cobalt";[2]=""}
568+
_PETSTRINGS[530] = {[1]="Jeune griffefosse obsidienne";[2]=""}
569+
_PETSTRINGS[531] = {[1]="Poney d'Umbar";[2]=""}
570+
_PETSTRINGS[532] = {[1]="Jeune griffefosse verdoyant";[2]=""}
571+
_PETSTRINGS[533] = {[1]="Reine des grodbogs affable";[2]=""}
572+
_PETSTRINGS[534] = {[1]="Protecteur grodbog venimeux";[2]="";}
573+
_PETSTRINGS[535] = {[1]="Jeune griffefosse serviable";[2]="";}
574+
_PETSTRINGS[536] = {[1]="Jeune oryx fauve";[2]="";}
575+
_PETSTRINGS[537] = {[1]="Reine des grodbogs agressive";[2]=""}
576+
_PETSTRINGS[538] = {[1]="Protecteur grodbog luxuriant";[2]=""}
577+
_PETSTRINGS[539] = {[1]="Jeune griffefosse écarlate";[2]=""}
578+
_PETSTRINGS[540] = {[1]="Hyène docile";[2]=""}
579+
_PETSTRINGS[541] = {[1]="Scorpion sanglant";[2]=""}
580+
_PETSTRINGS[542] = {[1]="Scorpion noir comme la nuit";[2]=""}
581+
_PETSTRINGS[543] = {[1]="Jeune griffefosse pâle";[2]=""}
582+
_PETSTRINGS[544] = {[1]="Reine des grodbogs crépusculaire";[2]="";}
583+
_PETSTRINGS[545] = {[1]="Scorpion pâle";[2]="";}
584+
_PETSTRINGS[546] = {[1]="Protecteur grodbog lumineux";[2]="";}
585+
_PETSTRINGS[547] = {[1]="Protecteur grodbog rayé";[2]=""}
586+
_PETSTRINGS[548] = {[1]="Reine des grodbogs sombre";[2]=""}
587+
_PETSTRINGS[549] = {[1]="Scorpion marin";[2]=""}
588+
_PETSTRINGS[550] = {[1]="Scorpion cuivré";[2]=""}
589+
_PETSTRINGS[551] = {[1]="Oryx fauve";[2]=""}
590+
_PETSTRINGS[552] = {[1]="Jeune griffefosse rayé";[2]=""}

GaluhadPlugins/Pets/Strings/German/Pets.lua

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,9 @@ _PETSTRINGS[445] = {[1]="Gefleckte Jadeschlange";[2]="Nur für kurze Zeit verfü
528528
_PETSTRINGS[446] = {[1]="Fähiger Eisufer-Fischer";[2]="Prachtstücke des Glanzes nur für begrenzte Zeit und in Abenteurer- und Reisenden-Schatzkästchen verfügbar."}
529529
_PETSTRINGS[447] = {[1]="Meeresküstendrachen";[2]="Während des Mittsommerfestes per Tauschhandel erhältlich."}
530530
_PETSTRINGS[448] = {[1]="Treue Gans von Gondor";[2]="Aus einer einfachen, verbesserten oder luxuriösen Truhe des treuen Rittergasts."}
531+
_PETSTRINGS[449] = {[1]="Gestreifter Oryx";[2]="Nur für kurze Zeit verfügbar: Belohnungsleiste für legendäre Gegenstände - Saison 15"}
532+
_PETSTRINGS[450] = {[1]="Junger gestreifter Oryx";[2]="Nur für kurze Zeit verfügbar: Belohnungsleiste für legendäre Gegenstände - Saison 15"}
533+
_PETSTRINGS[451] = {[1]="Sumpfskorpion";[2]="Nur für kurze Zeit verfügbar: Belohnungsleiste für legendäre Gegenstände - Saison 15"}
531534

532535
_PETSTRINGS[500] = {[1]="Gestreifte Fledermaus";[2]=""}
533536
_PETSTRINGS[501] = {[1]="Hellbraune Fledermaus";[2]=""}
@@ -552,3 +555,33 @@ _PETSTRINGS[519] = {[1]="Eleganter dunkler Papagei";[2]=""}
552555
_PETSTRINGS[520] = {[1]="Sonnensteinfarbenes Drachenjunges";[2]=""}
553556
_PETSTRINGS[521] = {[1]="Amethystfarbenes Drachenjunges";[2]=""}
554557
_PETSTRINGS[522] = {[1]="Saphirblaues Drachenjunges";[2]=""}
558+
_PETSTRINGS[523] = {[1]="Silberfarbener Skorpion";[2]=""}
559+
_PETSTRINGS[524] = {[1]="Brauner Oryx";[2]="";}
560+
_PETSTRINGS[525] = {[1]="Gepanzerter Skorpion";[2]="";}
561+
_PETSTRINGS[526] = {[1]="Grüne Grodbog-Königin";[2]="";}
562+
_PETSTRINGS[527] = {[1]="Junger brauner Oryx";[2]=""}
563+
_PETSTRINGS[528] = {[1]="Höhlenschrecken";[2]=""}
564+
_PETSTRINGS[529] = {[1]="Kobaltfarbene Grodbog-Königin";[2]=""}
565+
_PETSTRINGS[530] = {[1]="Obsidian-Tiefenklauen-Welpe";[2]=""}
566+
_PETSTRINGS[531] = {[1]="Umbar-Pony";[2]=""}
567+
_PETSTRINGS[532] = {[1]="Grüner Tiefenklauen-Welpe";[2]=""}
568+
_PETSTRINGS[533] = {[1]="Freundliche Grodbog-Königin";[2]=""}
569+
_PETSTRINGS[534] = {[1]="Giftiger Grodbog-Beschützer";[2]="";}
570+
_PETSTRINGS[535] = {[1]="Hilfsbereiter Tiefenklauen-Welpe";[2]="";}
571+
_PETSTRINGS[536] = {[1]="Junger lohfarbener Oryx";[2]="";}
572+
_PETSTRINGS[537] = {[1]="Aggressive Grodbog-Königin";[2]=""}
573+
_PETSTRINGS[538] = {[1]="Üppiger Grodbog-Beschützer";[2]=""}
574+
_PETSTRINGS[539] = {[1]="Blutroter Tiefenklauen-Welpe";[2]=""}
575+
_PETSTRINGS[540] = {[1]="Zahme Hyäne";[2]=""}
576+
_PETSTRINGS[541] = {[1]="Blutskorpion";[2]=""}
577+
_PETSTRINGS[542] = {[1]="Pechschwarzer Skorpion";[2]=""}
578+
_PETSTRINGS[543] = {[1]="Bleicher Tiefenklauen-Welpe";[2]=""}
579+
_PETSTRINGS[544] = {[1]="Dunkle Grodbog-Königin";[2]="";}
580+
_PETSTRINGS[545] = {[1]="Bleicher Skorpion";[2]="";}
581+
_PETSTRINGS[546] = {[1]="Strahlender Grodbog-Beschützer";[2]="";}
582+
_PETSTRINGS[547] = {[1]="Gestreifter Grodbog-Beschützer";[2]=""}
583+
_PETSTRINGS[548] = {[1]="Schwarze Grodbog-Königin";[2]=""}
584+
_PETSTRINGS[549] = {[1]="Meeresskorpion";[2]=""}
585+
_PETSTRINGS[550] = {[1]="Kupferfarbener Skorpion";[2]=""}
586+
_PETSTRINGS[551] = {[1]="Lohfarbener Oryx";[2]=""}
587+
_PETSTRINGS[552] = {[1]="Gestreifter Tiefenklauen-Welpe";[2]=""}

0 commit comments

Comments
 (0)