lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO Stand-Alone Plugins > Other


Post A Reply
Author Comments Comment Options
Unread 09-09-2018, 01:59 AM  
SovereignJPC
The Wary
 
SovereignJPC's Avatar

Forum posts: 0
File comments: 2
Uploads: 0
Great plugin, thx to the programmer and all who've helped!

To all, when posting additions while waiting on new plugin releases, it would be helpful to post not just the ...\Documents\The Lord of the Rings Online\Plugins\GaluhadPlugins\Pets\Strings\English stuff, but also the ...\Documents\The Lord of the Rings Online\Plugins\GaluhadPlugins\Pets\Data stuff.

For example (NOTE THE # 170, 171, 172 are arbitrary and can be changed depending on where you are adding these....I simply added these 3 below the latest official release numbers that stopped at 169):


ENGLISH STRINGS FILE ======>>>>>


_PETSTRINGS[170] = {[1]="Storm-cloud";[2]="Found inside Gorgoroth Steel-bound Lootboxes."}
_PETSTRINGS[171] = {[1]="Yule Rabbit";[2]="Reward for the Stolen Sweets quest."}
_PETSTRINGS[172] = {[1]="Big Goat Kid";[2]="Available for barter from Festival Announcer (Farmers Faire)."}


DATA FILE ======>>>>> (NOTE: the Storm-cloud second number below (1879373188) and Yule Rabbit second number below (1879378510) are wrong ....this 2nd number represents the un-applied item before you bind it to yourself. ....so, if you just want a shortcut to the pet and don't care about this .... just use code as below. I don't have the un-bound item in my inventory anymore to get the real number with a separate tool unless someone else does. Either way, for the 3 below, they work well-enough until the next plugin update).


_PETS[170] = {[1]=1879373187;[2]=1879373188;[3]=8;} -- Tome of the Storm-cloud";
_PETS[171] = {[1]=1879378509;[2]=1879378510;[3]=6;} -- Tome of the Yule Rabbit";
_PETS[172] = {[1]=1879368655;[2]=1879368666;[3]=6;} -- Tome of the Big Goat Kid
SovereignJPC is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 09-12-2018, 03:11 AM  
sucamarto
The Wary
 
sucamarto's Avatar

Forum posts: 1
File comments: 117
Uploads: 0
All Latest 2 updates combined;

I also noticed the Big Goat Kid was duplicated

English Strings File;

-- 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]="Found inside Gorgoroth Steel-bound Lootboxes";}
_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";}

-- u22.5
_PETSTRINGS[170] = {[1]="Storm-cloud";[2]="Found inside Gorgoroth Steel-bound Lootboxes."}
_PETSTRINGS[171] = {[1]="Yule Rabbit";[2]="Reward for the Stolen Sweets quest."}
_PETSTRINGS[172] = {[1]="Big Goat Kid";[2]="Available for barter from Festival Announcer (Farmers Faire)."}


Data File;

-- 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]=6;} -- 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]=6;} -- 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]=6;} -- 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]=6;} -- Tome of the Coffee Goat Kid";
_PETS[162] = {[1]=1879368655;[2]=1879368666;[3]=6;} -- 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]=6;} -- 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";

-- u22.5
_PETS[170] = {[1]=1879373187;[2]=1879373188;[3]=8;} -- Tome of the Storm-cloud";
_PETS[171] = {[1]=1879378509;[2]=1879378510;[3]=6;} -- Tome of the Yule Rabbit";
_PETS[172] = {[1]=1879368655;[2]=1879368666;[3]=6;} -- Tome of the Big Goat Kid";

Last edited by sucamarto : 09-12-2018 at 03:24 AM.
sucamarto is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 10-08-2018, 06:42 PM  
sucamarto
The Wary
 
sucamarto's Avatar

Forum posts: 1
File comments: 117
Uploads: 0
Update 23.0 will introduced 4 new pets:
  • Silver Goat Kid
  • Mottled Goat Kid
  • Fiery Red Beetle
  • Rustflake Dust Devil

2018 Harvestmath
  • Black Cat

Update 23.1.2
  • Black Mastiff

Last edited by sucamarto : 10-26-2018 at 03:58 PM.
sucamarto is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-07-2018, 09:52 PM  
Xanthor
The Wary

Forum posts: 2
File comments: 51
Uploads: 0
Just re-use 172 so no duplicate.
Xanthor is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-20-2018, 01:15 PM  
sucamarto
The Wary
 
sucamarto's Avatar

Forum posts: 1
File comments: 117
Uploads: 0
"Hope someone is getting the ID numbers so we can update to the latest versions."

Q. How do you gather the ID numbers?


May I suggest that following once the IDs are gathered.

English Strings File;
-- u23.0
_PETSTRINGS[172] = {[1]="Silver Goat Kid";[2]="Available for barter from Quartermaster (Dwarf-holds Rewards)"}
_PETSTRINGS[173] = {[1]="Mottled Goat Kid";[2]="Available for barter from Adventurer's Quartermaster and inside Adventurer's Steel-bound Lootboxes"}
_PETSTRINGS[174] = {[1]="Fiery Red Bettle";[2]="Available for barter from Quartermaster (Dwarves of Erebor Rewards)"}
_PETSTRINGS[175] = {[1]="Rustflake Dust Devil";[2]="Available for barter from Quartermaster (Dwarves of Erebor Rewards)."}

-- Harvetsmath 2018
_PETSTRINGS[176] = {[1]="Black Cat";[2]="Available for barter from Festival Announcer (Farmers Faire)."}

-- u23.1.2
_PETSTRINGS[177] = {[1]="Black Mastiff";[2]="Available for barter from Festival Announcer (Farmers Faire)."}


Data File;
-- u23.0
_UPDATES[4] = {[1] = "23.0";[2] = 172;[3] = 177;};
_PETS[172] = {[1]=??????????;[2]=??????????;[3]=6;} -- Tome of the Silver Goat Kid"
_PETS[173] = {[1]=??????????;[2]=??????????;[3]=6;} -- Tome of the Mottled Goat Kid"
_PETS[174] = {[1]=??????????;[2]=??????????;[3]=7;} -- Tome of the Fiery Red Bettle"
_PETS[175] = {[1]=??????????;[2]=??????????;[3]=8;} -- Tome of the Rustflake Dust Devil;"

-- Harvetsmath 2018
_PETS[176] = {[1]=??????????;[2]=??????????;[3]=6;} -- Tome of the Black Cat"

-- u23.1.2
_PETS[177] = {[1]=??????????;[2]=??????????;[3]=6;} -- Tome of the Black Mastiff"

Last edited by sucamarto : 11-26-2018 at 10:08 PM.
sucamarto is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-23-2018, 02:23 PM  
Xanthor
The Wary

Forum posts: 2
File comments: 51
Uploads: 0
Problem with new items not loading...

I added the files of the latest data and strings to the 172 level, but it doesn't show any of them in game. I had like 3 different pets folders over varying spots, but deleted them all but the one under C/user/documents/plugins/pets
But it still doesn't show the new items, only goes up to the 140 entry. The reason I am looking for the fix is I just got the Little Goat Kid in a lootbox, and wasn't showing on the pets UI

Any suggestion on what is going wrong?

Xanthor

PS: Wondering if because is not installed on the C drive, but the D drive, if it can't find the folder.


PSS: It shows listing 163 items in the pets window, but we have 174 in the data files....sooooo confused.



HELP!!!! LoL

Last edited by Xanthor : 11-27-2018 at 08:35 PM.
Xanthor is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-27-2018, 08:10 PM  
Xanthor
The Wary

Forum posts: 2
File comments: 51
Uploads: 0
problem continued...

I removed any pet folders other than the one in C:user/document. etc. It is updated to the new items but they are still appearing in the game.

I re-cut and pasted the new items add-ons, but still not showing.

Maybe someone can re-upload the complete zip file with an up-to-date working copy.



PS: Is there a set number of pets allowed? Like somewhere there is a program file that sets the number of pets to like 140 total (and needs to be changed)?

Last edited by Xanthor : 11-27-2018 at 08:21 PM.
Xanthor is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-27-2018, 09:09 PM  
Xanthor
The Wary

Forum posts: 2
File comments: 51
Uploads: 0
think I solved my problem, but found a new one....

It appears things like little goat kid, and some other mammals are showing up under birds....needs to be fixed
Xanthor is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 11-28-2018, 03:08 AM  
Drono
The Undying
Interface Author - Click to view interfaces

Forum posts: 47
File comments: 107
Uploads: 1
Re: problem continued...

Quote:
PS: Is there a set number of pets allowed? Like somewhere there is a program file that sets the number of pets to like 140 total (and needs to be changed)?
somewhat yes

Quote:
-- u22.2
_UPDATES[14] = {[1] = "22.2";[2] = 152;[3] = 169;};
[1] = update name [2] = start index [3] = end index

sucamarto probably forgot to edit the end index when he added couple more, so it should be 171 (if you remove the duplicite 172 pet) also in his later comment there is typo in _UPDATES[4] should be 15

Edit: or add
Quote:
-- u22.5
_UPDATES[15] = {[1] = "22.5";[2] = 170;[3] = 171;};
and adjust the later update index

Last edited by Drono : 11-28-2018 at 03:13 AM.
Drono is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-03-2018, 06:08 PM  
sucamarto
The Wary
 
sucamarto's Avatar

Forum posts: 1
File comments: 117
Uploads: 0
Latest Pets update is listed here;

Galuhad - Pets 1.1.2b U23.1.2
https://www.lotrointerface.com/downl...1021#cmnt18912
sucamarto is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-04-2018, 02:14 PM  
Xanthor
The Wary

Forum posts: 2
File comments: 51
Uploads: 0
TY for the update

Last edited by Xanthor : 12-04-2018 at 02:21 PM.
Xanthor is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-18-2018, 10:27 AM  
Raegaen
The Wary

Forum posts: 0
File comments: 2
Uploads: 0
This is a great resource, especially for people like me who are constantly forgetting the shortcut to get to the pets area in the lotro normal interface. I do not like using Tonic Bars, so I was wondering if it would be possible for you to make a similar plug-in to this Pet one but for the game mounts? There are some I use all the time and hate having to go into my skills area to get them, so normally put them on my bars, but that takes up room needed for other things, so a mount plug-in like this Pet one would be fantastic!
Raegaen is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-19-2018, 01:58 PM  
Grizzly UK
The Wary
 
Grizzly UK's Avatar

Forum posts: 1
File comments: 18
Uploads: 0
Quote:
This is a great resource, especially for people like me who are constantly forgetting the shortcut to get to the pets area in the lotro normal interface. I do not like using Tonic Bars, so I was wondering if it would be possible for you to make a similar plug-in to this Pet one but for the game mounts? There are some I use all the time and hate having to go into my skills area to get them, so normally put them on my bars, but that takes up room needed for other things, so a mount plug-in like this Pet one would be fantastic!
About 18 months ago I asked if anyone knew of an addon like Pets but for mounts but never received a reply! I have looked but sadly I haven't been able to find anything like a mounts version of Pets.

Last edited by Grizzly UK : 12-19-2018 at 01:59 PM.
Grizzly UK is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-20-2018, 11:12 PM  
Xanthor
The Wary

Forum posts: 2
File comments: 51
Uploads: 0
Yule 2018 pets

When whomever does the new yule pets, don't forget the not-so grim snowman from the festivity dealer.
Xanthor is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 12-24-2018, 01:01 AM  
vaelarin
The Wary

Forum posts: 0
File comments: 5
Uploads: 0
Quote:
About 18 months ago I asked if anyone knew of an addon like Pets but for mounts but never received a reply! I have looked but sadly I haven't been able to find anything like a mounts version of Pets.
Provided that Galuhad doesn't mind people using his code, it's not incredibly difficult to make a mounts plugin like this one. The real "difficulty" comes with getting all the reference codes for the billion and a half horses and ponies in-game. It's tedious and time consuming.

So, you'd need: 1) permission to use the code. 2) copy the Pets folder and rename the copy Mounts 3) use a search/replace program and replace *every* instance of the word "Pets" with "Mounts" (or whatever you wanted to call it) - both file names and every instance of the word inside every file (relatively easy with a search/replace program). 4) rewrite \Data\Mounts.lua with the correct skill id codes for every mount in game (or at least every mount you want to use). 5) rewrite \Strings\English\Mounts.lua with the matched name of every mount in game. 6) rewrite \Strings\English\Families.lua with whatever categories you want to use (Promotional, Festival - or Spring2010, Summer2010, etc). 7) repeat steps 4-5 for any other language you want this to work for. 8) create a new icon and replace \Resources\Desktop.tga with that new icon (see the existing file for specs). 9) copy the whole folder into your LUA folder. 10) launch the game, load the plugin, pick your mounts
vaelarin 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 02:36 AM.


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