Search results

  1. OrdA

    Research Legends: Arceus Battle Mechanics Research

    Factoring out the 0.2 makes it a bit easier to read. (might change rounding behavior) Damage = ((Attack * 0.2 + Attacker Level * 3 + 20) / (Defense + 50)) * Base Power * other modifiers = 0.2 * (Attack + Attacker Level * 15 + 100) / (Defense + 50) * Base Power * other modifiers...
  2. OrdA

    Other Userlist Icons Stylus (A Comeback)

    (Would probably be wise not to import anything and have people re-submit, since many users won't be around anymore. The css file will be a lot smaller that way.)
  3. OrdA

    Other Userlist Icons Stylus (A Comeback)

    I used to maintain this for Irraquated in the later part, as requesting icons was done via the bot Scrappie I worked on. As more and more people requested icons, the css file eventually became too large. So the userstyles site rejected the upload.
  4. OrdA

    Thanks :)

    Thanks :)
  5. OrdA

    Resource [Major 2024 Update] A visual teambuilding tool for Overused tiers

    Hmm. Wouldn't making the tool in English be better? I'd think the vast majority of the french community understands English and knows the names of common pokemon and items. For English speakers, while it's possible to figure out the meaning it would certainly be easier to take in information at...
  6. OrdA

    Oh yeah, not really around - but I still check smogon

    Oh yeah, not really around - but I still check smogon
  7. OrdA

    hi, what's up? :)

    hi, what's up? :)
  8. OrdA

    [1] should result in a parse error exception, but I don't see one in the bot's logs. There was...

    [1] should result in a parse error exception, but I don't see one in the bot's logs. There was this ( https://hastebin.com/raw/goqewojife ), but it's for a different battle and shouldn't affect yours. [2] should result in the server giving a message in the chat (the red warning text you get when...
  9. OrdA

    Hi - I didn't write the code for Scrappie's battles. I tried to find the cause for this one, but...

    Hi - I didn't write the code for Scrappie's battles. I tried to find the cause for this one, but it's not a priority for me. I'm assuming the bot is either (1) unable to parse something the server sends it or (2) is trying to make an illegal move and the server rejects it.
  10. OrdA

    Ask simple questions here! [READ ORIGINAL POST before posting]

    You should find most of it here: https://github.com/Zarel/Pokemon-Showdown/tree/master/data
  11. OrdA

    Pokémon Showdown Staff Promotions

    04/04/18 - Silver was promoted to Driver!
  12. OrdA

    Ask simple questions here! [READ ORIGINAL POST before posting]

    Nobody can log into a disabled account. Names usually get disabled because they've either been inactive for a very long time, or sometimes because they conflict with PS rules.
  13. OrdA

    Metagame Shared Power [Under Re-Construction!]

    Sorry. I meant magic bounce. I corrected my post above. Edit: My argument would be that triage pangoro forces other offense to run lele, because it's too constraining to run two sashed checks. I didn't point out lele because it's the obvious answer to Pangoro; I thought everyone was already...
  14. OrdA

    Metagame Shared Power [Under Re-Construction!]

    Regarding Pangoro: Checks like Nidoking or Blacephalon work; but you'll need two of them. Note that not every fighting resist will do, since some can be ohkoed. With Tough Claws - Adaptability - Hustle. No item because I assume Pangoro runs Focus Sash: 252+ Atk Pangoro Drain Punch vs. 0 HP / 0...
  15. OrdA

    hey, sorry. You're not forgotten, but I've switched computers and don't have the files here at...

    hey, sorry. You're not forgotten, but I've switched computers and don't have the files here at the moment. btw, which features of CompGen do you need? There was a web version and a downloadable version. the data tab in brmt can also do some of what CompGen did.
  16. OrdA

    Programming Pokémon Showdown Damage Calculator

    Some time ago I suggested to allow inputting multiple calcs, and output the chance to KO at the end. I have written a small demo: https://hidden50.github.io/dpd/console.html Since this is only a demo for what the calc could do, you have to copy the possible damage amounts from the actual calc...
  17. OrdA

    Ask simple questions here! [READ ORIGINAL POST before posting]

    Room logs will eventually become part of the PS client, the same way /modlog already is. It might take some time, but that's a planned feature.
  18. OrdA

    it does, yeah

    it does, yeah
  19. OrdA

    I edit them in the code before auctions; this was sort of done quick & dirty. Might make a...

    I edit them in the code before auctions; this was sort of done quick & dirty. Might make a command to set them, later. Today is looking busy, though
Top