lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Stand-Alone Plugins > Other


Post A Reply
Author Comments Comment Options
Unread 12-21-2015, 06:40 AM  
Urwendil
The Wary
 
Urwendil's Avatar

Forum posts: 0
File comments: 7
Uploads: 0
...except it can't load anymore...

Well, I made a custom panel with BevyoBars for the time being.
Urwendil is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-21-2015, 05:44 PM  
DaBear78
The Undefeated
Interface Author - Click to view interfaces

Forum posts: 5
File comments: 76
Uploads: 5
Quote:
Originally Posted by Urwendil
...except it can't load anymore...
Strange... It works very well for me...

EDIT: I had an idea: You are not playing with the german client, right?

For the english client you need to edit the Strings\English\Pets.lua file

Code:
-- u17.1
_PETSTRINGS[55] = {[1]="NAME OF THE PET";[2]="DESCRIPTION WHERE TO GET THE PET";};
_PETSTRINGS[56] = {[1]="NAME OF THE PET";[2]="DESCRIPTION WHERE TO GET THE PET";};
_PETSTRINGS[57] = {[1]="NAME OF THE PET";[2]="DESCRIPTION WHERE TO GET THE PET";};
_PETSTRINGS[58] = {[1]="NAME OF THE PET";[2]="DESCRIPTION WHERE TO GET THE PET";};
_PETSTRINGS[59] = {[1]="NAME OF THE PET";[2]="DESCRIPTION WHERE TO GET THE PET";};
_PETSTRINGS[60] = {[1]="NAME OF THE PET";[2]="DESCRIPTION WHERE TO GET THE PET";};
_PETSTRINGS[61] = {[1]="NAME OF THE PET";[2]="DESCRIPTION WHERE TO GET THE PET";};
_PETSTRINGS[62] = {[1]="NAME OF THE PET";[2]="DESCRIPTION WHERE TO GET THE PET";}
Just edit the red parts and everything should be fine

Last edited by DaBear78 : 12-28-2015 at 04:48 PM.
DaBear78 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-02-2016, 07:23 PM  
Urwendil
The Wary
 
Urwendil's Avatar

Forum posts: 0
File comments: 7
Uploads: 0
Quote:
Originally Posted by DaBear78
EDIT: I had an idea: You are not playing with the german client, right?

For the english client you need to edit the Strings\English\Pets.lua file
Just edited as you suggest after reinstalling the plugin. Will report when in game. Thanks
Urwendil is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-02-2016, 07:56 PM  
Urwendil
The Wary
 
Urwendil's Avatar

Forum posts: 0
File comments: 7
Uploads: 0
Works perfectly! All credits going to DaBear78, here is the code for reference:

...\Data\Pets.lua

(append to the bottom)

Code:
-- u17.1
_PETS[55] = {[1]=1879329170;[2]=1879329172;[3]=6;}	-- Tome of the Striped Pelennor Pig
_PETS[56] = {[1]=1879328850;[2]=1879328851;[3]=6;}	-- Tome of the Rat-catcher Cat
_PETS[57] = {[1]=1879326491;[2]=1879326486;[3]=7;}	-- Tome of the Red Beetle
_PETS[58] = {[1]=1879326492;[2]=1879326487;[3]=6;}	-- Tome of the Light Brown Goat
_PETS[59] = {[1]=1879326493;[2]=1879326485;[3]=6;}	-- Tome of the Umber Goat
_PETS[60] = {[1]=1879329364;[2]=1879329368;[3]=4;}	-- Tome of the Brown Snake
_PETS[61] = {[1]=1879329365;[2]=1879329369;[3]=7;}	-- Tome of the Blue Beetle
_PETS[62] = {[1]=1879329366;[2]=1879329367;[3]=6;}	-- Tome of the White Squirrel

...\Strings\English\Pets.lua

(append to the bottom)

Code:
-- u17.1
_PETSTRINGS[55] = {[1]="Striped Pelennor Pig";[2]="Barter from The Guardians of Minas Tirith";};
_PETSTRINGS[56] = {[1]="Piper Cat";[2]="Origin unknown";};
_PETSTRINGS[57] = {[1]="Red Beetle";[2]="Origin unknown";};
_PETSTRINGS[58] = {[1]="Light Brown Goat";[2]="Barter from Bert Bartleby for 5 Bingo Tokens";};
_PETSTRINGS[59] = {[1]="Umber Goat";[2]="Barter from Bert Bartleby for 5 Bingo Tokens";};
_PETSTRINGS[60] = {[1]="Brown Snake";[2]="Origin unknown";};
_PETSTRINGS[61] = {[1]="Blue Beetle";[2]="Origin unknown";};
_PETSTRINGS[62] = {[1]="White Squirrel";[2]="Origin unknown";}
Urwendil is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 01-27-2016, 03:24 AM  
Lumbago
The Wary
 
Lumbago's Avatar
Interface Author - Click to view interfaces

Forum posts: 2
File comments: 25
Uploads: 1
For u17.2

don't take into account my family ID, You can change it.


...\Data\Pets.lua

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

-- u17.2
_PETS[63] = {[1]=1879330273;[2]=1879330278;[3]=4;} -- Tome of the Ice Salamander
_PETS[64] = {[1]=1879330272;[2]=1879330279;[3]=3;} -- Tome of the Red Hawk
_PETS[65] = {[1]=1879330274;[2]=1879330280;[3]=6;} -- Tome of Crin Fou
_PETS[66] = {[1]=1879329794;[2]=1879329798;[3]=7;} -- Tome of the Green Beetle
_PETS[67] = {[1]=1879329801;[2]=1879329800;[3]=4;} -- Tome of the blue lizard


I have completed all the information regarding how to deal the Pets : number of tokens, where and when.

The package is for the french client but it's easy to translate I guess

http://www.lcda-team.fr/lotro/Pets_french_package.zip

Last edited by Lumbago : 02-12-2016 at 02:40 AM.
Lumbago is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-27-2016, 02:52 AM  
sucamarto
The Wary
 
sucamarto's Avatar

Forum posts: 1
File comments: 117
Uploads: 0
English 17.2

...\Data\Pets.lua
(append to the bottom)

-- u17.2
_PETS[63] = {[1]=1879330273;[2]=1879330278;[3]=4;} -- Tome of the Ice Salamander
_PETS[64] = {[1]=1879330272;[2]=1879330279;[3]=3;} -- Tome of the Red Hawk
_PETS[65] = {[1]=1879330274;[2]=1879330280;[3]=6;} -- Tome of Crin Fou
_PETS[66] = {[1]=1879329794;[2]=1879329798;[3]=7;} -- Tome of the Green Beetle
_PETS[67] = {[1]=1879329801;[2]=1879329800;[3]=4;} -- Tome of the Blue Lizard


...\Strings\Pets.lua
(append to the bottom)

-- u17.2
_PETSTRINGS[63] = {[1]="Ice Salamander";[2]="Barter from Bert Bartleby for 5 Bingo Tokens";};
_PETSTRINGS[64] = {[1]="Red Hawk";[2]="Barter from Bert Bartleby for 5 Bingo Tokens";};
_PETSTRINGS[65] = {[1]="Crin Fou";[2]="Barter from Bert Bartleby for 20 Bingo Tokens";};
_PETSTRINGS[66] = {[1]="Green Beetle";[2]="Barter from Heledon at the Great Gate of Minas Tirith";};
_PETSTRINGS[67] = {[1]="Blue Lizard";[2]="Barter from Bert Bartleby for 5 Bingo Tokens";};

Last edited by sucamarto : 05-03-2016 at 10:55 PM.
sucamarto is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-25-2016, 01:48 PM  
Murxx
The Wary
 
Murxx's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 21
Uploads: 2
I added a german patch above. Thanks to DaBear78 & Lumbago for the templates.

All pets up to U17.2, enhanced families (Lumbago) & a larger main window.

----

Ich hab mal einen deutschen Patch oben hochgeladen. Danke an DaBear78 & Lumbago für die Vorlagen.

Alle Pets bis U17.2, erweiterte Familien (Lumbago) & ein größeres Hauptfenster.
Murxx is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 04-27-2016, 12:02 PM  
Murxx
The Wary
 
Murxx's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 21
Uploads: 2
Update für Patch DE U17.2:

1.02 - wie man den Eissalamander bekommt
Murxx is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 05-17-2016, 09:14 PM  
sucamarto
The Wary
 
sucamarto's Avatar

Forum posts: 1
File comments: 117
Uploads: 0
Update 18.1 came with a new pet "Tome of the Rohirric Follower"
https://lotro-wiki.com/index.php/Item%3ATome_of_the_Rohirric_Follower

And the latest Bert pet rewards;

"Skittish Black Horse"
https://lotro-wiki.com/index.php/Item%3ATome_of_the_Skittish_Black_Horse

"Willem's Cub"
https://lotro-wiki.com/index.php/Item%3ATome_of_Willem's_Cub

Thanx to Saito404 for filling in the blanks below

English 18.1

...\Data\Pets.lua

[1] = Skill ID
[2] = Tome ID
[3] = Family ID
[4] = ClassID

(append to the bottom)
-- u18.1
_PETS[68] = {[1]=1879332618;[2]=187933632;[3]=6;} -- Tome of the Rohirric Follower
_PETS[69] = {[1]=1879332619;[2]=187933631;[3]=6;} -- Tome of the Skittish Black Horse
_PETS[70] = {[1]=1879332620;[2]=187933634;[3]=6;} -- Tome of Willem's Cub


...\Strings\Pets.lua
(append to the bottom)

-- u18.1
_PETSTRINGS[68] = {[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[69] = {[1]="Skittish Black Horse";[2]="Barter from Bert Bartleby for 5 Bingo Tokens";};
_PETSTRINGS[70] = {[1]="Willem's Cub";[2]="Barter from Bert Bartleby for 5 Bingo Tokens";};

Last edited by sucamarto : 06-08-2016 at 01:40 AM.
sucamarto is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-04-2016, 09:24 AM  
Saito404
The Wary

Forum posts: 0
File comments: 2
Uploads: 0
-- u18.1
_PETS[68] = {[1]=1879332618;[2]=187933632;[3]=6;} -- Tome of the Rohirric Follower
_PETS[69] = {[1]=1879332619;[2]=187933631;[3]=6;} -- Tome of the Skittish Black Horse
_PETS[70] = {[1]=1879332620;[2]=187933634;[3]=6;} -- Tome of Willem's Cub
Saito404 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-08-2016, 01:39 AM  
sucamarto
The Wary
 
sucamarto's Avatar

Forum posts: 1
File comments: 117
Uploads: 0
-- u18.1
_PETS[68] = {[1]=1879332618;[2]=187933632;[3]=6;} -- Tome of the Rohirric Follower
_PETS[69] = {[1]=1879332619;[2]=187933631;[3]=6;} -- Tome of the Skittish Black Horse
_PETS[70] = {[1]=1879332620;[2]=187933634;[3]=6;} -- Tome of Willem's Cub

Thank :-)
sucamarto is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 06-12-2016, 06:18 AM  
Murxx
The Wary
 
Murxx's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 21
Uploads: 2
Update für den deutschen Client U18.1

-------

btw, from where do you get the strings for new updates?
Murxx is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-13-2016, 01:49 PM  
Xanthor
The Wary

Forum posts: 2
File comments: 51
Uploads: 0
What are the add-ons for Willem Whiskers and Old Rattlepacks...gotten at the final chapter of Bingo Boffin?

Also, I think there is a companion of sorts that is a pet as well.

Last edited by Xanthor : 07-14-2016 at 01:08 PM.
Xanthor is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-15-2016, 04:50 AM  
sucamarto
The Wary
 
sucamarto's Avatar

Forum posts: 1
File comments: 117
Uploads: 0
You can also these 2

Tome of the Miniature Grodbog Warrior
Tome of the Distant Cousin

Last edited by sucamarto : 07-15-2016 at 04:51 AM.
sucamarto is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 07-18-2016, 05:17 AM  
Murxx
The Wary
 
Murxx's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 21
Uploads: 2
Quote:
-- u18.1
_PETS[68] = {[1]=1879332618;[2]=187933632;[3]=6;} -- Tome of the Rohirric Follower
_PETS[69] = {[1]=1879332619;[2]=187933631;[3]=6;} -- Tome of the Skittish Black Horse
_PETS[70] = {[1]=1879332620;[2]=187933634;[3]=6;} -- Tome of Willem's Cub

Thank :-)
how do I obtain those entries added by new client updates?
Murxx 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 10:56 AM.


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