Search results for query: *

  1. urkerab

    Metagame Inverse (October's LCotM!)

    A fix has been submitted for this bug, but I don't know whether it's live yet.
  2. urkerab

    Needs Triage Bug Report - Teambuilder

    There's no easy way to support all the use cases. In particular, the expectation is that when dragging the slider with the mouse, the EVs should only jump when the resulting stat increases. This happens at every 4 EVs at level 100 but more EVs are needed at lower levels. Unfortunately this means...
  3. urkerab

    Done Tera Shell in Inverse Battles

    This happens because of an interaction between Inverse Mod and event processing. On most events, you want returning a falsy value to cancel event processing, as falsy values are used as a failure flag. Unfortunately, this means that when Inverse Mod finds a normal effective hit, it cancels the...
  4. urkerab

    Done Ursaluna Bloodmoon "egg moves"

    Ursaluna-Bloodmoon can learn Teddiursa's egg moves though use of the Mirror Herb. Unfortunately the /ms command is picking up on all of Teddiursa's moves, not just its egg moves. I'm not sure why /learn reports that Bulk Up can't be transferred from Gen 7; if you set the min source gen to 7 or...
  5. urkerab

    Metagame Triples

    Out of interest, which gen? (On ROM I created Gen 7 Triples Hackmons Cup just so I could play it against *Abyssal Bot; I didn't bother with Gen 8 or 9 though because I didn't like their gimmicks. I have added Gen 9 Random Triples Battle though, just because of this OM, although it's just doubles...
  6. urkerab

    Duplicate Dexsearch with the zrecovery argument

    This was already reported: https://www.smogon.com/forums/threads/3748163/
  7. urkerab

    Metagame Revelationmons

    It already doesn't work with Hidden Power Flying or Natural Gift with the Lum, Grepa, Coba or Lansat berries. (Also if you Skill Swap Gale Wings onto Smeargle holding the Sky Plate, then it doesn't boost Judgment in that case either.) So there's precedent for it not working with other...
  8. urkerab

    Client Illusion in Doubles with Terastallization

    (With the replay, simply selecting Go to turn 8 is enough to demonstrate the bug.)
  9. urkerab

    Duplicate Bug Report - Unsure

    https://www.smogon.com/forums/threads/3749635/ seems to have a more complete description of the bug.
  10. urkerab

    Chat Movesearch with !boosts or !lowers stats arguments

    FYI Current implementation is to filter on moves with boosts (including secondary boosts and self boosts), then filter on those remaining keeping only those that do or do not have a positive or negative boost as appropriate.
  11. urkerab

    Duplicate Throat Spray/Magician Race Condition

    The sim hasn't been told whether to process Magician or Throat Spray first, so the result is currently random. (I don't know what other interactions with Magician are incorrect so fixing this may end up being more involved than it seems a first glance.)
  12. urkerab

    Not A Bug Bug Report - Teambuilder

    At level 50 you need 8 EVs to increase a stat, except sometimes you only need 4 EVs to start with (depends on base stat and IVs). For instance, in your last case, the extra 4 EVs are wasted in Def because the resulting stat is still 137. (You should add those 4 EVs to Sp. Atk, to increase it...
  13. urkerab

    Project Metagame Workshop

    I still have the Gen 6 version installed on ROM but I don't play it myself so I can't tell you whether it still works after all this time.
  14. urkerab

    Project Metagame Workshop

    Sounds somewhat similar to Skillmons.
  15. urkerab

    Project Metagame Workshop

    This gives me vibes of Powered Up although that only affected abilities.
  16. urkerab

    Mechanics Reflect Type on successive uses (and with Illusion)

    This appears to be an interaction with the Gen 7+ type visibility mechanic. Prior to that, you didn't know that you were copying an illusion, and the client just copies the apparent type for you as a convenience. In Gen 7 however, it's possible to use the bottom screen to inspect your actual new...
  17. urkerab

    Client Pledge moves in tooltips

    This happens because Venusaur's Grass Pledge was "called" by Water Pledge. The sim needs to know this so that it can add the extra Pledge effect to the move. A similar problem probably happens if both allies use Round as in that case the second ally won't show any PP deduction. It might be...
  18. urkerab

    Mechanics Implementation of field- and all-target moves

    (These currently have to manually loop over all Pokémon; if a distinctive target existed, they could probably work like other spread moves.)
  19. urkerab

    Mechanics Protean's interaction with Toxic's accuracy

    Current sim behaviour is that Protean needs to run after the code that checks for Protect failures but before the code that runs semi-invulnerability checks. Unfortunately the buggy Gen 7 Toxic sure-hit for the rest of the turn behaviour also needs to run before semi-invulnerability checks, so...
  20. urkerab

    Chat /nds zrecovery, pivot

    The command works as designed if you include maxgen7 or lower. The problem is that Teleport is a zrecovery move, but also became a pivot move in gen8, so if you try to search for both in gen 8 you're getting a duplication. Similarly, /ds teleport, pivot, maxgen7 works but /ds teleport, pivot...
Back
Top