How to Make/Edit Item Set

Redaga·11/1/2016, 6:57:06 PM·4 votes·5,434 views

im sure that after Riot announced the remove of the Item Set editor from the Client, some people are sad/ upset, even if Riot claims it was an unused feature, there are some of us that really liked it. There are already some programs that can lets you import the build from Champion.gg and im sure someone would be working on a decent App to make your own set and import em to the game. but till that happens and for those interested, here is how you can make your own sets with Word and a text editor (Note Pad) (word is not really necessary, but the color code helps to keep track of what are you doing) This is how the most simplified version of a Item set look on Code

> { > "blocks": [ > { > "type": "Name Here", > "items": [ > { > "count": 1, > "id": "" > }
> ] > } > ], > "isGlobalForChampions": false, > "isGlobalForMaps": true, > "map": "any", > "mode": "any", > "priority": false, > "title": "Item Set Name", > "type": "custom", > "uid": "LOL_7048BA83-6F8F-546B-8524-68A1B1494D34" >}

from "{" to "}" constitutes the whole Set, and the part we need to Modify are the Blocks and the Item within the Set

-We are gonna call this Block Code > { > "type": "Name of Block Here", > "items": [ > ] > }

-We are gonna call this Item Code > { > "count": 1, > "id": "Item id" > }

so Set in-game vs a Code Set Looks more or less, like this (Color Coded for easier understanding) http://i.imgur.com/eU8KNcF.jpg

The text on black should not be touched or erased, and the Yellow is the Name of the Set and the Individual Blocks

To make your own Sets, all you need is to Copy a Block Code (Green) within the "[ ]" of Set code (Blue) and an Item code (red) withing the "[ ]" of Block Code and place the Item ID for that of the item you want (in this cause ID 3001 is item 3001) http://i.imgur.com/OF6pzzB.jpg

To add extra items, at the end of the "}" of Items Code add a "," and the copy a new Item Code below, same with a new Block, at the end of the "}" and a "," and copy a new Block Code below. NOTE: THE LAST Item Code within a Block and THE LAST Block Code within a Set MUST NOT have "," after their "}"

http://i.imgur.com/wuJVST9.jpg

In Game http://i.imgur.com/KGb6HY4.png

So Plan the lanes you are gonna use and the Items within each, copy the Block Code and Item Code you need and then add in the Items ID

Once you have the Code Ready, open a Notepad new document, Copy the code and save it under any name you want but finish with the extension ".JSON" http://i.imgur.com/op9P72R.jpg

That file is the one the engine reads to generate your Item Set in game. all you have to do now is drop within the Folder of the champion you want to use the Set on.

the usual path is C:\Riot Games\League of Legends\Config\Champions[Folder of the Champion]\Recommended

Here you can download the Word document Color Coded to edit and the list of all Summoner Rift ITEM ID https://www.mediafire.com/?1hbvhmhj81hblaf

same ITEM ID list is at http://pastebin.com/QakwiwSc which I plan to update once the Pre-Season items hit

Last bout not least, you can get the Items ID from board itself. when you want to add the emoticon of a item. (example) item 3001 a show in the body of the comment "{{item3001}}". this code (3001) correspond to Abyssal Scepter and is the same code used within the game. so does apply for any other item. All the code in the Board are the same as the ID codes for In Game

14 Comments

Silverjust11/2/2016, 10:17:18 AM2 votes

thank you :)

Nameless Voice11/1/2016, 9:53:17 PM1 votes

I have to say, that's still far more work than even the rather awkward method we have now:

  • Quit client
  • Wait for client to fully quit
  • Launch old client
  • Log in
  • Create/edit item set
  • Start custom game
  • Select champion that owns the item set
  • Quit custom game
  • Quit old client
  • Wait for old client to fully quit
  • Launch new client
  • Log back in
Ok sure but why11/1/2016, 7:07:58 PM1 votes

when riot bans you for hacking

Dodecagonftw5/6/2017, 8:32:13 AM1 votes

https://www.youtube.com/watch?v=_SiorGMNMPM

i didn't make this video i just found it, hopefully this helps you.[slayer-pantheon-thumbs]

DeathOverlord5/18/2017, 3:43:59 PM1 votes

I mean Riot even made a guide ENCOURAGING item sets in the old league client. I really don't get why they would just up and there, take it out. I always felt like creating item set kind of made your champ for each item set "unique" in a way. I miss that.

SPIC4/4/2018, 6:34:43 AM1 votes

What's most annoying to me is that the old sets I created a long time ago are now permanent and I can't edit them. You would think they would default back to the sets the game recommends (that update as items and champs do).

I understand if they were too cheap to continue supporting something that wasn't popular, but at least go back to what it was before...

However I am also a very casual player and if I am missing something (which I bet I am) please let me know.

mtaoriiar2/15/2017, 6:24:44 PM1 votes

Thank you. Life saver! Those attached documents are worth the world! Also I want to add that 2055 is the code for the Control Ward.