• 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.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Akari, Red, Kris, May - which Pokémon protagonist is your favorite? Let us know by voting in our semifinal favorite protagonist poll!
  • 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.

[Question] Two moves

  • 68
    Posts
    6
    Years
    • Seen Aug 25, 2023
    Hi! Well, i was trying to make 2 moves but it gives me error and i don't know why. I think everything is ok but it just give an error, it say "clone" or something. These are the moves: One is a DoT and one is a Selfheal like recover (but heals 1/4 instead of 1/2)

    Spoiler:


    These are the scripts:

    Spoiler:




    Spoiler:


    and this is the error (for both)

    Spoiler:


    Any idea of whats wrong? :( And ty.
     
    Last edited:
    Hi,

    From what I understand, the ID number at the beginning of each line in your moves.txt needs to be different for each move - you have "772" for both of them, maybe this is why it's saying it's a "clone"? Try changing 1 or both of them to a different number that is not used by another move.
     
    In addition to Unbayleefable's response, MD5 and ZF8 are not valid hexadecimal numbers, and IIRC all move effects need to have their numbers using only 0-9 a-f.

    It worked!!! Tahnk you!!!

    Thank you too Unbayleefable, i didn't noticed about that.
     
    Back
    Top