League-of-Legends-Bot icon indicating copy to clipboard operation
League-of-Legends-Bot copied to clipboard

Bot Beginner

Open animax624 opened this issue 4 years ago • 2 comments

can i choose Bots beginner or its just Intro and intermediate and how ?

animax624 avatar Feb 01 '21 01:02 animax624

It's only Intro and Intermediate

kbakdev avatar Apr 03 '21 14:04 kbakdev

But it's possible if u set up QueueEnum.cs like this

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace LeagueBot.Game.Enums
{
    public enum QueueEnum
    {
        BotBeginner = 810,
        BotIntro = 830,
        BotIntermediate = 850,
    }
}

kbakdev avatar Apr 03 '21 14:04 kbakdev