lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Stand-Alone Plugins > Other


Post A Reply
Author Comments Comment Options
Unread 06-29-2017, 10:32 PM  
Xanthor
The Wary

Forum posts: 2
File comments: 51
Uploads: 0
make a new D/L???

Now that we have had so many changes to the files, maybe someone can make a totally new download zip file and add to the list of updated D/Ls.

I am not familiar on the procedures to do so, and players new to this plugin would have a rough time downloading the old D/L and patching all the different files.
Xanthor is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-29-2017, 10:06 PM  
Xanthor
The Wary

Forum posts: 2
File comments: 51
Uploads: 0
New and adjusted pets

In ...\Pets\Strings\English\Pets.lua

Use Notepad++ and save the files as LUA files...Replace the following sections in the old file with the following:

-- u17-19
_PETSTRINGS[55] = {[1]="Old Rattlepacks";[2]="Available for barter from Bert Bartleby for 10 Bingo tokens.";};
_PETSTRINGS[56] = {[1]="Tanglemane";[2]="Available for barter from Bert Bartleby for 20 Bingo tokens.";};
_PETSTRINGS[57] = {[1]="Blue Lizard";[2]="Available for barter from the Quartermaster of Defenders of Minas Tirith.";};
_PETSTRINGS[58] = {[1]="Brown Bat";[2]="Available from the Harvest festival 2016 for 40 tokens.";};
_PETSTRINGS[59] = {[1]="Blue Beetle";[2]="Available for barter from Bert Bartleby for 5 Bingo tokens.";};
_PETSTRINGS[60] = {[1]="Brown Snake";[2]="Available for barter from Bert Bartleby for 5 Bingo tokens.";};
_PETSTRINGS[61] = {[1]="Distant Cousin";[2]="Available for barter from Bert Bartleby for 5 Bingo tokens.";};
_PETSTRINGS[62] = {[1]="Green Beetle";[2]="Available for barter from the Quartermaster of Defenders of Minas Tirith.";};
_PETSTRINGS[63] = {[1]="Hallows-eve Kite";[2]="Available from Lotro Store for 595 Lotro points.";};
_PETSTRINGS[64] = {[1]="Ice Salamander";[2]="Available for barter from Bert Bartleby for 5 Bingo tokens.";};
_PETSTRINGS[65] = {[1]="Ithilien Fox";[2]="Available for barter from the Herbalist in North Ithilien.";};
_PETSTRINGS[66] = {[1]="Kite of the Sickle";[2]="Available from the Yule festival 2016 for 75 tokens.";};
_PETSTRINGS[67] = {[1]="Leaf-fall Kite";[2]="Available from the Harvest festival 2016 for 40 tokens.";};
_PETSTRINGS[68] = {[1]="Light Brown Goat";[2]="Available for barter from Bert Bartleby for 5 Bingo tokens.";};
_PETSTRINGS[69] = {[1]="Little Mūmak";[2]="Random drop from the Throne of the Dread Terror instance.";};
_PETSTRINGS[70] = {[1]="Loyal Swan Knight";[2]="Random drop from the Throne of the Dread Terror instance.";};
_PETSTRINGS[71] = {[1]="Miniature Grodbog Warrior";[2]="Available for barter from Bert Bartleby for 5 Bingo tokens.";};
_PETSTRINGS[72] = {[1]="Oaken Kite";[2]="Available from the Harvest festival 2016 for 40 tokens.";};
_PETSTRINGS[73] = {[1]="Rat-catcher Cat";[2]="Available from Lotro Store for 495 Lotro points.";};
_PETSTRINGS[74] = {[1]="Red Beetle";[2]="Available for barter from Bert Bartleby for 5 Bingo tokens.";};
_PETSTRINGS[75] = {[1]="Red Eagle";[2]="Available for barter from Bert Bartleby for 5 Bingo tokens.";};
_PETSTRINGS[76] = {[1]="Red Fox";[2]="Available for barter from the North Ithilien Quartermasters.";};
_PETSTRINGS[77] = {[1]="Red Squirrel";[2]="Available for barter from the Herbalist in North Ithilien.";};
_PETSTRINGS[78] = {[1]="Little Mūmak";[2]="Purchase from store for 595 turbine points.";};
_PETSTRINGS[79] = {[1]="Rohirric Follower";[2]="Available for barter from the Quartermaster of Riders of Rohan.";};
_PETSTRINGS[80] = {[1]="Skittish Black Horse";[2]="Available for barter from Bert Bartleby for 5 Bingo tokens.";};
_PETSTRINGS[81] = {[1]="Soaring Bird Kite";[2]="Available from the Summer festival for 30 Mithril Coins.";};
_PETSTRINGS[82] = {[1]="Striped Pelennor Pig";[2]="Available for barter from the Quartermaster of Defenders of Minas Tirith.";};
_PETSTRINGS[83] = {[1]="Storm-wing Kite";[2]="Available from Lotro Store for 595 Lotro points.";};
_PETSTRINGS[84] = {[1]="Sunny Summer Kite";[2]="Available from the Summer festival 2017 for 35 tokens.";};
_PETSTRINGS[85] = {[1]="Swan Knight Rider";[2]="Random drop from the Throne of the Dread Terror instance.";};
_PETSTRINGS[86] = {[1]="Tamed Hound";[2]="Random drop from the Throne of the Dread Terror instance.";};
_PETSTRINGS[87] = {[1]="Umber Goat";[2]="Available for barter from Bert Bartleby for 5 Bingo tokens.";};
_PETSTRINGS[88] = {[1]="White Squirrel";[2]="Available for barter from Bert Bartleby for 5 Bingo tokens.";};
_PETSTRINGS[89] = {[1]="Willem's Cub";[2]="Available for barter from Bert Bartleby for 5 Bingo tokens.";};
_PETSTRINGS[90] = {[1]="Willem Whisker";[2]="Available for barter from Bert Bartleby for 5 Bingo tokens.";};

-- u19.3
_PETSTRINGS[91] = {[1]="Winter's Flower";[2]="Available from the Yule festival 2016 for 75 tokens.";};
_PETSTRINGS[92] = {[1]="Snowman Kite";[2]="Available at the store for 595 Lotro points.";};
_PETSTRINGS[93] = {[1]="Winter Dove Kite";[2]="Available at the store for 595 Lotro points.";};

-- u20
_PETSTRINGS[94] = {[1]="Faroth the Tracking Hound";[2]="Reward for completing Quest 'A New Friend'.";};
_PETSTRINGS[95] = {[1]="Helpful Hound";[2]="Barter from Master-provisioner (Host of the West) for 40 Salt and 10 Provision.";};
_PETSTRINGS[96] = {[1]="Well-supplied Hound";[2]="Barter from Master-provisioner (Host of the West) for 40 Salt and 10 Provisions.";};
_PETSTRINGS[97] = {[1]="Moth Kite";[2]="Barter from Spring Rewards Vendor for 30 Spring Leaves.";};
_PETSTRINGS[98] = {[1]="Floral Kite";[2]="Barter from Spring Rewards Vendor for 30 Spring Leaves.";};
_PETSTRINGS[99] = {[1]="Bumblebee Kite";[2]="Purchased from LOTRO Store for 495 LOTRO points.";};

-- Anniversary Pets
_PETSTRINGS[100] = {[1]="Happy Pig";[2]="Anniversary reward.";};
_PETSTRINGS[101] = {[1]="Raven";[2]="Anniversary reward.";};
_PETSTRINGS[102] = {[1]="Puffy Sheep";[2]="Anniversary reward.";};
_PETSTRINGS[103] = {[1]="Quiet Cow";[2]="Anniversary reward.";};
_PETSTRINGS[104] = {[1]="Farmer Maggot's Dog";[2]="Anniversary reward.";};
_PETSTRINGS[105] = {[1]="Bill the Pony";[2]="Anniversary reward.";};
_PETSTRINGS[106] = {[1]="Friendly Deer";[2]="Anniversary reward.";};
_PETSTRINGS[107] = {[1]="Majestic WhiteStag";[2]="Anniversary reward.";};
_PETSTRINGS[108] = {[1]="Crimson Dragon Kite";[2]="Anniversary reward.";};
_PETSTRINGS[109] = {[1]="Golden Dragon Kite";[2]="Barter from Gamemaster NPC for 15 Anniversary Tokens.";};
_PETSTRINGS[110] = {[1]="Silver Dragon Kite";[2]="Barter from Gamemaster NPC for 15 Anniversary Tokens.";};
_PETSTRINGS[111] = {[1]="Midnight Dragon Kite";[2]="Anniversary reward.";};

--Summer Festival 2017
_PETSTRINGS[112] = {[1]="Summer Flower Kite";[2]="Available from the Summer festival for 50 Summer Tokens.";};
_PETSTRINGS[113] = {[1]="Midsummer's Comet Kite";[2]="Available from the Summer festival for 50 Summer Tokens.";};
_PETSTRINGS[114] = {[1]="Trout Kite";[2]="Purchased from LOTRO Store for 495 LOTRO points.";};
_PETSTRINGS[115] = {[1]="Sunflower Kite";[2]="Purchased from LOTRO Store for 495 LOTRO points.";};

And in ...\Pets\Data\Pets.lua

Use Notepad++ and save the files as LUA files...Replace the following sections in the old file with the following:

-- u17-19
_PETS[55] = {[1]=1879332623;[2]=1879332630;[3]=6;} -- Tome of Old Rattlepacks
_PETS[56] = {[1]=1879330274;[2]=1879330280;[3]=6;} -- Tome of Tanglemane
_PETS[57] = {[1]=1879329801;[2]=1879329800;[3]=4;} -- Tome of the Blue Lizard
_PETS[58] = {[1]=1879338923;[2]=1879338918;[3]=3;} -- Tome of the Brown Bat
_PETS[59] = {[1]=1879329365;[2]=1879329369;[3]=7;} -- Tome of the Blue Beetle
_PETS[60] = {[1]=1879329364;[2]=1879329368;[3]=4;} -- Tome of the Brown Snake
_PETS[61] = {[1]=1879332621;[2]=1879332633;[3]=9;} -- Tome of the Distant Cousin
_PETS[62] = {[1]=1879329794;[2]=1879329798;[3]=7;} -- Tome of the Green Beetle
_PETS[63] = {[1]=1879339353;[2]=1879339330;[3]=10;} -- Tome of the Hallows-eve Kite
_PETS[64] = {[1]=1879330273;[2]=1879330278;[3]=4;} -- Tome of the Ice Salamander
_PETS[65] = {[1]=1879339417;[2]=1879339416;[3]=6;} -- Tome of the Ithilien Fox
_PETS[66] = {[1]=1879339347;[2]=1879339317;[3]=10;} -- Tome of the Kite of the Plough
_PETS[67] = {[1]=1879339352;[2]=1879339331;[3]=10;} -- Tome of the Leaf-fall Kite
_PETS[68] = {[1]=1879326492;[2]=1879326487;[3]=6;} -- Tome of the Light Brown Goat
_PETS[69] = {[1]=1879335505;[2]=1879335545;[3]=6;} -- Tome of the Little Mūmak
_PETS[70] = {[1]=1879335508;[2]=1879335544;[3]=9;} -- Tome of the Loyal Swan Knight
_PETS[71] = {[1]=1879332622;[2]=1879332629;[3]=7;} -- Tome of the Miniature Grodbog Warrior
_PETS[72] = {[1]=1879339350;[2]=1879339324;[3]=10;} -- Tome of the Oaken Kite
_PETS[73] = {[1]=1879328850;[2]=1879328851;[3]=6;} -- Tome of the Rat-catcher Cat
_PETS[74] = {[1]=1879326491;[2]=1879326486;[3]=7;} -- Tome of the Red Beetle
_PETS[75] = {[1]=1879330272;[2]=1879330279;[3]=3;} -- Tome of the Red Eagle
_PETS[76] = {[1]=1879338944;[2]=1879338945;[3]=6;} -- Tome of the Red Fox
_PETS[77] = {[1]=1879338946;[2]=1879338949;[3]=6;} -- Tome of the Red Squirrel
_PETS[78] = {[1]=1879335499;[2]=1879335543;[3]=6;} -- Tome of the Little Mūmak
_PETS[79] = {[1]=1879332618;[2]=1879332632;[3]=9;} -- Tome of the Rohirric Follower
_PETS[80] = {[1]=1879332619;[2]=1879332631;[3]=6;} -- Tome of the Skittish Black Horse
_PETS[81] = {[1]=1879335792;[2]=1879335790;[3]=10;} -- Tome of the Soaring Bird Kite
_PETS[82] = {[1]=1879329170;[2]=1879329172;[3]=6;} -- Tome of the Striped Pelennor Pig
_PETS[83] = {[1]=1879339349;[2]=1879339319;[3]=10;} -- Tome of the Storm-wing Kite
_PETS[84] = {[1]=1879335500;[2]=1879335548;[3]=10;} -- Tome of the Sunny Summer Kite
_PETS[85] = {[1]=1879335502;[2]=1879335546;[3]=9;} -- Tome of the Swan Knight Rider
_PETS[86] = {[1]=1879335504;[2]=1879335547;[3]=6;} -- Tome of the Tamed Hound
_PETS[87] = {[1]=1879326493;[2]=1879326485;[3]=6;} -- Tome of the Umber Goat
_PETS[88] = {[1]=1879329366;[2]=1879329367;[3]=6;} -- Tome of the White Squirrel
_PETS[89] = {[1]=1879332620;[2]=1879332634;[3]=6;} -- Tome of Willem's Cub
_PETS[90] = {[1]=1879332617;[2]=1879332628;[3]=6;} -- Tome of Willem Whisker

-- u19.3
_PETS[91] = {[1]=1879341434;[2]=1879341433;[3]=10;} -- Winter's Flower
_PETS[92] = {[1]=1879341436;[2]=1879341430;[3]=10;} -- Snowman Kite
_PETS[93] = {[1]=1879341438;[2]=1879341441;[3]=10;} -- Winter Dove Kite

-- u20
_PETS[94] = {[1]=1879344535;[2]=1879344536;[3]=6;} -- Faroth the Tracking Hound
_PETS[95] = {[1]=1879343078;[2]=1879343079;[3]=6;} -- Helpful Hound
_PETS[96] = {[1]=1879343074;[2]=1879343076;[3]=6;} -- Well-supplied Hound
_PETS[97] = {[1]=1879344579;[2]=1879344566;[3]=10;} -- Moth Kite
_PETS[98] = {[1]=1879344574;[2]=1879344575;[3]=10;} -- Floral Kite
_PETS[99] = {[1]=1879344559;[2]=1879344560;[3]=10;} -- Bumblebee Kite

-- Anniversary Pets
_PETS[100] = {[1]=1879344485;[2]=1879344476;[3]=6;} -- Happy Pig
_PETS[101] = {[1]=1879344473;[2]=1879344478;[3]=3;} -- Raven
_PETS[102] = {[1]=1879344484;[2]=1879344482;[3]=6;} -- Puffy Sheep
_PETS[103] = {[1]=1879344463;[2]=1879344492;[3]=6;} -- Quiet Cow
_PETS[104] = {[1]=1879344462;[2]=1879344493;[3]=6;} -- Farmer Maggot's Dog
_PETS[105] = {[1]=1879344466;[2]=1879344494;[3]=6;} -- Bill the Pony
_PETS[106] = {[1]=1879344469;[2]=1879344495;[3]=6;} -- Friendly Deer
_PETS[107] = {[1]=1879344470;[2]=1879344496;[3]=6;} -- Majestic WhiteStag
_PETS[108] = {[1]=1879344577;[2]=1879344562;[3]=10;} -- Crimson Dragon Kite
_PETS[109] = {[1]=1879344564;[2]=1879344572;[3]=10;} -- Golden Dragon Kite
_PETS[110] = {[1]=1879344571;[2]=1879344582;[3]=10;} -- Silver Dragon Kite
_PETS[111] = {[1]=1879344561;[2]=1879344584;[3]=10;} -- Midnight Dragon Kite

--Summer Festival 2017
_PETS[112] = {[1]=1879343922;[2]=1879351563;[3]=10;} -- Summer Flower Kite
_PETS[113] = {[1]=1879343920;[2]=1879351565;[3]=10;} -- Midsummer's Comet Kite
_PETS[114] = {[1]=1879343921;[2]=1879351485;[3]=10;} -- Trout Kite
_PETS[115] = {[1]=1879351481;[2]=1879351480;[3]=10;} -- Sunflower Kite

Last edited by Xanthor : 08-10-2017 at 10:02 AM.
Xanthor is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-29-2017, 05:15 PM  
Garan
The Undying
 
Garan's Avatar
Interface Author - Click to view interfaces

Forum posts: 340
File comments: 980
Uploads: 20
Re: New kites...

Quote:
Originally Posted by Xanthor
There are 4 new kites for the summer fest, and need the IDs....

Sunny Summer Kite, 35 summer tokens
Soaring Bird Kite, 30 Mithril coins
Summer Flower Kite, 50 summer tokens
Midsummer's Comet Kite, 50 summer tokens

Hope someone out there can get us the IDs, thank you.
Soaring Bird and Sunny Summer are already ID'd in your post from May 27
_PETS[80] = {[1]=1879335792;[2]=1879335790;[3]=10;} -- Tome of the Soaring Bird Kite
_PETS[84] = {[1]=1879335500;[2]=1879335548;[3]=10;} -- Tome of the Sunny Summer Kite

EDIT:
There are three other new kites, "Sunflower Kite", "Trout Kite" and "Summer Kite" but I don't see a tome for the generic "Summer Kite"
Code:
Skill              Tome                Desc
1879343922  1879351563     Summer Flower Kite
1879343920  1879351565     Midsummers Commet
1879343921  1879351485     Trout Kite
1879351481  1879351480     Sunflower Kite
1879343923                 Summer Kite

Last edited by Garan : 06-29-2017 at 09:02 PM.
Garan is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-29-2017, 12:07 PM  
Xanthor
The Wary

Forum posts: 2
File comments: 51
Uploads: 0
New kites...

There are 4 new kites for the summer fest, and need the IDs....

Sunny Summer Kite, 35 summer tokens
Soaring Bird Kite, 30 Mithril coins
Summer Flower Kite, 50 summer tokens
Midsummer's Comet Kite, 50 summer tokens

Hope someone out there can get us the IDs, thank you.
Xanthor is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-11-2017, 01:44 PM  
DaBear78
The Undefeated
Interface Author - Click to view interfaces

Forum posts: 5
File comments: 76
Uploads: 5
In the latest official version (1.0.6, 05/18/2017) the Hallow-Eve Kite has two different numbers (63 & 90) and the Mūmak has only one entry (should be 2, because there are 2 different versions).
DaBear78 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-27-2017, 07:57 PM  
Xanthor
The Wary

Forum posts: 2
File comments: 51
Uploads: 0
part 2 of the string file...

-- u16.0
_PETSTRINGS[46] = {[1]="Brown Rabbit";[2]="Available for barter from Bert Bartleby for 5 Bingo tokens.";};
_PETSTRINGS[47] = {[1]="Very Fancy Cat";[2]="Available for barter from the quartermaster of the Rangers of Ithilien.";};
_PETSTRINGS[48] = {[1]="Brown Squirrel";[2]="Available for barter from Bert Bartleby for 5 Bingo tokens.";};
_PETSTRINGS[49] = {[1]="Brown Fox";[2]="Available for barter from the quartermaster of the Rangers of Ithilien.";};
_PETSTRINGS[50] = {[1]="Ginger Cat";[2]="Available for barter from the quartermaster of the Rangers of Ithilien.";};
_PETSTRINGS[51] = {[1]="Tan Sheep";[2]="Available for barter from Bert Bartleby for 5 Bingo tokens.";};
_PETSTRINGS[52] = {[1]="Pinto Rabbit";[2]="Available for barter from the quartermaster of the Rangers of Ithilien.";};
_PETSTRINGS[53] = {[1]="Brown Sheep";[2]="Available for barter from the quartermaster of the Rangers of Ithilien.";};
_PETSTRINGS[54] = {[1]="Sleek Fox";[2]="Available for barter from Bert Bartleby for 5 Bingo tokens.";};

-- u17-19
_PETSTRINGS[55] = {[1]="Old Rattlepacks";[2]="Available for barter from Bert Bartleby for 10 Bingo tokens.";};
_PETSTRINGS[56] = {[1]="Tanglemane";[2]="Available for barter from Bert Bartleby for 20 Bingo tokens.";};
_PETSTRINGS[57] = {[1]="Blue Lizard";[2]="Available for barter from the Quartermaster of Defenders of Minas Tirith.";};
_PETSTRINGS[58] = {[1]="Brown Bat";[2]="Available from the Harvest festival 2016 for 40 tokens.";};
_PETSTRINGS[59] = {[1]="Blue Beetle";[2]="Available for barter from Bert Bartleby for 5 Bingo tokens.";};
_PETSTRINGS[60] = {[1]="Brown Snake";[2]="Available for barter from Bert Bartleby for 5 Bingo tokens.";};
_PETSTRINGS[61] = {[1]="Distant Cousin";[2]="Available for barter from Bert Bartleby for 5 Bingo tokens.";};
_PETSTRINGS[62] = {[1]="Green Beetle";[2]="Available for barter from the Quartermaster of Defenders of Minas Tirith.";};
_PETSTRINGS[63] = {[1]="Hallows-eve Kite";[2]="Available from Lotro Store for 595 Lotro points.";};
_PETSTRINGS[64] = {[1]="Ice Salamander";[2]="Available for barter from Bert Bartleby for 5 Bingo tokens.";};
_PETSTRINGS[65] = {[1]="Ithilien Fox";[2]="Available for barter from the Herbalist in North Ithilien.";};
_PETSTRINGS[66] = {[1]="Kite of the Sickle";[2]="Available from the Yule festival 2016 for 75 tokens.";};
_PETSTRINGS[67] = {[1]="Leaf-fall Kite";[2]="Available from the Harvest festival 2016 for 40 tokens.";};
_PETSTRINGS[68] = {[1]="Light Brown Goat";[2]="Available for barter from Bert Bartleby for 5 Bingo tokens.";};
_PETSTRINGS[69] = {[1]="Little Mūmak";[2]="Random drop from the Throne of the Dread Terror instance.";};
_PETSTRINGS[70] = {[1]="Loyal Swan Knight";[2]="Random drop from the Throne of the Dread Terror instance.";};
_PETSTRINGS[71] = {[1]="Miniature Grodbog Warrior";[2]="Available for barter from Bert Bartleby for 5 Bingo tokens.";};
_PETSTRINGS[72] = {[1]="Oaken Kite";[2]="Available from the Harvest festival 2016 for 40 tokens.";};
_PETSTRINGS[73] = {[1]="Rat-catcher Cat";[2]="Available from Lotro Store for 495 Lotro points.";};
_PETSTRINGS[74] = {[1]="Red Beetle";[2]="Available for barter from Bert Bartleby for 5 Bingo tokens.";};
_PETSTRINGS[75] = {[1]="Red Eagle";[2]="Available for barter from Bert Bartleby for 5 Bingo tokens.";};
_PETSTRINGS[76] = {[1]="Red Fox";[2]="Available for barter from the North Ithilien Quartermasters.";};
_PETSTRINGS[77] = {[1]="Red Squirrel";[2]="Available for barter from the Herbalist in North Ithilien.";};
_PETSTRINGS[78] = {[1]="Little Mumak";[2]="Purchase from store for 595 turbine points.";};
_PETSTRINGS[79] = {[1]="Rohirric Follower";[2]="Available for barter from the Quartermaster of Riders of Rohan.";};
_PETSTRINGS[80] = {[1]="Skittish Black Horse";[2]="Available for barter from Bert Bartleby for 5 Bingo tokens.";};
_PETSTRINGS[81] = {[1]="Soaring Bird Kite";[2]="Available from the Summer festival for 30 Mithril Coins.";};
_PETSTRINGS[82] = {[1]="Striped Pelennor Pig";[2]="Available for barter from the Quartermaster of Defenders of Minas Tirith.";};
_PETSTRINGS[83] = {[1]="Storm-wing Kite";[2]="Available from Lotro Store for 595 Lotro points.";};
_PETSTRINGS[84] = {[1]="Sunny Summer Kite";[2]="Available from the Summer festival 2016 for 75 tokens.";};
_PETSTRINGS[85] = {[1]="Swan Knight Rider";[2]="Random drop from the Throne of the Dread Terror instance.";};
_PETSTRINGS[86] = {[1]="Tamed Hound";[2]="Random drop from the Throne of the Dread Terror instance.";};
_PETSTRINGS[87] = {[1]="Umber Goat";[2]="Available for barter from Bert Bartleby for 5 Bingo tokens.";};
_PETSTRINGS[88] = {[1]="White Squirrel";[2]="Available for barter from Bert Bartleby for 5 Bingo tokens.";};
_PETSTRINGS[89] = {[1]="Willem's Cub";[2]="Available for barter from Bert Bartleby for 5 Bingo tokens.";};
_PETSTRINGS[90] = {[1]="Willem Whisker";[2]="Available for barter from Bert Bartleby for 5 Bingo tokens.";};

-- u19.3
_PETSTRINGS[91] = {[1]="Winter's Flower";[2]="Available from the Yule festival 2016 for 75 tokens.";};
_PETSTRINGS[92] = {[1]="Snowman Kite";[2]="Available at the store for 595 Lotro points.";};
_PETSTRINGS[93] = {[1]="Winter Dove Kite";[2]="Available at the store for 595 Lotro points.";};

-- u20
_PETSTRINGS[94] = {[1]="Faroth the Tracking Hound";[2]="Reward for completing Quest 'A New Friend'.";};
_PETSTRINGS[95] = {[1]="Helpful Hound";[2]="Barter from Master-provisioner (Host of the West) for 40 Salt and 10 Provision.";};
_PETSTRINGS[96] = {[1]="Well-supplied Hound";[2]="Barter from Master-provisioner (Host of the West) for 40 Salt and 10 Provisions.";};
_PETSTRINGS[97] = {[1]="Moth Kite";[2]="Barter from Spring Rewards Vendor for 30 Spring Leaves.";};
_PETSTRINGS[98] = {[1]="Floral Kite";[2]="Barter from Spring Rewards Vendor for 30 Spring Leaves.";};
_PETSTRINGS[99] = {[1]="Bumblebee Kite";[2]="Purchased from LOTRO Store for 495 LOTRO points.";};

-- Anniversary Pets

_PETSTRINGS[100] = {[1]="Happy Pig";[2]="Anniversary reward.";};
_PETSTRINGS[101] = {[1]="Raven";[2]="Anniversary reward.";};
_PETSTRINGS[102] = {[1]="Puffy Sheep";[2]="Anniversary reward.";};
_PETSTRINGS[103] = {[1]="Quiet Cow";[2]="Anniversary reward.";};
_PETSTRINGS[104] = {[1]="Farmer Maggot's Dog";[2]="Anniversary reward.";};
_PETSTRINGS[105] = {[1]="Bill the Pony";[2]="Anniversary reward.";};
_PETSTRINGS[106] = {[1]="Friendly Deer";[2]="Anniversary reward.";};
_PETSTRINGS[107] = {[1]="Majestic WhiteStag";[2]="Anniversary reward.";};
_PETSTRINGS[108] = {[1]="Crimson Dragon Kite";[2]="Anniversary reward.";};
_PETSTRINGS[109] = {[1]="Golden Dragon Kite";[2]="Barter from Gamemaster NPC for 15 Anniversary Tokens.";};
_PETSTRINGS[110] = {[1]="Silver Dragon Kite";[2]="Barter from Gamemaster NPC for 15 Anniversary Tokens.";};
_PETSTRINGS[111] = {[1]="Midnight Dragon Kite";[2]="Anniversary reward.";};
Xanthor is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-27-2017, 07:50 PM  
Xanthor
The Wary

Forum posts: 2
File comments: 51
Uploads: 0
String file, part 1

Latest update corrected May 27th...the complete data file and the English string file.

Use Notepad++ and save the files as LUA files...Replace the old file with the following:

In ...\Pets\Strings\English\Pets.lua

-----------------------------------------------------------------------------------------------------
--[[
Name & Descriptions for pets (where they are found etc.)
Note: Main table ID's must match those given in _PETS table
[1] = Pet Name
[2] = Description
--]]
-----------------------------------------------------------------------------------------------------


_PETSTRINGS[1] = {[1]="Snowy Fangorn Huorn";[2]="A small wintery huorn topped with snow. Rewarded randomly on opening gift boxes from Quickbeam in Fangorn.";};
_PETSTRINGS[2] = {[1]="Fangorn Huorn";[2]="A small huorn with few leaves. Rewarded randomly on opening gift boxes from Quickbeam in Fangorn.";};
_PETSTRINGS[3] = {[1]="Black Huorn with Honeycomb";[2]="A small huorn with copper leaves and beehives hanging from its branches. Rewarded randomly on opening gift boxes from Quickbeam in Fangorn.";};

_PETSTRINGS[4] = {[1]="Scrapper Chicken";[2]="Available for barter at the Hobnanigans fields in Bree-land when the event is active.";};
_PETSTRINGS[5] = {[1]="Black-foot Chicken";[2]="Available for barter at the Hobnanigans fields in Bree-land when the event is active.";};
_PETSTRINGS[6] = {[1]="Orange Wyandotte Chicken";[2]="Available to barter for at the Hobnanigans fields in Bree-land when the event is active.";};
_PETSTRINGS[7] = {[1]="Dorking Chicken";[2]="Available for barter at the Hobnanigans fields in Bree-land when the event is active.";};
_PETSTRINGS[8] = {[1]="Red Chicken";[2]="Available for barter at the Hobnanigans fields in Bree-land when the event is active.";};
_PETSTRINGS[9] = {[1]="White Chicken";[2]="Available for barter at the Hobnanigans fields in Bree-land when the event is active.";};

_PETSTRINGS[10] = {[1]="Dusty Shrew";[2]="Rare chance of receiving from the Spring Festival Box reward offered from the 'Terrible Tweens' quest (Spring Festival - Hedge Maze).";};
_PETSTRINGS[11] = {[1]="Plain Shrew";[2]="Rare chance of receiving from the Spring Festival Box reward offered from the 'Stomp-A-Shrew Challenge' quest (Spring Festival - Shrew Stomping).";};
_PETSTRINGS[12] = {[1]="Spotted Shrew";[2]="Chance of receiving when gathering flowers for the quest 'A Fist Full of Flowers' (Spring Festival).";};
_PETSTRINGS[13] = {[1]="Large Shrew";[2]="Rare chance of receiving from the Spring Festival Box reward offered from the 'Stomp-a-shrew - An enormous shrew' quest (Spring Festival - Shrew Stomping).";};

_PETSTRINGS[14] = {[1]="Bird-speech";[2]="Lore-master exclusive. Available from the Elves of Rivendell when you reach kindred.";};
_PETSTRINGS[15] = {[1]="Cat-speech";[2]="Lore-master exclusive. Random world drop.";};
_PETSTRINGS[16] = {[1]="Dog-speech";[2]="Lore-master exclusive. Random world drop.";};
_PETSTRINGS[17] = {[1]="Fox-speech";[2]="Lore-master exclusive. Random world drop.";};
_PETSTRINGS[18] = {[1]="Frog-speech";[2]="Lore-master exclusive. Random world drop.";};
_PETSTRINGS[19] = {[1]="Rabbit-speech";[2]="Lore-master exclusive. Available by completing the quest chain 'A Friend of the Wild' from Radagast in the Lone-lands.";};
_PETSTRINGS[20] = {[1]="Snake-speech";[2]="Lore-master exclusive. Random world drop.";};
_PETSTRINGS[21] = {[1]="Squirrel-speech";[2]="Lore-master exclusive. Random world drop.";};
_PETSTRINGS[22] = {[1]="Turtle-speech";[2]="Lore-master exclusive. Available from the Mathom Society when you reach ally.";};

-- U14
_PETSTRINGS[23] = {[1]="White Swan";[2]="Available for barter at Dol Amorth in Gondor.";};
_PETSTRINGS[24] = {[1]="Black Swan";[2]="Available for barter at Dol Amorth in Gondor.";};
_PETSTRINGS[25] = {[1]="Little Tundra Cub";[2]="Offered as a reward for Extra Life donations.";};
_PETSTRINGS[26] = {[1]="Ghost Bear";[2]="Offered as a reward for Extra Life donations.";};
_PETSTRINGS[27] = {[1]="Treasure-seeking Cave-claw";[2]="Available for barter at the Treasure Hunt event.";};

-- U14.1
_PETSTRINGS[28] = {[1]="Night Swan";[2]="Available from Lotro Store for 595 Lotro points.";};
_PETSTRINGS[29] = {[1]="Tan-back Cave-claw";[2]="Available for barter at the Treasure Hunt event.";};
_PETSTRINGS[30] = {[1]="Green-beak Cave-claw";[2]="Available for barter at the Treasure Hunt event.";};
_PETSTRINGS[31] = {[1]="Green-back Cave-claw";[2]="Available for barter at the Treasure Hunt event.";};
_PETSTRINGS[32] = {[1]="Pink-beak Cave-claw";[2]="Available for barter at the Treasure Hunt event.";};
_PETSTRINGS[33] = {[1]="Black-beak Cave-claw";[2]="Available for barter at the Treasure Hunt event.";};

-- U14.2
_PETSTRINGS[34] = {[1]="Frog";[2]="Available for barter from the quartermaster of the Rangers of Ithilien.";};
_PETSTRINGS[35] = {[1]="Pond Frog";[2]="Available for barter from any Roving Threat Quartermaster.";};
_PETSTRINGS[36] = {[1]="Marsh Frog";[2]="Rare reward from warband in the Dead Marshes.";};
_PETSTRINGS[37] = {[1]="Copper-back Frog";[2]="Available for barter from the quartermaster of the Rangers of Ithilien.";};
_PETSTRINGS[38] = {[1]="Fog Frog";[2]="Available for barter from the quartermaster of the Rangers of Ithilien.";};
_PETSTRINGS[39] = {[1]="Well-travelled Turtle";[2]="Rare reward from warband in the Dead Marshes.";};

-- u15.0
_PETSTRINGS[40] = {[1]="Aurochs Calf";[2]="Available for barter at Central Gondor.";};
_PETSTRINGS[41] = {[1]="Fire Grim";[2]="Available from the Yule festival.";};
_PETSTRINGS[42] = {[1]="Grim";[2]="Available from the Yule festival.";};
_PETSTRINGS[43] = {[1]="Sand-flies";[2]="Available for barter at Central Gondor.";};
_PETSTRINGS[44] = {[1]="Shadow Grim";[2]="Available from the Yule festival.";};
_PETSTRINGS[45] = {[1]="Stowaway Rat";[2]="Available for barter at Central Gondor.";};

Last edited by Xanthor : 05-27-2017 at 07:58 PM.
Xanthor is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-27-2017, 07:49 PM  
Xanthor
The Wary

Forum posts: 2
File comments: 51
Uploads: 0
Correction for duplicate Mumak

Latest update corrected May 27th...the complete data file and the English string file.

Use Notepad++ and save the files as LUA files...Replace the old file with the following:

In ...\Pets\Data\Pets.lua

------------------------------------------------------------------------------------------------------
--[[

Pet Data
[1] = Skill ID
[2] = Tome ID
[3] = Family ID
[4] = ClassID (mainly LM pets) LM = 185

--]]
------------------------------------------------------------------------------------------------------

_PETS[1] = {[1]=1879303918;[2]=1879303922;[3]=2;}; -- Snowy Fangorn Huorn
_PETS[2] = {[1]=1879303919;[2]=1879303923;[3]=2;}; -- Fangorn Huorn
_PETS[3] = {[1]=1879303920;[2]=1879303921;[3]=2;}; -- Black Huorn with Honeycomb
_PETS[4] = {[1]=1879305759;[2]=1879305775;[3]=3;}; -- Scrapper Chicken
_PETS[5] = {[1]=1879305760;[2]=1879305774;[3]=3;}; -- Black-foot Chicken
_PETS[6] = {[1]=1879305761;[2]=1879305773;[3]=3;}; -- Orange Wyandotte Chicken
_PETS[7] = {[1]=1879305764;[2]=1879305772;[3]=3;}; -- Dorking Chicken
_PETS[8] = {[1]=1879305766;[2]=1879305770;[3]=3;}; -- Red Chicken
_PETS[9] = {[1]=1879305769;[2]=1879305771;[3]=3;}; -- White Chicken
_PETS[10] = {[1]=1879307145;[2]=1879307144;[3]=6;}; -- Dusty Shrew
_PETS[11] = {[1]=1879307147;[2]=1879307148;[3]=6;}; -- Plain Shrew
_PETS[12] = {[1]=1879307149;[2]=1879307143;[3]=6;}; -- Spotted Shrew
_PETS[13] = {[1]=1879307150;[2]=1879307146;[3]=6;}; -- Large Shrew
_PETS[14] = {[1]=1879097202;[2]=1879097192;[3]=3;[4]=185;}; -- Bird-speech
_PETS[15] = {[1]=1879097203;[2]=1879097193;[3]=6;[4]=185;}; -- Cat-speech
_PETS[16] = {[1]=1879097204;[2]=1879097194;[3]=6;[4]=185;}; -- Dog-speech
_PETS[17] = {[1]=1879097205;[2]=1879097195;[3]=6;[4]=185;}; -- Fox-speech
_PETS[18] = {[1]=1879097206;[2]=1879097196;[3]=5;[4]=185;}; -- Frog-speech
_PETS[19] = {[1]=1879097207;[2]=1879097197;[3]=6;[4]=185;}; -- Rabbit-speech
_PETS[20] = {[1]=1879097208;[2]=1879097198;[3]=4;[4]=185;}; -- Snake-speech
_PETS[21] = {[1]=1879097209;[2]=1879097199;[3]=6;[4]=185;}; -- Squirrel-speech
_PETS[22] = {[1]=1879097230;[2]=1879097231;[3]=4;[4]=185;}; -- Turtle-speech

-- U14
_PETS[23] = {[1]=1879312762;[2]=1879312766;[3]=3;}; -- White Swan
_PETS[24] = {[1]=1879312764;[2]=1879312765;[3]=3;}; -- Black Swan
_PETS[25] = {[1]=1879313695;[2]=1879313697;[3]=6;}; -- Little Tundra Cub
_PETS[26] = {[1]=1879313696;[2]=1879313698;[3]=6;}; -- Ghost Bear
_PETS[27] = {[1]=1879314472;[2]=1879314475;[3]=6;}; -- Treasure-seeking Cave-claw

-- U14.1
_PETS[28] = {[1]=1879313809;[2]=1879313813;[3]=3;}; -- Night Swan
_PETS[29] = {[1]=1879315053;[2]=1879315057;[3]=6;}; -- Tan-back Cave-claw
_PETS[30] = {[1]=1879315056;[2]=1879315060;[3]=6;}; -- Green-beak Cave-claw
_PETS[31] = {[1]=1879315062;[2]=1879315061;[3]=6;}; -- Green-back Cave-claw
_PETS[32] = {[1]=1879315049;[2]=1879315064;[3]=6;}; -- Pink-beak Cave-claw
_PETS[33] = {[1]=1879315051;[2]=1879315068;[3]=6;}; -- Black-beak Cave-claw

-- U14.2
_PETS[34] = {[1]=1879316167;[2]=1879316183;[3]=5;}; -- Frog
_PETS[35] = {[1]=1879316168;[2]=1879316184;[3]=5;}; -- Pond Frog
_PETS[36] = {[1]=1879316166;[2]=1879316185;[3]=5;}; -- Marsh Frog
_PETS[37] = {[1]=1879316163;[2]=1879316186;[3]=5;}; -- Copper-back Frog
_PETS[38] = {[1]=1879316164;[2]=1879316187;[3]=5;}; -- Fog Frog
_PETS[39] = {[1]=1879316219;[2]=1879316218;[3]=4;}; -- Well-travelled Turtle

-- u15.0
_PETS[40] = {[1]=1879319169;[2]=1879319171;[3]=6;}; -- Tome of the Aurochs Calf
_PETS[41] = {[1]=1879316483;[2]=1879316484;[3]=8;}; -- Tome of the Fire Grim
_PETS[42] = {[1]=1879316482;[2]=1879316486;[3]=8;}; -- Tome of the Grim
_PETS[43] = {[1]=1879319164;[2]=1879319172;[3]=7;}; -- Tome of the Sand-flies
_PETS[44] = {[1]=1879316485;[2]=1879316487;[3]=8;}; -- Tome of the Shadow Grim
_PETS[45] = {[1]=1879319167;[2]=1879319170;[3]=6;}; -- Tome of the Stowaway Rat

-- u16.0
_PETS[46] = {[1]=1879324032;[2]=1879324051;[3]=6;} -- Tome of the Brown Rabbit
_PETS[47] = {[1]=1879324035;[2]=1879324052;[3]=6;} -- Tome of the Very Fancy Cat
_PETS[48] = {[1]=1879324030;[2]=1879324053;[3]=6;} -- Tome of the Brown Squirrel
_PETS[49] = {[1]=1879324031;[2]=1879324054;[3]=6;} -- Tome of the Brown Fox
_PETS[50] = {[1]=1879324050;[2]=1879324055;[3]=6;} -- Tome of the Ginger Cat
_PETS[51] = {[1]=1879324034;[2]=1879324056;[3]=6;} -- Tome of the Tan Sheep
_PETS[52] = {[1]=1879324049;[2]=1879324057;[3]=6;} -- Tome of the Pinto Rabbit
_PETS[53] = {[1]=1879324033;[2]=1879324058;[3]=6;} -- Tome of the Brown Sheep
_PETS[54] = {[1]=1879324036;[2]=1879324059;[3]=6;} -- Tome of the Sleek Fox

-- u17-19
_PETS[55] = {[1]=1879332623;[2]=1879332630;[3]=6;} -- Tome of Old Rattlepacks
_PETS[56] = {[1]=1879330274;[2]=1879330280;[3]=6;} -- Tome of Tanglemane
_PETS[57] = {[1]=1879329801;[2]=1879329800;[3]=4;} -- Tome of the Blue Lizard
_PETS[58] = {[1]=1879338923;[2]=1879338918;[3]=3;} -- Tome of the Brown Bat
_PETS[59] = {[1]=1879329365;[2]=1879329369;[3]=7;} -- Tome of the Blue Beetle
_PETS[60] = {[1]=1879329364;[2]=1879329368;[3]=4;} -- Tome of the Brown Snake
_PETS[61] = {[1]=1879332621;[2]=1879332633;[3]=9;} -- Tome of the Distant Cousin
_PETS[62] = {[1]=1879329794;[2]=1879329798;[3]=7;} -- Tome of the Green Beetle
_PETS[63] = {[1]=1879339353;[2]=1879339330;[3]=10;} -- Tome of the Hallows-eve Kite
_PETS[64] = {[1]=1879330273;[2]=1879330278;[3]=4;} -- Tome of the Ice Salamander
_PETS[65] = {[1]=1879339417;[2]=1879339416;[3]=6;} -- Tome of the Ithilien Fox
_PETS[66] = {[1]=1879339347;[2]=1879339317;[3]=10;} -- Tome of the Kite of the Plough
_PETS[67] = {[1]=1879339352;[2]=1879339331;[3]=10;} -- Tome of the Leaf-fall Kite
_PETS[68] = {[1]=1879326492;[2]=1879326487;[3]=6;} -- Tome of the Light Brown Goat
_PETS[69] = {[1]=1879335505;[2]=1879335545;[3]=6;} -- Tome of the Little Mūmak
_PETS[70] = {[1]=1879335508;[2]=1879335544;[3]=9;} -- Tome of the Loyal Swan Knight
_PETS[71] = {[1]=1879332622;[2]=1879332629;[3]=7;} -- Tome of the Miniature Grodbog Warrior
_PETS[72] = {[1]=1879339350;[2]=1879339324;[3]=10;} -- Tome of the Oaken Kite
_PETS[73] = {[1]=1879328850;[2]=1879328851;[3]=6;} -- Tome of the Rat-catcher Cat
_PETS[74] = {[1]=1879326491;[2]=1879326486;[3]=7;} -- Tome of the Red Beetle
_PETS[75] = {[1]=1879330272;[2]=1879330279;[3]=3;} -- Tome of the Red Eagle
_PETS[76] = {[1]=1879338944;[2]=1879338945;[3]=6;} -- Tome of the Red Fox
_PETS[77] = {[1]=1879338946;[2]=1879338949;[3]=6;} -- Tome of the Red Squirrel
_PETS[78] = {[1]=1879335499;[2]=1879335543;[3]=6;} -- Tome of the Little Mumak
_PETS[79] = {[1]=1879332618;[2]=1879332632;[3]=9;} -- Tome of the Rohirric Follower
_PETS[80] = {[1]=1879332619;[2]=1879332631;[3]=6;} -- Tome of the Skittish Black Horse
_PETS[81] = {[1]=1879335792;[2]=1879335790;[3]=10;} -- Tome of the Soaring Bird Kite
_PETS[82] = {[1]=1879329170;[2]=1879329172;[3]=6;} -- Tome of the Striped Pelennor Pig
_PETS[83] = {[1]=1879339349;[2]=1879339319;[3]=10;} -- Tome of the Storm-wing Kite
_PETS[84] = {[1]=1879335500;[2]=1879335548;[3]=10;} -- Tome of the Sunny Summer Kite
_PETS[85] = {[1]=1879335502;[2]=1879335546;[3]=9;} -- Tome of the Swan Knight Rider
_PETS[86] = {[1]=1879335504;[2]=1879335547;[3]=6;} -- Tome of the Tamed Hound
_PETS[87] = {[1]=1879326493;[2]=1879326485;[3]=6;} -- Tome of the Umber Goat
_PETS[88] = {[1]=1879329366;[2]=1879329367;[3]=6;} -- Tome of the White Squirrel
_PETS[89] = {[1]=1879332620;[2]=1879332634;[3]=6;} -- Tome of Willem's Cub
_PETS[90] = {[1]=1879332617;[2]=1879332628;[3]=6;} -- Tome of Willem Whisker

-- u19.3
_PETS[91] = {[1]=1879341434;[2]=1879341433;[3]=10;} -- Winter's Flower
_PETS[92] = {[1]=1879341436;[2]=1879341430;[3]=10;} -- Snowman Kite
_PETS[93] = {[1]=1879341438;[2]=1879341441;[3]=10;} -- Winter Dove Kite

-- u20
_PETS[94] = {[1]=1879344535;[2]=1879344536;[3]=6;} -- Faroth the Tracking Hound
_PETS[95] = {[1]=1879343078;[2]=1879343079;[3]=6;} -- Helpful Hound
_PETS[96] = {[1]=1879343074;[2]=1879343076;[3]=6;} -- Well-supplied Hound
_PETS[97] = {[1]=1879344579;[2]=1879344566;[3]=10;} -- Moth Kite
_PETS[98] = {[1]=1879344574;[2]=1879344575;[3]=10;} -- Floral Kite
_PETS[99] = {[1]=1879344559;[2]=1879344560;[3]=10;} -- Bumblebee Kite

-- Anniversary Pets

_PETS[100] = {[1]=1879344485;[2]=1879344476;[3]=6;} -- Happy Pig
_PETS[101] = {[1]=1879344473;[2]=1879344478;[3]=3;} -- Raven
_PETS[102] = {[1]=1879344484;[2]=1879344482;[3]=6;} -- Puffy Sheep
_PETS[103] = {[1]=1879344463;[2]=1879344492;[3]=6;} -- Quiet Cow
_PETS[104] = {[1]=1879344462;[2]=1879344493;[3]=6;} -- Farmer Maggot's Dog
_PETS[105] = {[1]=1879344466;[2]=1879344494;[3]=6;} -- Bill the Pony
_PETS[106] = {[1]=1879344469;[2]=1879344495;[3]=6;} -- Friendly Deer
_PETS[107] = {[1]=1879344470;[2]=1879344496;[3]=6;} -- Majestic WhiteStag
_PETS[108] = {[1]=1879344577;[2]=1879344562;[3]=10;} -- Crimson Dragon Kite
_PETS[109] = {[1]=1879344564;[2]=1879344572;[3]=10;} -- Golden Dragon Kite
_PETS[110] = {[1]=1879344571;[2]=1879344582;[3]=10;} -- Silver Dragon Kite
_PETS[111] = {[1]=1879344561;[2]=1879344584;[3]=10;} -- Midnight Dragon Kite
Xanthor is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-13-2017, 06:34 AM  
Arry
The Wary

Forum posts: 0
File comments: 2
Uploads: 0
Re: Re: Update 19+

Thank you!!!
Arry is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-11-2017, 07:55 PM  
Rainith
The Wary

Forum posts: 0
File comments: 13
Uploads: 0
Re: Re: Update 19+

Quote:
_PETS[69] = {[1]=1879335505;[2]=1879335545;[3]=6;} -- Tome of the Little Mūmak
*snip*
_PETSTRINGS[69] = {[1]="Little Mūmak";[2]="Random drop from Throne of the Dread Terror raid T2 or purchase from store for 595 turbine points.";};
I just want to point out that this is incorrect. I have the store version and it is different from the drop version and will not work with the plugin. I've been meaning to mention it for a while, but I keep thinking someone else will mention it or figure it out.
Rainith is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-10-2017, 07:04 PM  
sucamarto
The Wary
 
sucamarto's Avatar

Forum posts: 1
File comments: 117
Uploads: 0
Re: Update 19+

There have been several revisions... Can someone please post complete and correct entries for Update 19+ ? thank you in advance.

Pets\Data\Pets.lua
-- u17-19
_PETS[55] = {[1]=1879332623;[2]=1879332630;[3]=6;} -- Tome of Old Rattlepacks
_PETS[56] = {[1]=1879330274;[2]=1879330280;[3]=6;} -- Tome of Tanglemane
_PETS[57] = {[1]=1879329801;[2]=1879329800;[3]=4;} -- Tome of the Blue Lizard
_PETS[58] = {[1]=1879338923;[2]=1879338918;[3]=3;} -- Tome of the Brown Bat
_PETS[59] = {[1]=1879329365;[2]=1879329369;[3]=7;} -- Tome of the Blue Beetle
_PETS[60] = {[1]=1879329364;[2]=1879329368;[3]=4;} -- Tome of the Brown Snake
_PETS[61] = {[1]=1879332621;[2]=1879332633;[3]=9;} -- Tome of the Distant Cousin
_PETS[62] = {[1]=1879329794;[2]=1879329798;[3]=7;} -- Tome of the Green Beetle
_PETS[63] = {[1]=1879339353;[2]=1879339330;[3]=10;} -- Tome of the Hallows-eve Kite
_PETS[64] = {[1]=1879330273;[2]=1879330278;[3]=4;} -- Tome of the Ice Salamander
_PETS[65] = {[1]=1879339417;[2]=1879339416;[3]=6;} -- Tome of the Ithilien Fox
_PETS[66] = {[1]=1879339347;[2]=1879339317;[3]=10;} -- Tome of the Kite of the Plough
_PETS[67] = {[1]=1879339352;[2]=1879339331;[3]=10;} -- Tome of the Leaf-fall Kite
_PETS[68] = {[1]=1879326492;[2]=1879326487;[3]=6;} -- Tome of the Light Brown Goat
_PETS[69] = {[1]=1879335505;[2]=1879335545;[3]=6;} -- Tome of the Little Mūmak
_PETS[70] = {[1]=1879335508;[2]=1879335544;[3]=9;} -- Tome of the Loyal Swan Knight
_PETS[71] = {[1]=1879332622;[2]=1879332629;[3]=7;} -- Tome of the Miniature Grodbog Warrior
_PETS[72] = {[1]=1879339350;[2]=1879339324;[3]=10;} -- Tome of the Oaken Kite
_PETS[73] = {[1]=1879328850;[2]=1879328851;[3]=6;} -- Tome of the Rat-catcher Cat
_PETS[74] = {[1]=1879326491;[2]=1879326486;[3]=7;} -- Tome of the Red Beetle
_PETS[75] = {[1]=1879330272;[2]=1879330279;[3]=3;} -- Tome of the Red Eagle
_PETS[76] = {[1]=1879338944;[2]=1879338945;[3]=6;} -- Tome of the Red Fox
_PETS[77] = {[1]=1879338946;[2]=1879338949;[3]=6;} -- Tome of the Red Squirrel
_PETS[78] = {[1]=1879332618;[2]=1879332632;[3]=9;} -- Tome of the Rohirric Follower
_PETS[79] = {[1]=1879332619;[2]=1879332631;[3]=6;} -- Tome of the Skittish Black Horse
_PETS[80] = {[1]=1879335792;[2]=1879335790;[3]=10;} -- Tome of the Soaring Bird Kite
_PETS[81] = {[1]=1879329170;[2]=1879329172;[3]=6;} -- Tome of the Striped Pelennor Pig
_PETS[82] = {[1]=1879339349;[2]=1879339319;[3]=10;} -- Tome of the Storm-wing Kite
_PETS[83] = {[1]=1879335500;[2]=1879335548;[3]=10;} -- Tome of the Sunny Summer Kite
_PETS[84] = {[1]=1879335502;[2]=1879335546;[3]=9;} -- Tome of the Swan Knight Rider
_PETS[85] = {[1]=1879335504;[2]=1879335547;[3]=6;} -- Tome of the Tamed Hound
_PETS[86] = {[1]=1879326493;[2]=1879326485;[3]=6;} -- Tome of the Umber Goat
_PETS[87] = {[1]=1879329366;[2]=1879329367;[3]=6;} -- Tome of the White Squirrel
_PETS[88] = {[1]=1879332620;[2]=1879332634;[3]=6;} -- Tome of Willem's Cub
_PETS[89] = {[1]=1879332617;[2]=1879332628;[3]=6;} -- Tome of Willem Whisker

-- u19.1
_PETS[90] = {[1]=1879339353;[2]=1879339330;[3]=10;} -- Hallows-eve Kite

-- u19.3
_PETS[91] = {[1]=1879341434;[2]=1879341433;[3]=10;} -- Winter's Flower
_PETS[92] = {[1]=1879341436;[2]=1879341430;[3]=10;} -- Snowman Kite
_PETS[93] = {[1]=1879341438;[2]=1879341441;[3]=10;} -- Winter Dove Kite

-- u20
_PETS[93] = {[1]=0x70048597;[2]=0x70048598;[3]=6;} -- Faroth the Tracking Hound
_PETS[94] = {[1]=0x70047fe6;[2]=0x70047fe7;[3]=6;} -- Helpful Hound
_PETS[95] = {[1]=0x70047fe2;[2]=0x70047fe4;[3]=6;} -- Well-supplied Hound
_PETS[96] = {[1]=0x700485c3;[2]=0x700485b6;[3]=10;} -- Moth Kite
_PETS[97] = {[1]=0x700485be;[2]=0x700485bf;[3]=10;} -- Floral Kite
_PETS[98] = {[1]=0x700485af;[2]=0x700485b0;[3]=10;} -- Bumblebee Kite

-- Anniversary Pets
_PETS[99] = {[1]=1879344485;[2]=1879344476;[3]=6;} -- Happy Pig
_PETS[100] = {[1]=1879344473;[2]=1879344478;[3]=3;} -- Raven
_PETS[101] = {[1]=1879344484;[2]=1879344482;[3]=6;} -- Puffy Sheep
_PETS[102] = {[1]=1879344463;[2]=1879344492;[3]=6;} -- Quiet Cow
_PETS[103] = {[1]=1879344462;[2]=1879344493;[3]=6;} -- Farmer Maggot's Dog
_PETS[104] = {[1]=1879344466;[2]=1879344494;[3]=6;} -- Bill the Pony
_PETS[105] = {[1]=1879344469;[2]=1879344495;[3]=6;} -- Friendly Deer
_PETS[106] = {[1]=1879344470;[2]=1879344496;[3]=6;} -- Majestic WhiteStag
_PETS[107] = {[1]=1879344577;[2]=1879344562;[3]=10;} -- Crimson Dragon Kite
_PETS[108] = {[1]=1879344564;[2]=1879344572;[3]=10;} -- Golden Dragon Kite
_PETS[109] = {[1]=1879344571;[2]=1879344582;[3]=10;} -- Silver Dragon Kite
_PETS[110] = {[1]=1879344561;[2]=1879344584;[3]=10;} -- Midnight Dragon Kite





Pets\Strings\English\Pets.lua

-- u17-19
_PETSTRINGS[55] = {[1]="Old Rattlepacks";[2]="Barter from Bert Bartleby for 5 Bingo Tokens";};
_PETSTRINGS[56] = {[1]="Tanglemane";[2]="Barter from Bert Bartleby for 20 Bingo Tokens.";};
_PETSTRINGS[57] = {[1]="Blue Lizard";[2]="Barter from Bert Bartleby for 5 Bingo Tokens.";};
_PETSTRINGS[58] = {[1]="Brown Bat";[2]="Barter from harvest festival for 40 tokens.";};
_PETSTRINGS[59] = {[1]="Blue Beetle";[2]="Barter from Bert Bartleby for 5 Bingo Tokens.";};
_PETSTRINGS[60] = {[1]="Brown Snake";[2]="Barter from Bert Bartleby for 5 Bingo Tokens.";};
_PETSTRINGS[61] = {[1]="Distant Cousin";[2]="Barter from Bert Bartleby for 5 Bingo Tokens";};
_PETSTRINGS[62] = {[1]="Green Beetle";[2]="Barter from Heledon at the Great Gate of Minas Tirith";};
_PETSTRINGS[63] = {[1]="Hallows-eve Kite";[2]="Available at the store for 595 Lotro pts.";};
_PETSTRINGS[64] = {[1]="Ice Salamander";[2]="Barter from Bert Bartleby for 5 Bingo Tokens";};
_PETSTRINGS[65] = {[1]="Ithilien Fox";[2]="Available for 1 vial of Amber Extract from a Herbalist in the West Army.";};
_PETSTRINGS[66] = {[1]="Kite of the Sickle";[2]="Barter from Yule Festival for 75 tokens.";};
_PETSTRINGS[67] = {[1]="Leaf-fall Kite";[2]="Barter from harvest festival for 40 tokens.";};
_PETSTRINGS[68] = {[1]="Light Brown Goat";[2]="Barter from Bert Bartleby for 5 Bingo Tokens";};
_PETSTRINGS[69] = {[1]="Little Mūmak";[2]="Random drop from Throne of the Dread Terror raid T2 or purchase from store for 595 turbine points.";};
_PETSTRINGS[70] = {[1]="Loyal Swan Knight";[2]="Random drop from Throne of the Dread Terror raid T2.";};
_PETSTRINGS[71] = {[1]="Miniature Grodbog Warrior";[2]="Barter from Bert Bartleby for 5 Bingo Tokens";};
_PETSTRINGS[72] = {[1]="Oaken Kite";[2]="Barter from harvest festival for 40 tokens.";};
_PETSTRINGS[73] = {[1]="Rat-catcher Cat";[2]="Available at the store for 495 Lotro pts.";};
_PETSTRINGS[74] = {[1]="Red Beetle";[2]="Barter from Bert Bartleby for 5 Bingo Tokens.";};
_PETSTRINGS[75] = {[1]="Red Eagle";[2]="Barter from Bert Bartleby for 5 Bingo Tokens.";};
_PETSTRINGS[76] = {[1]="Red Fox";[2]="Barter from North Ithilien Quartermasters for 80 Host of the West Silver Pieces";};
_PETSTRINGS[77] = {[1]="Red Squirrel";[2]="Available for 1 vial of Amber Extract from a Herbalist in the West Army.";};
_PETSTRINGS[78] = {[1]="Rohirric Follower";[2]="Barter from Quartermaster (Riders of Rohan) at the War-stead of the King's Men for 40 Exquisite Wood-carvings and 32 Polished Marble Trinkets";};
_PETSTRINGS[79] = {[1]="Skittish Black Horse";[2]="Barter from Bert Bartleby for 5 Bingo Tokens";};
_PETSTRINGS[80] = {[1]="Soaring Bird Kite";[2]="Barter from summer festival for 30 mithril coins";};
_PETSTRINGS[81] = {[1]="Striped Pelennor Pig";[2]="Barter from The Guardians of Minas Tirith";};
_PETSTRINGS[82] = {[1]="Storm-wing Kite";[2]="Available at the store for 595 Lotro pts.";};
_PETSTRINGS[83] = {[1]="Sunny Summer Kite";[2]="Barter from summer festival for 75 tokens";};
_PETSTRINGS[84] = {[1]="Swan Knight Rider";[2]="Random drop from Throne of the Dread Terror raid T2.";};
_PETSTRINGS[85] = {[1]="Tamed Hound";[2]="Random drop from Throne of the Dread Terror raid T2.";};
_PETSTRINGS[86] = {[1]="Umber Goat";[2]="Barter from Bert Bartleby for 5 Bingo Tokens";};
_PETSTRINGS[87] = {[1]="White Squirrel";[2]="Barter from Bert Bartleby for 5 Bingo Tokens.";};
_PETSTRINGS[88] = {[1]="Willem's Cub";[2]="Barter from Bert Bartleby for 5 Bingo Tokens";};
_PETSTRINGS[89] = {[1]="Willem Whisker";[2]="Barter from Bert Bartleby for 5 Bingo Tokens";};

-- u19.1
_PETSTRINGS[90] = {[1]="Hallows-eve Kite";[2]="Available at the store for 595 Lotro pts.";};

-- u19.3
_PETSTRINGS[91] = {[1]="Winter's Flower";[2]="Barter from Yule Festival for 75 tokens.";};
_PETSTRINGS[92] = {[1]="Frosty Kite";[2]="Available at the store for 595 Lotro pts.";};
_PETSTRINGS[93] = {[1]="Winter Dove Kite";[2]="Available at the store for 595 Lotro pts.";};

-- u20
_PETSTRINGS[93] = {[1]="Faroth the Tracking Hound";[2]="Reward for completing Quest 'A New Friend'.";};
_PETSTRINGS[94] = {[1]="Helpful Hound";[2]="Barter from Master-provisioner (Host of the West) for 40 Salt and 10 Provision.";};
_PETSTRINGS[95] = {[1]="Well-supplied Hound";[2]="Barter from Master-provisioner (Host of the West) for 40 Salt and 10 Provisions.";};
_PETSTRINGS[96] = {[1]="Moth Kite";[2]="Barter from Spring Rewards Vendor for 30 Spring Leaves.";};
_PETSTRINGS[97] = {[1]="Floral Kite";[2]="Barter from Spring Rewards Vendor for 30 Spring Leaves.";};
_PETSTRINGS[98] = {[1]="Bumblebee Kite";[2]="Purchased from LOTRO Store for 495 LOTRO points.";};

-- Anniversary Pets
_PETSTRINGS[99] = {[1]="Happy Pig";[2]="Possible Anniversary reward.";};
_PETSTRINGS[100] = {[1]="Raven";[2]="Reward for The Anniversary Scavenger Hunt -- Year Three";};
_PETSTRINGS[101] = {[1]="Puffy Sheep";[2]="Possible Anniversary reward.";};
_PETSTRINGS[102] = {[1]="Quiet Cow";[2]="Possible Anniversary reward.";};
_PETSTRINGS[103] = {[1]="Farmer Maggot's Dog";[2]="Reward for The Anniversary Scavenger Hunt -- Year One";};
_PETSTRINGS[104] = {[1]="Bill the Pony";[2]="Reward for The Anniversary Scavenger Hunt -- Year Two";};
_PETSTRINGS[105] = {[1]="Friendly Deer";[2]="Possible Anniversary reward.";};
_PETSTRINGS[106] = {[1]="Majestic WhiteStag";[2]="Possible Anniversary reward.";};
_PETSTRINGS[107] = {[1]="Crimson Dragon Kite";[2]="Purchased from LOTRO Store for 595 LOTRO points.";};
_PETSTRINGS[108] = {[1]="Golden Dragon Kite";[2]="Barter from Games-master NPCs for 15 Anniversary Tokens.";};
_PETSTRINGS[109] = {[1]="Silver Dragon Kite";[2]="Barter from Games-master NPCs for 15 Anniversary Tokens.";};
_PETSTRINGS[110] = {[1]="Midnight Dragon Kite";[2]="Purchased from LOTRO Store for 595 LOTRO points.";};

Last edited by sucamarto : 05-11-2017 at 11:40 PM.
sucamarto is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-10-2017, 05:52 PM  
Arry
The Wary

Forum posts: 0
File comments: 2
Uploads: 0
Update 19+

There have been several revisions... Can someone please post complete and correct entries for Update 19+ ? thank you in advance.
Arry is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-23-2017, 07:12 PM  
sucamarto
The Wary
 
sucamarto's Avatar

Forum posts: 1
File comments: 117
Uploads: 0
Is it possible to add a checkbox to turn off certain pets types temporarily from the main display window?
sucamarto is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-21-2017, 12:11 PM  
Xanthor
The Wary

Forum posts: 2
File comments: 51
Uploads: 0
Re: Re: Anniversay pets updated...

Quote:
A slight update


_PETSTRINGS[108] = {[1]="Golden Dragon Kite";[2]="Barter from Games-master NPCs for 15 Anniversary Tokens.";};
_PETSTRINGS[109] = {[1]="Silver Dragon Kite";[2]="Barter from Games-master NPCs for 15 Anniversary Tokens.";};
Thank you for the info...updated my last post so the entire file is current...removing the dash.

Keep the info coming.

Last edited by Xanthor : 04-21-2017 at 01:05 PM.
Xanthor is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-20-2017, 11:44 PM  
sucamarto
The Wary
 
sucamarto's Avatar

Forum posts: 1
File comments: 117
Uploads: 0
Re: Anniversay pets updated...

A slight update


_PETSTRINGS[108] = {[1]="Golden Dragon Kite";[2]="Barter from Games-master NPCs for 15 Anniversary Tokens.";};
_PETSTRINGS[109] = {[1]="Silver Dragon Kite";[2]="Barter from Games-master NPCs for 15 Anniversary Tokens.";};
sucamarto is offline Report comment to moderator   Reply With Quote Reply With Quote
Post A Reply

 
Category Jump:
Search this Category:
 

All times are GMT -5. The time now is 03:49 AM.


Our Network
EQInterface | EQ2Interface | Minion | WoWInterface | ESOUI | LoTROInterface | MMOUI | Swtorui