• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • 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.

Recent content by SARGØN

  1. S

    [Scripting Question] Wild ZORUA / ZOROARK ability ILLUSION

    Thanks! But don't worry, I already solved it: https://reliccastle.com/threads/6685/#post-57945
  2. S

    [Scripting Question] Wild ZORUA / ZOROARK ability ILLUSION

    [Essentials v20.1] Hi, I know that :ILLUSION ability only works with trainers. I want it to work with a hardcoded wild too. Does anyone know how I could hardcode a wild Zoroark event to start with the illusion of a specific pokemon? An event like this: pkmn = Pokemon.new(:ZOROARK, 50)...
  3. S

    [Scripting Question] [v20.1] Boss Battle features (HP modify)

    Thanks you so much! Lucidious89 It worked! I don't need it to go back to normal HP as they won't be catchable. I have simply overwritten: class Pokemon def calc_stats(hp_boss = 0) # [ ... ] @hp = @totalhp *= hp_boss if (hp_boss != 0) end end And then, set the event...
  4. S

    [Scripting Question] [v20.1] Boss Battle features (HP modify)

    Hi! I need some help about programming a BossBattle function. I know GolisopodUser made a script about it, but it's for version 18 and also has too many things that don't interest me (like boosts, totems...). I need something much simpler. So what I really need is a wild battle, with a few...
  5. S

    [Eventing Question] Uncatchable/unrunable pokemon

    Anyone knows how to make the ball not to be consumed?
  6. S

    [Eventing Question] Uncatchable/unrunable pokemon

    [Wiki Essentials v20] How to set a wild battle, in specific, setBattleRule("cannotRun"). There's the information (recommended read the whole page): https://essentialsdocs.fandom.com/wiki/Event_encounters#:~:text=setBattleRule(%22cannotRun%22) [I dont know which version] How to set a pokemon...
  7. S

    [Scripting Question] Uncatchable Pokemon

    Is this post still active? xd How could I prevent the pokeball from being used if it couldn't be thrown? I mean, it has worked that I cannot capture it, however the pokeball is still spent in inventory. How could I make the pokaball not use up if it is not catchable? Thanks. :D
  8. S

    [Scripting Question] Need HELP scripting mechanic battle frontier

    Hi! I am quite new to this, I am Spanish and I apologize in advance for my low level in English. My programming knowledge is very poor and much less in the RGSS language, so I need help to carry out this idea. :D <3 My idea is to create some kind of Pokemon Team inventory (similar to Pokemon...
Back
Top