LoR-Bot icon indicating copy to clipboard operation
LoR-Bot copied to clipboard

Any recommended decks other than the 3 on Readme?

Open nezam7 opened this issue 1 year ago • 13 comments

Not an issue. More like a discussion. Just want to know what decks you guys are using. Any recommended standard deck?

Also.. maybe not be a bad idea if we can have a discord channel to discuss the deck, an improvement on the bot, etc.

Thanks for making this bot works. Helps a ton

nezam7 avatar Apr 03 '23 13:04 nezam7

Yo, in general the all-in aggro decks should work the best, since that is the only thing the bot is doing :smile:.

So, development of this bot is kind of stagnated. The thing is, to properly make such a bot, the best way is to read the memory of the game directly and do actions based of that, which I'm not doing (also that is easier to detect and ban). So since this bot is made in such a (primitive) way, it is very hard to build on top of it, if you get what I'm saying :)

I can make a simple discord server if you want and I can do simple bug fixes, but not huge improvements I'm afraid.

MOj0 avatar Apr 03 '23 13:04 MOj0

i want to make a standard deck aggro. do u have any good deck for the bot? (standard)

nezam7 avatar Apr 28 '23 00:04 nezam7

Hi, well I put together this shurima aggro deck. CMCQCAYGBYAQIBQNAECQMAIEAQDQGGRGGMDAEBQICQLC2MB4AAAQCAQGFA It's not really amazing, perhaps I would need to add a separate logic just for that deck (just like with pirates and ephemeral decks).

MOj0 avatar Apr 28 '23 21:04 MOj0

i mesh up some random aggro deck i found on mobalytics the other day but somehow the bot didnt run. i got back into ephemereal and pirate decks. will try this for sure. thanks

nezam7 avatar Apr 29 '23 00:04 nezam7

Yeah, when making a deck, you must take into account that bot doesn't know how to play all the cards. In general, it doesn't know how to do targeting, except for something like Oblivious Islander, which targets the cards in hand. That being said, if you create a custom strategy (like pirates and ephemeral), you can code that logic in as well.

MOj0 avatar Apr 29 '23 07:04 MOj0

image

managed to reached master with 100% bot. i use same modified aggro deck. i think at this point its probably nice to have a discord to talk about deck strategies like what are the optimum w/r with standard/wild deck etc.

nezam7 avatar Jun 09 '23 01:06 nezam7

Oh wow, I didn't think the bot would be this capable, to be honest. If you could share the deck code and your match history, so I can put it in the readme, that would be awesome :D This is my discord username if you want to chat/talk: mojo7683

MOj0 avatar Jun 09 '23 04:06 MOj0

i have added you. name nezam3035

nezam7 avatar Jun 09 '23 14:06 nezam7

I didn't get anything, and I also could not add you, says username is not found...

MOj0 avatar Jun 09 '23 16:06 MOj0

My username is just Nezam

I think its because Discord already made changes on username policy recently

On Sat, 10 Jun 2023 at 00:32, Matija Ojo @.***> wrote:

I didn't get anything, and I also could not add you, says username is not found...

— Reply to this email directly, view it on GitHub https://github.com/MOj0/LoR-Bot/issues/21#issuecomment-1584850272, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABDO2PZVJKTVIV6EFGOV7STXKNFYJANCNFSM6AAAAAAWRJPHIM . You are receiving this because you authored the thread.Message ID: @.***>

nezam7 avatar Jun 10 '23 03:06 nezam7

Right, but it should still work as my username is mojo7683... Anyways I sent you a friend request and it went through.

MOj0 avatar Jun 10 '23 06:06 MOj0

Hi @LunaCasey, thanks for your feedback and the deck code, I'll update the readme with this.

Regarding a custom strategy, there is a Strategy class here . To add a custom strategy, you need to add another class, which extends Strategy class, like how it's done in Ephemeral for example. Then you need to add it to the DeckType enum here. Lastly, you need to add some logic, by which it will select that deck type here. If you have any trouble, comment here, or make a new Issue... perhaps I'll need to add this procedure to the readme aswell...

MOj0 avatar Jun 10 '23 15:06 MOj0

Has anyone had any success with the bot since the new expansion ? Now that ranked is standard the kalista deck seems gone and pirates lost some good cards. I have spent the past weeks messing around with pirates trying to find replacements but my best attempts don't exceed like 20% winrate. Has anyone had more luck ?

ajdc2 avatar Jul 04 '23 07:07 ajdc2