Recent content by Aioross

  1. A

    Script: Generation 9 Resource Pack [v21.1]

    Commander's switch out check is only done when you're choosing a new pokemon to send out. It seems no mechanic so far can interrupt a switch out unless the battle is finished in the meanwhile, so def pbAttackPhaseSwitch seems like a good place to start here, I added a check there if commander...
  2. A

    Poke Poker - Mini game for game corner

    I'm unsure, it's its own thing and doesn't really interact with other parts of the scripts so maybe it works, after a quick look only the Kernel part that's connected to the messages seems outdated but I suppose it can be removed if it gives off any error.
  3. A

    Poke Poker - Mini game for game corner

    Oof, I was just wandering around the forum and saw this old topic. I reuploaded the graphics: https://www.mediafire.com/file/5i1w8dp0uc1l389/Pokepoker.rar/file
  4. A

    The Gen 9 Move Animation Project

    I was able to replicate it on v21, just went straight to battle editor, loaded and played it and there it was. I don't know what fo[2] and fo[3] is supposed to hold but I added a next when they don't exist in the appropriate places and it got rid of the error while the move animation continued...
  5. A

    Script: Generation 9 Resource Pack [v21.1]

    I was messing around with Following Pkmn and noticed Dondozo's left / right sprite is reversed, the up and down are normal and I looked at other random g9 pokemon but they were all fine.
  6. A

    Script: Generation 9 Resource Pack [v21.1]

    Comeuppance / Metal Burst is different from counter, can't use the effects from it. I was trying to add the substitute check to it and it was when it hit me, if I add the substitute check to add target, it won't register the target and say there wasn't any target, it'll be wrong, it should just...
  7. A

    Script: Generation 9 Resource Pack [v21.1]

    I haven't tested Metal Burst in a clean essentials, but its description matches that of Comeuppance, so there's a high chance this is also present in native essentials. The substitute part is trivial but the part about the targets is tricky, I was relieved when I ctrl shift F lastFoeAttacker and...
  8. A

    Script: Generation 9 Resource Pack [v21.1]

    I saw your post, you really did some digging on that encore part, this is one thing that does NOT seem easy / simple to fix :\ In the meantime I've finished testing every move excluding tera-related ones except for the PLA moves which I'll either do later or tomorrow. I edited my previous post...
  9. A

    Script: Generation 9 Resource Pack [v21.1]

    I confirm that's the case, I didn't test it in a clean essentials, but this problem happens under the same conditions, if the ability was going to proc (30%) it will blink ability bar.
  10. A

    Script: Generation 9 Resource Pack [v21.1]

    I added another edit in previous post, it was regarding Toxic Chain, just saying for visibility since it was a small edit. As for the last dlc moves: (going from last to first this time) >Malignant Chain: Bulbapedia says Mirror Move shouldn't work, serebii says it does, since you had a datamine...
  11. A

    Script: Generation 9 Resource Pack [v21.1]

    Well, it does make sense. It would be pretty pointless, it was just a matter of adding the id then. As for treasures of ruin, I think I've got them to work: #attempt at treasures of ruin: [:TABLETSOFRUIN, :SWORDOFRUIN, :VESSELOFRUIN, :BEADSOFRUIN].each_with_index do |abil, i| next...
  12. A

    Script: Generation 9 Resource Pack [v21.1]

    Alright, I think making changes like the Electromorphosis one are welcome changes so I'll ignore similar changes from now on. I wasn't sure if Dondozo should be trapped but if yes then the message is the only thing and it's a harmless thing. Cud Chew if I'm being honest seems "skippable", fling...
  13. A

    Script: Generation 9 Resource Pack [v21.1]

    I've installed this plugin and was testing everything starting by abilities, I've encountered some problems: >Anger Shell : It wasn't proccing at 50%, just below 50%. :It used droppedbelowhalfhp, which I think is the function for Emergency Retreat, it's not appropriate for this ability...
  14. A

    [Error] Newbie in need of help with an error (I can't work out what is wrong) please

    click 2nd page of ur berries and re-select the "none" graphic
  15. A

    The default Pokemon Essentials Day Care lady causes crashes by using deprecated scripts.

    I think ur biggest problem was the deprecated method throw you off the real problem. Basically the species check wasn't being applied to a pokemon. It was hard to help you because this came from gen 8 and not base essentials so we were looking in the wrong place, I had this issue and fixed it a...
Back
Top