any way to get item sets to work?
kinda sad they don't, I wanna make a ew one, anyone know if I can use them?
kinda sad they don't, I wanna make a ew one, anyone know if I can use them?
Use the legacy client to set them.
Alternatively: http://lol.item-set.com/
You can. Note. Steps 3 and 4 are to make a global item set carry over to the other champions. Steps 1 and 2 for champion specific itemsets will be enough.
FOR /D %%F in ("Champions*") DO copy Riot_ItemSet_1.json "%%F\Recommended\Riot_ItemSet_1.json" FOR /D %%F in ("Champions*") DO copy Riot_ItemSet_2.json "%%F\Recommended\Riot_ItemSet_2.json" FOR /D %%F in ("Champions*") DO copy Riot_ItemSet_3.json "%%F\Recommended\Riot_ItemSet_3.json" FOR /D %%F in ("Champions*") DO copy Riot_ItemSet_4.json "%%F\Recommended\Riot_ItemSet_4.json" FOR /D %%F in ("Champions*") DO copy Riot_ItemSet_5.json "%%F\Recommended\Riot_ItemSet_5.json"
pause