• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • It's time to vote for your favorite Pokémon Battle Revolution protagonist in our new weekly protagonist poll! Click here to cast your vote and let us know which PBR protagonist you like most.
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

[Error] Problem in battles: the Pokémon do moves, but these don't deal any damage and the animations don't appear.

Pikalex04

The Project Hyper creator (Discord: Pikalex04#3285
  • 36
    Posts
    6
    Years
    Hey guys! I'm having a little problem with battles. So, when I battle with other Pokémons, and when they move, on the screen appears the usual display "Bulbasaur attacked Charmander using Tackle..." but the move doesn't deal any damage and also the animation doesn't show. Yes, I've edited my scripts, and I've checked for any differences with some vanilla ones, but I didn't see anything wrong with this part of the battle scripts.

    I guess that these informations are not sufficient for helping me to solve this issue. So, can you tell me where this part (the move animation apparence and move's damage dealing) should be (on where script, and when it starts)?

    Also, if you want to check the script on this determinated part, just ask it.
     
    Which version of Essentials are you using?
    Do you receive a crash log?

    There are many scripts that could be causing this issue. Without knowing which scripts you edited, it'll be quite difficult to find your problem.
    If you wish to start looking, I'd start with the PokeBattle_Battler script.
    The HP reduction method can be found by doing a CTRL + F for def pbReduceHP - compare that method to the default method to see if there is a difference.
     
    Okay. I'm using Essentials v. 17.2, and no, I don't receive any crush log.
    So, I'm searching for something interesting.
    I'll eventually post a script.
     
    Seriously, I can't find anything... And I'm comparing my script with a fresh copy of Essentials one, but nothing, I can't find anything that cause this problem...
     
    Okay, so I found a wrong return false, and changed to true.
    Now it gives me an error (btw, the return should be true, so it's not the problem), but I "can't translate it"...

    Spoiler:


    I can't understand which script causes the problem, any help? Also, if you want a script, just ask.

    Anyway, I've changed PokeBattle_Battler, PokeBattle_BattlerEffects, PokeBattle_Move, PokeBattle_MoveEffects, PokeBattle_Battle, PBEffects and other scripts, but I guess that the problem/s is/are in these script.
     
    Last edited:
    The Elite Battle System scripts may be causing your crashes.
    Make a backup of your whole workspace and remove all of the Elite Battle Scripts so you can confirm that's the problem.

    If the EBS script is your problem, it may be that you are using the wrong version of EBS or you may have installed it incorrectly.
     
    Good news, i fixed it with exploring my script. Thank you for helping me!
     
    Back
    Top