thanks for the post and sharing the original guys work. I took his code and got it to work for me, but as you mentioned he is missing teams for the new rulesets and his logic on team selection could be a bit better. Was also thinking you need to update a bunch of his data tables with your cards and the new ones that have since been added. I'm going to be working on utilizing the SDK published by splinterlands to change the code around. Will share when I get somewhere!
You are viewing a single comment's thread from:
Thanks for checking it out, yeah seems a little outdated. I believe the logic is in a database that the app queries. Ill have to see if I can wrap my head around it.
Best of luck making changes, happy to add them to my fork if you want. Or you can start your own.
yeah I thought the same that he stored the logic in a database, After I have a list of card combos that works for my card set, I'm going to override his logic (still trying to decipher most of what he did). The better option would probably be to start using the splinterlands sdk and their pre built commands. https://github.com/steem-monsters/splinterlands-js
Ah okay, Ill take a look at the SDK and see if I can incorporate it into the bot.