lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Stand-Alone Plugins > Other


Post A Reply
Author Comments Comment Options
Unread 01-01-2018, 04:33 PM  
Galuhad
The Undying
 
Galuhad's Avatar
Interface Author - Click to view interfaces

Forum posts: 24
File comments: 170
Uploads: 20
I have an update coming soon, but I'm struggling to find the codes for the Wildfowl kite without doing a new, full, item database scan.
These are the missing codes for all the other items:
Data/Pets.lua
Code:
-- u22.1 -> u21.3.2
_PETS[121] = {[1]=1879360799;[2]=1879360796;[3]=7;} -- "Tome of the Lhingris Crawler";
_PETS[122] = {[1]=1879360813;[2]=1879360798;[3]=6;} -- "Tome of the Thicket Mole-rat";
_PETS[123] = {[1]=1879360806;[2]=1879360800;[3]=7;} -- "Tome of the Gorgoroth Crawler";
_PETS[124] = {[1]=1879360829;[2]=1879360801;[3]=5;} -- "Tome of the Ash Frog";
_PETS[125] = {[1]=1879360793;[2]=1879360815;[3]=5;} -- "Tome of the Blight Frog";
_PETS[126] = {[1]=1879360817;[2]=1879360820;[3]=7;} -- "Tome of the Agarnaith Wormling";
_PETS[127] = {[1]=1879360807;[2]=1879360821;[3]=7;} -- "Tome of the Lhingris Wormling";
_PETS[128] = {[1]=1879360808;[2]=1879360828;[3]=5;} -- "Tome of the Toxic Frogling";
_PETS[129] = {[1]=1879360803;[2]=1879360834;[3]=6;} -- "Tome of the Plateau Mole-rat";
_PETS[130] = {[1]=1879360819;[2]=1879360835;[3]=7;} -- "Tome of the Agarnaith Crawler";
_PETS[131] = {[1]=1879360842;[2]=1879360839;[3]=4;} -- "Tome of the Diamondback Snake";
_PETS[132] = {[1]=1879360847;[2]=1879360845;[3]=4;} -- "Tome of the Mordor Snake";
_PETS[133] = {[1]=1879360856;[2]=1879360849;[3]=4;} -- "Tome of the Banded Snake";
_PETS[134] = {[1]=1879360844;[2]=1879360850;[3]=4;} -- "Tome of the Yellow Snake";
_PETS[135] = {[1]=1879360838;[2]=1879360851;[3]=4;} -- "Tome of the Agarnaith Snake";
_PETS[136] = {[1]=1879360841;[2]=1879360853;[3]=4;} -- "Tome of the Red Snake";
_PETS[137] = {[1]=1879360852;[2]=1879360854;[3]=4;} -- "Tome of the Striped Snake";
_PETS[138] = {[1]=1879361464;[2]=1879361465;[3]=5;} -- "Tome of the Gourd-lurker";
_PETS[139] = {[1]=1879362261;[2]=1879362277;[3]=3;} -- "Tome of the Snow Owl";
_PETS[140] = {[1]=1879362263;[2]=1879362278;[3]=6;} -- "Tome of the White Hare";
Strings/<language>/Pets.lua
Code:
-- u22.1 -> u21.3.2
_PETSTRINGS[121] = {[1]="Lhingris Crawler";[2]="Available from the Gorgoroth Quatermaster 50 Silver Signets of the Thandrim";}
_PETSTRINGS[122] = {[1]="Thicket Mole-rat";[2]="Available from the Gorgoroth Quatermaster 50 Silver Signets of the Thandrim";}
_PETSTRINGS[123] = {[1]="Gorgoroth Crawler";[2]="Found inside Gorgoroth Steel-bound Lootboxes";}
_PETSTRINGS[124] = {[1]="Ash Frog";[2]="Found inside Gorgoroth Steel-bound Lootboxes";}
_PETSTRINGS[125] = {[1]="Blight Frog";[2]="Found inside Gorgoroth Steel-bound Lootboxes";}
_PETSTRINGS[126] = {[1]="Agarnaith Wormling";[2]="Found inside Gorgoroth Steel-bound Lootboxes";}
_PETSTRINGS[127] = {[1]="Lhingris Wormling";[2]="Available from the Gorgoroth Quatermaster 50 Silver Signets of the Thandrim";}
_PETSTRINGS[128] = {[1]="Toxic Frogling";[2]="Available from the Gorgoroth Quatermaster 50 Silver Signets of the Thandrim";}
_PETSTRINGS[129] = {[1]="Plateau Mole-rat";[2]="Found inside Gorgoroth Steel-bound Lootboxes";}
_PETSTRINGS[130] = {[1]="Agarnaith Crawler";[2]="Found inside Gorgoroth Steel-bound Lootboxes";}
_PETSTRINGS[131] = {[1]="Diamondback Snake";[2]="Found inside Gorgoroth Steel-bound Lootboxes";}
_PETSTRINGS[132] = {[1]="Mordor Snake";[2]="Available from the Gorgoroth Quatermaster 50 Silver Signets of the Thandrim";}
_PETSTRINGS[133] = {[1]="Banded Snake";[2]="Found inside Gorgoroth Steel-bound Lootboxes";}
_PETSTRINGS[134] = {[1]="Yellow Snake";[2]="Found inside Gorgoroth Steel-bound Lootboxes";}
_PETSTRINGS[135] = {[1]="Agarnaith Snake";[2]="Available from the Gorgoroth Quatermaster 50 Silver Signets of the Thandrim";}
_PETSTRINGS[136] = {[1]="Red Snake";[2]="Found inside Gorgoroth Steel-bound Lootboxes";}
_PETSTRINGS[137] = {[1]="Striped Snake";[2]="Found inside Gorgoroth Steel-bound Lootboxes";}
_PETSTRINGS[138] = {[1]="Gourd-lurker";[2]="Available from a Fall Festival Trader for 40 Fall Festival Tokens";}
_PETSTRINGS[139] = {[1]="Snow Owl";[2]="Available from a Yule Festival Trader for 75 Yule Festival Tokens";}
_PETSTRINGS[140] = {[1]="White Hare";[2]="Available from a Yule Festival Trader for 75 Yule Festival Tokens";}
Galuhad is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-14-2017, 05:58 PM  
sucamarto
The Wary
 
sucamarto's Avatar

Forum posts: 1
File comments: 118
Uploads: 0
2 New pets as per Yule 2017

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

--Yule Festival 2017
_PETSTRINGS[140] = {[1]="Snow Owl";[2]="Available from a Yule Festival Trader for 75 Yule Festival Tokens";};
_PETSTRINGS[141] = {[1]="White Hare";[2]="Available from a Yule Festival Trader for 75 Yule Festival Tokens";};

AND

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

--Yule Festival 2017
_PETS[140] = {[1]=??????????;[2]=??????????;[3]=6;} -- Snow Owl
_PETS[141] = {[1]=??????????;[2]=??????????;[3]=6;} -- White Hare

Last edited by sucamarto : 12-14-2017 at 05:58 PM.
sucamarto is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-10-2017, 09:50 AM  
lotrofamily
The Wary
 
lotrofamily's Avatar

Forum posts: 4
File comments: 34
Uploads: 0
Smile Retrieving IDs

Hi there, I've been meaning to post in ages. I have also been looking to update Pets, especially since Fall Festival.

However I don't know how you go about finding IDs?

I have a L35-ish Lore-Master so have some 'cosmetic companions' but don't know if they classify as pets as such.

But yeah if you can let me know how I go about retrieving IDs, I'm happy to pitch in here.

Thanks!
lotrofamily is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-05-2017, 07:26 PM  
Xanthor
The Wary

Forum posts: 2
File comments: 51
Uploads: 0
Still needing Mordor and Fall Fest codes...

Still looking for codes for Mordor/Fall Fest, and Yule Fest will be here in a week or so, and with that, some new pets will also need codes.

Last edited by Xanthor : 12-05-2017 at 07:27 PM.
Xanthor is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-25-2017, 11:43 AM  
Xanthor
The Wary

Forum posts: 2
File comments: 51
Uploads: 0
A few corrections, but still needing the codes...

Corrected:
_PETSTRINGS[119] = {[1]="Beer-loving Badgers Kite";[2]="Purchased from LOTRO Store for 495 LOTRO points.";};


ALSO, the CLASS codes listed below for future references....

_FAMILY[1] = "All";
_FAMILY[2] = "Huorn";
_FAMILY[3] = "Bird";
_FAMILY[4] = "Reptile";
_FAMILY[5] = "Amphibian";
_FAMILY[6] = "Mammal";
_FAMILY[7] = "Insect";
_FAMILY[8] = "Element";
_FAMILY[9] = "Human";
_FAMILY[10] = "Kite";



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

--Mordor Expansion
_PETS[118] = {[1]=1879358817;[2]=1879358813;[3]=10;} -- Harvest Revelry Kite
_PETS[119] = {[1]=1879358816;[2]=1879358814;[3]=10;} -- Beer-loving Badgers Kite
_PETS[120] = {[1]=1879358821;[2]=1879358820;[3]=10;} -- Golden Grain Kite
_PETS[121] = {[1]=??????????;[2]=??????????;[3]=10;} -- Wildfowl Kite

--Fall Festial 2017
_PETS[122] = {[1]=??????????;[2]=??????????;[3]=5;} -- Gourd-lurker

--u21.2
_PETS[123] = {[1]=??????????;[2]=??????????;[3]=7;} -- Agarnaith Crawler
_PETS[124] = {[1]=??????????;[2]=??????????;[3]=7;} -- Agarnaith Wormling
_PETS[125] = {[1]=??????????;[2]=??????????;[3]=5;} -- Ash Frog
_PETS[126] = {[1]=??????????;[2]=??????????;[3]=4;} -- Banded Snake
_PETS[127] = {[1]=??????????;[2]=??????????;[3]=5;} -- Blight Frog
_PETS[128] = {[1]=??????????;[2]=??????????;[3]=4;} -- Diamondback Snake
_PETS[129] = {[1]=??????????;[2]=??????????;[3]=7;} -- Gorgoroth Crawler
_PETS[130] = {[1]=??????????;[2]=??????????;[3]=6;} -- Plateau Mole-rat
_PETS[131] = {[1]=??????????;[2]=??????????;[3]=4;} -- Red Snake
_PETS[132] = {[1]=??????????;[2]=??????????;[3]=4;} -- Striped Snake
_PETS[133] = {[1]=??????????;[2]=??????????;[3]=4;} -- Yellow Snake
_PETS[134] = {[1]=??????????;[2]=??????????;[3]=4;} -- Mordor Snake
_PETS[135] = {[1]=??????????;[2]=??????????;[3]=4;} -- Agarnaith Snake
_PETS[136] = {[1]=??????????;[2]=??????????;[3]=7;} -- Lhingris Crawler
_PETS[137] = {[1]=??????????;[2]=??????????;[3]=7;} -- Lhingris Wormling
_PETS[138] = {[1]=??????????;[2]=??????????;[3]=5;} -- Toxic Frogling
_PETS[139] = {[1]=??????????;[2]=??????????;[3]=6;} -- Thicket Mole-rat

The class codes are corrected...assuming the Gourd Lurker is probably an Amphibian.


Also, as I do not have a high level Loremaster, I do not ever see any new LM pets added. If any LMs are out there, let us know if and when a new LM pet is added, please.
The following is the LM pet example:
LM = 185 example:

_PETS[14] = {[1]=1879097202;[2]=1879097192;[3]=3;[4]=185;}; -- Bird-speech

LM pets still use the CLASS ID but also have a 4th element, as in...[4]=185;};


PS: I still do not have the Mordor expansion, so I can not see new pets from that expansion and will rely upon others to give us new pets.
Xanthor is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-15-2017, 02:27 AM  
sucamarto
The Wary
 
sucamarto's Avatar

Forum posts: 1
File comments: 118
Uploads: 0
Re: Store Kite...

In checking the store, there is a Frosty Kite for 595 Lotro Points that we have not picked up on, so please add it to your list to get the codes as well.

The Frosty Kite was released as part of update 19.3

It is actually the -- u19.3
_PETS[92] = {[1]=1879341436;[2]=1879341430;[3]=10;} -- Snowman Kite



--Fall Festial 2017
_PETS[122] = {[1]=??????????;[2]=??????????;[3]=??;} -- Gourd-lurker

--u21.2
_PETS[123] = {[1]=??????????;[2]=??????????;[3]=7;} -- Agarnaith Crawler
_PETS[124] = {[1]=??????????;[2]=??????????;[3]=7;} -- Agarnaith Wormling
_PETS[129] = {[1]=??????????;[2]=??????????;[3]=7;} -- Gorgoroth Crawler
_PETS[136] = {[1]=??????????;[2]=??????????;[3]=7;} -- Lhingris Crawler
_PETS[137] = {[1]=??????????;[2]=??????????;[3]=7;} -- Lhingris Wormling

Last edited by sucamarto : 10-20-2017 at 09:44 PM.
sucamarto is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-14-2017, 03:30 AM  
Xanthor
The Wary

Forum posts: 2
File comments: 51
Uploads: 0
Store Kite...

In checking the store, there is a Frosty Kite for 595 Lotro Points that we have not picked up on, so please add it to your list to get the codes as well.


_PETSTRINGS[140] = {[1]="Frosty Kite";[2]="Purchased from LOTRO Store for 595 LOTRO points.";};

_PETS[140] = {[1]=??????????;[2]=??????????;[3]=10;} -- Frosty Kite


Corrected:
_PETSTRINGS[119] = {[1]="Beer-loving Badgers Kite";[2]="Purchased from LOTRO Store for 495 LOTRO points.";};


ALSO, the CLASS codes (3rd element) are wrong on your list...10 is just for Kites....

_FAMILY[1] = "All";
_FAMILY[2] = "Huorn";
_FAMILY[3] = "Bird";
_FAMILY[4] = "Reptile";
_FAMILY[5] = "Amphibian";
_FAMILY[6] = "Mammal";
_FAMILY[7] = "Insect";
_FAMILY[8] = "Element";
_FAMILY[9] = "Human";
_FAMILY[10] = "Kite";



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

--Mordor Expansion
_PETS[118] = {[1]=1879358817;[2]=1879358813;[3]=10;} -- Harvest Revelry Kite
_PETS[119] = {[1]=1879358816;[2]=1879358814;[3]=10;} -- Beer-loving Badgers Kite
_PETS[120] = {[1]=1879358821;[2]=1879358820;[3]=10;} -- Golden Grain Kite
_PETS[121] = {[1]=??????????;[2]=??????????;[3]=10;} -- Wildfowl Kite

--Fall Festial 2017
_PETS[122] = {[1]=??????????;[2]=??????????;[3]=??;} -- Gourd-lurker

--u21.2
_PETS[123] = {[1]=??????????;[2]=??????????;[3]=??;} -- Agarnaith Crawler
_PETS[124] = {[1]=??????????;[2]=??????????;[3]=??;} -- Agarnaith Wormling
_PETS[125] = {[1]=??????????;[2]=??????????;[3]=5;} -- Ash Frog
_PETS[126] = {[1]=??????????;[2]=??????????;[3]=4;} -- Banded Snake
_PETS[127] = {[1]=??????????;[2]=??????????;[3]=5;} -- Blight Frog
_PETS[128] = {[1]=??????????;[2]=??????????;[3]=4;} -- Diamondback Snake
_PETS[129] = {[1]=??????????;[2]=??????????;[3]=??;} -- Gorgoroth Crawler
_PETS[130] = {[1]=??????????;[2]=??????????;[3]=6;} -- Plateau Mole-rat
_PETS[131] = {[1]=??????????;[2]=??????????;[3]=4;} -- Red Snake
_PETS[132] = {[1]=??????????;[2]=??????????;[3]=4;} -- Striped Snake
_PETS[133] = {[1]=??????????;[2]=??????????;[3]=4;} -- Yellow Snake
_PETS[134] = {[1]=??????????;[2]=??????????;[3]=4;} -- Mordor Snake
_PETS[135] = {[1]=??????????;[2]=??????????;[3]=4;} -- Agarnaith Snake
_PETS[136] = {[1]=??????????;[2]=??????????;[3]=??;} -- Lhingris Crawler
_PETS[137] = {[1]=??????????;[2]=??????????;[3]=??;} -- Lhingris Wormling
_PETS[138] = {[1]=??????????;[2]=??????????;[3]=5;} -- Toxic Frogling
_PETS[139] = {[1]=??????????;[2]=??????????;[3]=6;} -- Thicket Mole-rat

The class codes in red are becuase I have not seen these and not sure what class they are,, mammels, reptiles, amphibian, insect or whatever.



Also, as I do not have a high level Loremaster, I do not ever see any new LM pets added. If any LMs are out there, let us know if and when a new LM pet is added, please.
The following is the LM pet example:
LM = 185 example:

_PETS[14] = {[1]=1879097202;[2]=1879097192;[3]=3;[4]=185;}; -- Bird-speech

LM pets still use the CLASS ID but also have a 4th element, as in...[4]=185;};


PS: I still do not have the Mordor expansion, so I can not see new pets from that expansion and will rely upon others to give us new pets.

Last edited by Xanthor : 10-14-2017 at 04:08 AM.
Xanthor is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-11-2017, 07:53 PM  
sucamarto
The Wary
 
sucamarto's Avatar

Forum posts: 1
File comments: 118
Uploads: 0
Thanks, I'll try and take a look at it at the weekend.

Here is what I have found so far;

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

--Mordor Expansion
_PETSTRINGS[118] = {[1]="Harvest Revelry Kite";[2]="Available from the Farmer's Faire Festival Announcer for 60 Faire Tokens.";};
_PETSTRINGS[119] = {[1]="Beer-loving Badgers Kite";[2]="Purchased from LOTRO Store for ??? LOTRO points.";};
_PETSTRINGS[120] = {[1]="Golden Grain Kite";[2]="Available from the Farmer's Faire Festival Announcer for 60 Faire Tokens.";};
_PETSTRINGS[121] = {[1]="Wildfowl Kite";[2]="Purchased from LOTRO Store for 495 LOTRO points.";};

--Fall Festial 2017
_PETSTRINGS[122] = {[1]="Gourd-lurker";[2]="Available from a Fall Festival Trader for 40 Fall Festival Tokens";};

--u21.2
_PETSTRINGS[123] = {[1]="Agarnaith Crawler";[2]="Found inside Gorgoroth Steel-bound Lootboxes";};
_PETSTRINGS[124] = {[1]="Agarnaith Wormling";[2]="Found inside Gorgoroth Steel-bound Lootboxes";};
_PETSTRINGS[125] = {[1]="Ash Frog";[2]="Found inside Gorgoroth Steel-bound Lootboxes";};
_PETSTRINGS[126] = {[1]="Banded Snake";[2]="Found inside Gorgoroth Steel-bound Lootboxes";};
_PETSTRINGS[127] = {[1]="Blight Frog";[2]="Found inside Gorgoroth Steel-bound Lootboxes";};
_PETSTRINGS[128] = {[1]="Diamondback Snake";[2]="Found inside Gorgoroth Steel-bound Lootboxes";};
_PETSTRINGS[129] = {[1]="Gorgoroth Crawler";[2]="Found inside Gorgoroth Steel-bound Lootboxes";};
_PETSTRINGS[130] = {[1]="Plateau Mole-rat";[2]="Found inside Gorgoroth Steel-bound Lootboxes";};
_PETSTRINGS[131] = {[1]="Red Snake";[2]="Found inside Gorgoroth Steel-bound Lootboxes";};
_PETSTRINGS[132] = {[1]="Striped Snake";[2]="Found inside Gorgoroth Steel-bound Lootboxes";};
_PETSTRINGS[133] = {[1]="Yellow Snake";[2]="Found inside Gorgoroth Steel-bound Lootboxes";};
_PETSTRINGS[134] = {[1]="Mordor Snake";[2]="Available from the Gorgoroth Quatermaster 50 Silver Signets of the Thandrim";};
_PETSTRINGS[135] = {[1]="Agarnaith Snake";[2]="Available from the Gorgoroth Quatermaster 50 Silver Signets of the Thandrim";};
_PETSTRINGS[136] = {[1]="Lhingris Crawler";[2]="Available from the Gorgoroth Quatermaster 50 Silver Signets of the Thandrim";};
_PETSTRINGS[137] = {[1]="Lhingris Wormling";[2]="Available from the Gorgoroth Quatermaster 50 Silver Signets of the Thandrim";};
_PETSTRINGS[138] = {[1]="Toxic Frogling";[2]="Available from the Gorgoroth Quatermaster 50 Silver Signets of the Thandrim";};
_PETSTRINGS[139] = {[1]="Thicket Mole-rat";[2]="Available from the Gorgoroth Quatermaster 50 Silver Signets of the Thandrim";};


AND

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

--Mordor Expansion
_PETS[118] = {[1]=1879358817;[2]=1879358813;[3]=10;} -- Harvest Revelry Kite
_PETS[119] = {[1]=1879358816;[2]=1879358814;[3]=10;} -- Beer-loving Badgers Kite
_PETS[120] = {[1]=1879358821;[2]=1879358820;[3]=10;} -- Golden Grain Kite
_PETS[121] = {[1]=??????????;[2]=??????????;[3]=10;} -- Wildfowl Kite

--Fall Festial 2017
_PETS[122] = {[1]=??????????;[2]=??????????;[3]=10;} -- Gourd-lurker

--u21.2
_PETS[123] = {[1]=??????????;[2]=??????????;[3]=10;} -- Agarnaith Crawler
_PETS[124] = {[1]=??????????;[2]=??????????;[3]=10;} -- Agarnaith Wormling
_PETS[125] = {[1]=??????????;[2]=??????????;[3]=10;} -- Ash Frog
_PETS[126] = {[1]=??????????;[2]=??????????;[3]=10;} -- Banded Snake
_PETS[127] = {[1]=??????????;[2]=??????????;[3]=10;} -- Blight Frog
_PETS[128] = {[1]=??????????;[2]=??????????;[3]=10;} -- Diamondback Snake
_PETS[129] = {[1]=??????????;[2]=??????????;[3]=10;} -- Gorgoroth Crawler
_PETS[130] = {[1]=??????????;[2]=??????????;[3]=10;} -- Plateau Mole-rat
_PETS[131] = {[1]=??????????;[2]=??????????;[3]=10;} -- Red Snake
_PETS[132] = {[1]=??????????;[2]=??????????;[3]=10;} -- Striped Snake
_PETS[133] = {[1]=??????????;[2]=??????????;[3]=10;} -- Yellow Snake
_PETS[134] = {[1]=??????????;[2]=??????????;[3]=10;} -- Mordor Snake
_PETS[135] = {[1]=??????????;[2]=??????????;[3]=10;} -- Agarnaith Snake
_PETS[136] = {[1]=??????????;[2]=??????????;[3]=10;} -- Lhingris Crawler
_PETS[137] = {[1]=??????????;[2]=??????????;[3]=10;} -- Lhingris Wormling
_PETS[138] = {[1]=??????????;[2]=??????????;[3]=10;} -- Toxic Frogling
_PETS[139] = {[1]=??????????;[2]=??????????;[3]=10;} -- Thicket Mole-rat

Last edited by sucamarto : 10-12-2017 at 04:52 PM.
sucamarto is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-11-2017, 01:59 PM  
Galuhad
The Undying
 
Galuhad's Avatar
Interface Author - Click to view interfaces

Forum posts: 24
File comments: 170
Uploads: 20
Quote:
There's a whole slew of new pets in today's patch. One from the Harvestmath Festival, six (?) from Mordor barter and many more from the Gorgoroth lootboxes. I didn't notice that any were listed as drops from the new instances, but I might have missed some.

Also the two store kites from the last update finally made it into the store, they're 495 LP each.
Thanks, I'll try and take a look at it at the weekend.
Galuhad is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-10-2017, 08:47 PM  
Rainith
The Wary

Forum posts: 0
File comments: 13
Uploads: 0
There's a whole slew of new pets in today's patch. One from the Harvestmath Festival, six (?) from Mordor barter and many more from the Gorgoroth lootboxes. I didn't notice that any were listed as drops from the new instances, but I might have missed some.

Also the two store kites from the last update finally made it into the store, they're 495 LP each.
Rainith is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-02-2017, 10:49 AM  
Grizzly UK
The Wary
 
Grizzly UK's Avatar

Forum posts: 1
File comments: 18
Uploads: 0
Now that I've been using Pets for a few weeks I've got a couple of questions:

Is it possible to lock the Pets icon once user has moved it to wherever they want?

Can the direction of the bar be changed? Currently it only opens from the icon to the right, which prevents placing the icon on the right side of the UI.

Can the number of slots on the bar be increased (or decreased)?
Grizzly UK is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-29-2017, 04:18 AM  
Galuhad
The Undying
 
Galuhad's Avatar
Interface Author - Click to view interfaces

Forum posts: 24
File comments: 170
Uploads: 20
Quote:
The string file has not been updated in the latest patch...please fix.

Also, the data classification should be 10, not 18 as in the file.



This is the files so far...need red filled in, like the LOTRO store cost and last kite.



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

--Mordor Expansion
_PETSTRINGS[118] = {[1]="Harvest Revelry Kite";[2]="Available from the Farmer's Faire Festival Announcer for 60 Faire Tokens.";};
_PETSTRINGS[119] = {[1]="Beer-loving Badgers Kite";[2]="Purchased from LOTRO Store for ??? LOTRO points.";};
_PETSTRINGS[120] = {[1]="Golden Grain Kite";[2]="Available from the Farmer's Faire Festival Announcer for 60 Faire Tokens.";};
_PETSTRINGS[121] = {[1]="Wildfowl Kite";[2]="Purchased from LOTRO Store for ??? LOTRO points.";};

AND

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

--Mordor Expansion
_PETS[118] = {[1]=1879358817;[2]=1879358813;[3]=10;} -- Harvest Revelry Kite
_PETS[119] = {[1]=1879358816;[2]=1879358814;[3]=10;} -- Beer-loving Badgers Kite
_PETS[120] = {[1]=1879358821;[2]=1879358820;[3]=10;} -- Golden Grain Kite
_PETS[121] = {[1]=??????????;[2]=??????????;[3]=10;} -- Wildfowl Kite
As I said in my last post, the Wildfowl kite does NOT exist in the game database at the moment. There is no item or skill ID assigned to it so no point adding it just yet. When it becomes available then I will update the plugin.

The store cost I left out for the badgers kite because it is not available to purchase yet and subsequently I have no idea what it will cost.
Galuhad is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-26-2017, 08:18 PM  
Xanthor
The Wary

Forum posts: 2
File comments: 51
Uploads: 0
Quote:
I have updated the plugin with the three new kites in update 21.1 - Harvest Revelry Kite, Beer-loving Badgers Kite, and Golden Grain Kite.

The Wildfowl kite (whilst appearing in the collections window) does not seem to physically exist in game yet as an item or skill.
The string file has not been updated in the latest patch...please fix.

Also, the data classification should be 10, not 18 as in the file.



This is the files so far...need red filled in, like the LOTRO store cost and last kite.



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

--Mordor Expansion
_PETSTRINGS[118] = {[1]="Harvest Revelry Kite";[2]="Available from the Farmer's Faire Festival Announcer for 60 Faire Tokens.";};
_PETSTRINGS[119] = {[1]="Beer-loving Badgers Kite";[2]="Purchased from LOTRO Store for ??? LOTRO points.";};
_PETSTRINGS[120] = {[1]="Golden Grain Kite";[2]="Available from the Farmer's Faire Festival Announcer for 60 Faire Tokens.";};
_PETSTRINGS[121] = {[1]="Wildfowl Kite";[2]="Purchased from LOTRO Store for ??? LOTRO points.";};

AND

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

--Mordor Expansion
_PETS[118] = {[1]=1879358817;[2]=1879358813;[3]=10;} -- Harvest Revelry Kite
_PETS[119] = {[1]=1879358816;[2]=1879358814;[3]=10;} -- Beer-loving Badgers Kite
_PETS[120] = {[1]=1879358821;[2]=1879358820;[3]=10;} -- Golden Grain Kite
_PETS[121] = {[1]=??????????;[2]=??????????;[3]=10;} -- Wildfowl Kite

Last edited by Xanthor : 08-26-2017 at 08:36 PM.
Xanthor is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-26-2017, 02:00 PM  
Murxx
The Wary
 
Murxx's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 21
Uploads: 2
Updated the german version for 1.0.8 U21.1. See "Patch & Add-on List" above.
Murxx is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-26-2017, 09:32 AM  
Galuhad
The Undying
 
Galuhad's Avatar
Interface Author - Click to view interfaces

Forum posts: 24
File comments: 170
Uploads: 20
I have updated the plugin with the three new kites in update 21.1 - Harvest Revelry Kite, Beer-loving Badgers Kite, and Golden Grain Kite.

The Wildfowl kite (whilst appearing in the collections window) does not seem to physically exist in game yet as an item or skill.
Galuhad 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 04:35 AM.


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