Coder Social home page Coder Social logo

Comments (8)

Ecuacion avatar Ecuacion commented on July 22, 2024

You can enable it in the config, see https://github.com/Ecuacion/Pokemon-Showdown-Node-Bot/blob/master/config-example.js#L302-L311

Add in config.js something like this and replace 'tournaments' for the corresponding room id.

exports.leaderboards = {};

exports.leaderboards['tournaments'] = {
    winnerPoints: 5,
    finalistPoints: 3,
    semiFinalistPoints: 1,
    battlePoints: 0
};

Also, i'll check the bug with rby/gsc teams

from pokemon-showdown-node-bot.

Ecuacion avatar Ecuacion commented on July 22, 2024

Bug fixed in 912c90e

from pokemon-showdown-node-bot.

Flareninja avatar Flareninja commented on July 22, 2024

Thanks

from pokemon-showdown-node-bot.

Flareninja avatar Flareninja commented on July 22, 2024

I noticed that when there is a suspect the teams given before the suspect don't work, what can I do?

from pokemon-showdown-node-bot.

Ecuacion avatar Ecuacion commented on July 22, 2024

Do you mean teams with Gothitelle shadow tag for example? You can simply delete the teams no longer valid for the tier with team delete, [team-id]. You can view all teams ids with teamslist

https://github.com/Ecuacion/Pokemon-Showdown-Node-Bot/tree/master/commands#battle

from pokemon-showdown-node-bot.

Flareninja avatar Flareninja commented on July 22, 2024

I mean that when there is in progress a suspect test, the tier changes name and the teams given before don't work(the bot tells that it hasn't teams in that tier)
(Sorry for my english)

from pokemon-showdown-node-bot.

Ecuacion avatar Ecuacion commented on July 22, 2024

This behavior is intentional. That's because OU and OU (Suspect test) are different formats with maybe different rules. So you must add new teams for OU (Suspect test), because OU teams can be invalid.

from pokemon-showdown-node-bot.

Flareninja avatar Flareninja commented on July 22, 2024

Ok, thanks

from pokemon-showdown-node-bot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.