Skinz3 / League-of-Legends-Bot

League of legends bot is a pixel bot for League Of Legends 10.19, written in C# .NET using image processing , and dependency injection (Pattern Scripting)
154 stars 44 forks source link

Bot Beginner #71

Open animax624 opened 3 years ago

animax624 commented 3 years ago

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

kbakdev commented 3 years ago

It's only Intro and Intermediate

kbakdev commented 3 years ago

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,
    }
}