lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Stand-Alone Plugins > Other


Post A Reply
Author Comments Comment Options
Unread 03-06-2018, 06:05 PM  
Thurallor
The Undying
 
Thurallor's Avatar
Interface Author - Click to view interfaces

Forum posts: 202
File comments: 456
Uploads: 20
This problem is most likely due to the "Turbine.Language.Russian" enumeration value magically disappearing in the update. (See main forum thread.)

I'm hoping they will undo the change in a hotfix, now that they realize how many plugins they broke. If not, then you'll have to add the following line near the top of Main.lua, after the "import" commands:
Turbine.Language.Russian = 268435463;
Edit: This patch should work as a temporary fix.

Last edited by Thurallor : 03-06-2018 at 07:00 PM.
Thurallor is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-08-2018, 03:32 PM  
Xanthor
The Wary

Forum posts: 2
File comments: 51
Uploads: 0
Quote:
This problem is most likely due to the "Turbine.Language.Russian" enumeration value magically disappearing in the update. (See main forum thread.)

I'm hoping they will undo the change in a hotfix, now that they realize how many plugins they broke. If not, then you'll have to add the following line near the top of Main.lua, after the "import" commands:
Turbine.Language.Russian = 268435463;
Edit: This patch should work as a temporary fix.
It works, just add the line using notepad++ after the 4 import turbine lines as the top
Xanthor is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-15-2018, 04:27 PM  
sucamarto
The Wary
 
sucamarto's Avatar

Forum posts: 1
File comments: 117
Uploads: 0
1 New pets as per 21.3.3, 3 new pets in Update 22 and 3 new pets in Spring 2018 update


UPDATE 21.3.3
In ...\Pets\Strings\English\Pets.lua

--Update 21.3.3
_PETSTRINGS[142] = {[1]="Lasgalen Grey Owl";[2]="Available from the Keeper oF Mysteries for 700 Ahses of Gorgoroth or can drop from within a Gorgoroth Steel-bound Lootbox";};

AND

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

--Update 21.3.3
_PETS[142] = {[1]=??????????;[2]=??????????;[3]=3;} -- Lasgalen Grey Owl



UPDATE 22
In ...\Pets\Strings\English\Pets.lua

--Update 22
_PETSTRINGS[143] = {[1]="Thrush";[2]="Available from Quartermaster (Dwarves of Erebor Rewards) for 75 Tokens of the Lake and Rivers";};
_PETSTRINGS[144] = {[1]="Smaug Kite";[2]="Available from Quartermaster (Men of Dale Rewards) for 75 Tokens of the Lake and Rivers";};
_PETSTRINGS[145] = {[1]="Dale Calf";[2]="Available from Quartermaster (Elves of Felegoth Rewards) for 75 Tokens of the Lake and Rivers";};

AND

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

--Update 22
_PETS[143] = {[1]=??????????;[2]=??????????;[3]=3;} -- Thrush
_PETS[144] = {[1]=??????????;[2]=??????????;[3]=3;} -- Smaug Kite
_PETS[145] = {[1]=??????????;[2]=??????????;[3]=6;} -- Dale Calf



Spring Update 2018
In ...\Pets\Strings\English\Pets.lua

--Update 22
_PETSTRINGS[146] = {[1]="Spring Pheasant - Male";[2]="Spring Rewards Vendor for 20 Spring Leaves";};
_PETSTRINGS[147] = {[1]="Spring Pheasant - Female";[2]="Spring Rewards Vendor for 20 Spring Leaves";};
_PETSTRINGS[148] = {[1]="Hedgehog";[2]="Spring Rewards Vendor for 20 Spring Leaves";};

AND

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

--Update 22
_PETS[146] = {[1]=??????????;[2]=??????????;[3]=3;} -- Spring Pheasant - Male
_PETS[147] = {[1]=??????????;[2]=??????????;[3]=3;} -- Spring Pheasant - Female
_PETS[148] = {[1]=??????????;[2]=??????????;[3]=6;} -- Hedgehog

Last edited by sucamarto : 03-15-2018 at 11:06 PM.
sucamarto is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-16-2018, 07:49 AM  
Galuhad
The Undying
 
Galuhad's Avatar
Interface Author - Click to view interfaces

Forum posts: 24
File comments: 170
Uploads: 20
Quote:
1 New pets as per 21.3.3, 3 new pets in Update 22 and 3 new pets in Spring 2018 update

...
Thank you for those descriptions. New update is ready with a couple of other tweaks.
Galuhad is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-29-2018, 08:05 AM  
Xanthor
The Wary

Forum posts: 2
File comments: 51
Uploads: 0
Hope someone is getting the ID numbers so we can update to the latest versions.
Xanthor is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-01-2018, 09:12 AM  
Galuhad
The Undying
 
Galuhad's Avatar
Interface Author - Click to view interfaces

Forum posts: 24
File comments: 170
Uploads: 20
Quote:
Hope someone is getting the ID numbers so we can update to the latest versions.
The current version is the latest version. The last update to the game was a minor one, which has no new items from what I can see from doing a quick scan.
Galuhad is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-21-2018, 05:18 AM  
shadow0246
The Wary

Forum posts: 0
File comments: 6
Uploads: 0
Thumbs up thank you

Just wanted to say thank you for continuing to update this awesome plugin
shadow0246 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-06-2018, 03:43 AM  
sucamarto
The Wary
 
sucamarto's Avatar

Forum posts: 1
File comments: 117
Uploads: 0
Update 22.3 introduced 9 new pets:

Blue Peacock
Blue Peahen
Green Peacock
Green Peahen
Picnic Pony
Rain-cloud
Storm-cloud
White Peacock
White Peahen

and possibely as well

Black Peacock
Black Peahen

Last edited by sucamarto : 07-06-2018 at 03:44 AM.
sucamarto is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-06-2018, 10:39 AM  
Galuhad
The Undying
 
Galuhad's Avatar
Interface Author - Click to view interfaces

Forum posts: 24
File comments: 170
Uploads: 20
Quote:
Update 22.3 introduced 9 new pets:

Blue Peacock
Blue Peahen
Green Peacock
Green Peahen
Picnic Pony
Rain-cloud
Storm-cloud
White Peacock
White Peahen

and possibely as well

Black Peacock
Black Peahen
Those are already in the last Pets update. Just some had TBCs for where they come from. The latest update to the game added a bunch of goat kid pets, which I don't know what they are from yet either. I'll have another update soon. I already have all the skill and tome IDs, just not sure on locations yet. Thanks.
Galuhad is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-06-2018, 10:42 AM  
Galuhad
The Undying
 
Galuhad's Avatar
Interface Author - Click to view interfaces

Forum posts: 24
File comments: 170
Uploads: 20
Code:
-- u22.2
_UPDATES[14] = {[1] = "22.2";[2] = 152;[3] = 169;};

_PETS[152] = {[1]=1879368647;[2]=1879368656;[3]=3;} -- Tome of the Blue Peahen";
_PETS[153] = {[1]=1879368654;[2]=1879368657;[3]=3;} -- Tome of the White Peahen";
_PETS[154] = {[1]=1879368649;[2]=1879368658;[3]=3;} -- Tome of the Mottled Goat Kid";
_PETS[155] = {[1]=1879368653;[2]=1879368659;[3]=3;} -- Tome of the Green Peahen";
_PETS[156] = {[1]=1879368651;[2]=1879368660;[3]=3;} -- Tome of the Silver Goat Kid";
_PETS[157] = {[1]=1879368642;[2]=1879368661;[3]=3;} -- Tome of the Black Peahen";
_PETS[158] = {[1]=1879368644;[2]=1879368662;[3]=3;} -- Tome of the White Peacock";
_PETS[159] = {[1]=1879368643;[2]=1879368663;[3]=3;} -- Tome of the Teacup Goat Kid";
_PETS[160] = {[1]=1879368646;[2]=1879368664;[3]=3;} -- Tome of the Green Peacock";
_PETS[161] = {[1]=1879368645;[2]=1879368665;[3]=3;} -- Tome of the Coffee Goat Kid";
_PETS[162] = {[1]=1879368655;[2]=1879368666;[3]=3;} -- Tome of the Big Goat Kid";
_PETS[163] = {[1]=1879368652;[2]=1879368667;[3]=3;} -- Tome of the Black Peacock";
_PETS[164] = {[1]=1879368650;[2]=1879368668;[3]=3;} -- Tome of the Little Goat Kid";
_PETS[165] = {[1]=1879368648;[2]=1879368669;[3]=3;} -- Tome of the Blue Peacock";
_PETS[166] = {[1]=1879369001;[2]=1879369003;[3]=6;} -- Tome of the Picnic Pony";
_PETS[167] = {[1]=1879369187;[2]=1879369188;[3]=8;} -- Tome of the Raincloud";
_PETS[168] = {[1]=1879369424;[2]=1879369425;[3]=3;} -- Tome of the Songbird";
_PETS[169] = {[1]=1879369426;[2]=1879369428;[3]=6;} -- Tome of the White Fox";
Code:
-- u22.2
_PETSTRINGS[152] = {[1]="Blue Peahen";[2]="Available through barter during Summer Seasonal Instances";}
_PETSTRINGS[153] = {[1]="White Peahen";[2]="Found inside Gorgoroth Steel-bound Lootboxes";}
_PETSTRINGS[154] = {[1]="Mottled Goat Kid";[2]="TBC";}
_PETSTRINGS[155] = {[1]="Green Peahen";[2]="Available through barter during Summer Seasonal Instances";}
_PETSTRINGS[156] = {[1]="Silver Goat Kid";[2]="TBC";}
_PETSTRINGS[157] = {[1]="Black Peahen";[2]="TBC";}
_PETSTRINGS[158] = {[1]="White Peacock";[2]="Found inside Gorgoroth Steel-bound Lootboxes";}
_PETSTRINGS[159] = {[1]="Teacup Goat Kid";[2]="TBC";}
_PETSTRINGS[160] = {[1]="Green Peacock";[2]="Available through barter during Summer Seasonal Instances";}
_PETSTRINGS[161] = {[1]="Coffee Goat Kid";[2]="TBC";}
_PETSTRINGS[162] = {[1]="Big Goat Kid";[2]="TBC";}
_PETSTRINGS[163] = {[1]="Black Peacock";[2]="TBC";}
_PETSTRINGS[164] = {[1]="Little Goat Kid";[2]="TBC";}
_PETSTRINGS[165] = {[1]="Blue Peacock";[2]="Available through barter during Summer Seasonal Instances";}
_PETSTRINGS[166] = {[1]="Picnic Pony";[2]="Available through barter during Summer Seasonal Instances";}
_PETSTRINGS[167] = {[1]="Raincloud";[2]="Available through barter during Summer Seasonal Instances";}
_PETSTRINGS[168] = {[1]="Songbird";[2]="Available for barter from Featured Challenges";}
_PETSTRINGS[169] = {[1]="White Fox";[2]="Available for barter from Featured Challenges";}
Galuhad is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-08-2018, 02:00 AM  
sucamarto
The Wary
 
sucamarto's Avatar

Forum posts: 1
File comments: 117
Uploads: 0
Those are already in the last Pets update. Just some had TBCs for where they come from. The latest update to the game added a bunch of goat kid pets, which I don't know what they are from yet either. I'll have another update soon. I already have all the skill and tome IDs, just not sure on locations yet. Thanks.

I didnt notice the Storm-cloud in the update?

Update;

u22.4
_PETSTRINGS[164] = {[1]="Little Goat Kid";[2]="Found inside Gorgoroth Steel-bound Lootboxes and through barter with the Keeper of Mysteries;"}

Last edited by sucamarto : 07-18-2018 at 03:43 AM.
sucamarto is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-01-2018, 04:03 AM  
sucamarto
The Wary
 
sucamarto's Avatar

Forum posts: 1
File comments: 117
Uploads: 0
Update;

u22.4.1
_PETSTRINGS[165] = {[1]="Yule Rabbit";[2]="Reward for the Stolen Sweets quest."}

Edited (Added source);
u22.2
_PETSTRINGS[164] = {[1]="Little Goat Kid";[2]="Available for barter from Keeper of Mysteries and also found inside Gorgoroth Steel-bound Lootboxes";}

Last edited by sucamarto : 08-01-2018 at 06:25 PM.
sucamarto is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-21-2018, 02:23 AM  
Aedros
The Wary

Forum posts: 0
File comments: 3
Uploads: 0
Plugin Updates

Sorry if this is a basic question (my computer skills are limited!), but does the plugin automatically update itself when I open LOTRO, or do I need to download the update to my PC? My Pets interface does not show some of the newer pets - e.g., blue and green peacocks/peahens, storm cloud, etc.
Aedros is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-21-2018, 01:56 PM  
Thurallor
The Undying
 
Thurallor's Avatar
Interface Author - Click to view interfaces

Forum posts: 202
File comments: 456
Uploads: 20
Re: Plugin Updates

Quote:
Sorry if this is a basic question (my computer skills are limited!), but does the plugin automatically update itself when I open LOTRO, or do I need to download the update to my PC? My Pets interface does not show some of the newer pets - e.g., blue and green peacocks/peahens, storm cloud, etc.
It won't update itself automatically. You need to install newer versions the same way you installed the original. Or, you can use Plugin Compendium, which is a program that makes it easy to upgrade plugins.
Thurallor is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 08-23-2018, 05:30 PM  
sucamarto
The Wary
 
sucamarto's Avatar

Forum posts: 1
File comments: 117
Uploads: 0
Update;

u22.5
_PETSTRINGS[166] = {[1]="Big Goat Kid";[2]="Available for barter from Festival Announcer (Farmers Faire)."}

u22.4.1
_PETSTRINGS[165] = {[1]="Yule Rabbit";[2]="Reward for the Stolen Sweets quest."}

u22.2
_PETSTRINGS[164] = {[1]="Little Goat Kid";[2]="Available for barter from Keeper of Mysteries and also found inside Gorgoroth Steel-bound Lootboxes";}

Last edited by sucamarto : 08-24-2018 at 07:30 AM.
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 05:18 AM.


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