Recent content by xNicobx

  1. X

    [Scripting Question] Essentials with EBS can't read new pokemon

    Do u mean launching it from the "playtest" botton in the .rxproj file? Cause I already did and got the same result... :(
  2. X

    [Scripting Question] Essentials with EBS can't read new pokemon

    I've added new pokemons to pokemon.txt in the same format as the one of the others, but when I try to see one of them through debug mod I can't, and when I try to add it to my party using a script, it gives me an error saying that the species number is invalid (apparently, the game only accepts...
  3. X

    [Scripting Question] Help with Stamina ability

    Thank you all, I edited it a little bit. It now works fine, I'm sharing it with you
  4. X

    [Scripting Question] Help with Stamina ability

    I had tried to add them but it still didn't work, apparently, the problem is not in that line (@battle.pbDisplay(_INTL("TEXTGOESHERE",target.pbThis,) because, even by removing it, it still says that there is a Syntax Error
  5. X

    [Scripting Question] Help with Stamina ability

    Hi, I was trying to add Stamina ability to my game. I don't have any experience in coding and I tried my best by modifying different scripts such as Moxie Can you help me figure out what's wrong with this? It tells me there is a Syntax Error
  6. X

    [Scripting Question] Problem with some move animation

    Is there any way to make it happen?
  7. X

    [Scripting Question] Problem with some move animation

    Hi, when moves such as Fly, Dig or Bounce are used, the Pokèmon sprite doesn't change graphic. Since I edited many files while working on my game, I don't know if this is by default or they should work like they do in real games, what should I do?
  8. X

    [Scripting Question] Event Encounter with one, only custom move

    Hi, I was working on an event encounter and I was wandering how to make the wild Pokèmon only have one move (I don't know what to put inside those brackets, I tried removing the whole line but it didn't work)
  9. X

    [Scripting Question] Custom ability that damages the users every turn

    Ok, I did it. For anyone wandering how, here it is
  10. X

    [Scripting Question] Custom ability that damages the users every turn

    Hi, I was thinking about a new type of Pokèmon for my custom game. Pokèmon of that type are supposed to be infected by a virus that make them stronger (higher stats) but that damages them every turn. I would be thankful if someone with a little coding experience could create a script for it...
  11. X

    [Scripting Question] Wrong PokèBall texture

    Problem solved I forgot to translate the script for it because I had changed the pbs thanks guys
  12. X

    [Scripting Question] Wrong PokèBall texture

    UPDATE:Apparently it is only for the Mega Ball (the other textures work fine)
  13. X

    [Scripting Question] Wrong PokèBall texture

    Yes, I checked it and they're all correctly defined. The problem is the in-game graphics when you throw the ball
  14. X

    [Scripting Question] Wrong PokèBall texture

    Hi, when I throw a different type of PokèBall (for example, the MegaBall) I still see the animation of a normal one, does anyone know where do I have to look in order to solve the problem?
Back
Top