I would like to know what I'm doing wrong:
My *.json file is in the following folder: .../Riot Games/League of Legends/Config/Champions/Vi/Recommended
(I had to create the folders: "Champions","Vi" and "Recommended", and obviously the *.json file too. The file name is "ViBuild.json".)
And here's the code:
Quote:
{
"champion":"Vi",
"title":"ViBuild",
"type":"Custom",
"map":"1",
"mode":"CLASSIC",
"priority":true,
"blocks":
[
{
"type":"starting",
"items":
[
{
"id":"1001",
"count":1
},
{
"id":"2003",
"count":3
}
]
},
{
"type":"essential",
"items":
[
{
"id":"3006",
"count":1
},
{
"id":"3071",
"count":1
},
{
"id":"3022",
"count":1
}
]
},
{
"type":"offensive",
"items":
[
{
"id":"3072",
"count":1
},
{
"id":"3072",
"count":1
}
]
},
{
"type":"defensive",
"items":
[
{
"id":"3091",
"count":1
}
]
}
]
}
|
It doesnt work. I'm trying to use it in the normal LoL (not in PBE).