New lorebook items have no IDs!
Hiya
My website http://lotrogear.appspot.com/ shows lorebook items in a slightly different way. For it to work I use data from data.lotro.com, which works great.
To get an items data from data.lotro.com you need an ID and since i list all items i need the IDs of ALL armour/weapons/jewellery in the game. Now, the ONLY way Ive figured out how to get the IDs of all items is to use the lorebooks own JSON queries (the ones used in advanced search) and pick the IDs out of the rel attributes in the returned data.
The problem though is recently newer items dont have their ID listed in that JSON data. Is there any helpful turbine folks that can fix this one? - if not, my site is pretty much screwed :(
Cheers,
Stingray
P.S. Example JSON query. Run it and notice in the results the first few 'Archer' items rel attr is empty
http://lorebook.lotro.com/index.php?...type%5B%5D=all
Re: New lorebook items have no IDs!
Looks like the problem is now fixed. A little surprised there was no reply to my pm's or posts but I guess they're too busy working on update 3 stuff?
Its working again though, which is the main thing. Happy days. :)
Re: New lorebook items have no IDs!
The ids have been removed from the json. I'm looking for another way to query for ids...
If someone has some idea please share! :)
Re: New lorebook items have no IDs!
Quote:
Originally Posted by
Entenwyn
The ids have been removed from the json. I'm looking for another way to query for ids...
If someone has some idea please share! :)
Refer to this post for a solution:
http://forums.lotro.com/showthread.p...data.lotro.com