Is there anyone who can tell me how can I Disable picking up Infernal keys?) Pls Message me , really need it.
1st anything to do with this ? I've Tried to delete lane and it stopped working.
// A list of SNO's to *FORCE* to type: Item. (BE CAREFUL WITH THIS!).
// 166943 = infernal key
private static readonly HashSet<int> hashForceSNOToItemList = new HashSet<int> {
2nd part , and there is a lot of places where infernal keys are mentioned Should I delete all lanes or is it enough to delete smth 1 ?
else if (tmp_item_ThisGilesItemType == GilesItemType.InfernalKey)
{
ItemsPickedStats.iTotalInfernalKeys++;
1st anything to do with this ? I've Tried to delete lane and it stopped working.
// A list of SNO's to *FORCE* to type: Item. (BE CAREFUL WITH THIS!).
// 166943 = infernal key
private static readonly HashSet<int> hashForceSNOToItemList = new HashSet<int> {
2nd part , and there is a lot of places where infernal keys are mentioned Should I delete all lanes or is it enough to delete smth 1 ?
else if (tmp_item_ThisGilesItemType == GilesItemType.InfernalKey)
{
ItemsPickedStats.iTotalInfernalKeys++;
Last edited:






