Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find Item Name Based on Id #24

Open
DanBradbury opened this issue Nov 26, 2013 · 3 comments
Open

Find Item Name Based on Id #24

DanBradbury opened this issue Nov 26, 2013 · 3 comments

Comments

@DanBradbury
Copy link

Maybe I just didn't see this construct but if it doesn't exist it probably should.

When you get the game stat info you get the list of items with the ID associated with them. From there it would be nice to have some direct lookup similar to LeagueChampions.

@DanBradbury
Copy link
Author

For my own selfish purposes I wrote a parser for Riots item list and here are my results (all items in a gist)

I know these will solve my needs but not sure if this type of built in functionality would be a huge benefit for others.

@tyxieblub
Copy link

I remember implementing an item management identical to the LeagueChampion management (and doing it by hand, because I'm this dumb :P). I'll look into creating a pull request for it when I'll get the time to do so.

@stirante
Copy link

stirante commented Dec 4, 2013

You can copy code from \League of Legends\RADS\projects\lol_air_client\releases\version\deploy\assets\swfs\AirGeneratedContent.swf.
After opening it in some flash decompiler you have something like this:
gameItems[1001] = createGameItem(1001,"Boots of Speed","Limited to 1.

UNIQUE Passive - Enhanced Movement: +25 Movement Speed

(Unique Passives with the same name don't stack.)","1001_Boots_of_Speed.dds",325,null,[3006,3117,3020,3009,3158,3111,3047],["Movement"]);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants