Recent content by Kamkam2005

  1. Kamkam2005

    [GEN IX] LF: Stonjourner

    It's the only exclusive I don't have yet. I'll trade any violet exclusives for it (excluding legendaries).
  2. Kamkam2005

    Script: Pokémon: Legends Arceus Expansion (for Gen 8 Project in v19.1)

    if possible, could you tell me how to create code for the legend plate? I have little experience with ruby, and it would probably be difficult to code an item that changes Arceus' type to one super effective against the opponent.
  3. Kamkam2005

    [Scripting Question] How to use multiple items at once

    I was wondering how you use multiple items at once, like how you can give a pokemon 99 rare candies at once in PLA and SWSH. How would you get this to work for essentials 18.1?
  4. Kamkam2005

    [Discussion] My current fangame story

    more about the evil team: * It's run by Nico (Hades) * The admins are based on Aphrodite, Hypnos, Kronos, and Gaia * The grunts tend to use the same typing as the admins they work for * They aim to rule the region like gods using the legendary Pokemon. * They're not above mind control and...
  5. Kamkam2005

    [Discussion] My current fangame story

    I'm working on the story for my fangame, Pokemon Peace and War. What I have so far is the evil team (Team Immortal), the region ( Greece), the fakemon ( 70), the rivals (Percy based on the character from PJO and one based on myself), the gym leaders (Hermes, Hestia, Ares, Demeter, Athena...
  6. Kamkam2005

    [PBS Question] Evolution into different forms

    Thanks. This worked perfectly.
  7. Kamkam2005

    [PBS Question] Evolution into different forms

    I recently added in the Hisuian forms from PLA, and I'm trying to code them into the game. I can't figure out how to evolve into one of them, though. Here's what I'm currently trying in the PBS. How do I get this to work correctly? Example- Quilva: Evolutions = TYPHLOSION,Level,36...
  8. Kamkam2005

    [Eventing Question] how to make an event dependent on party pokemon

    You could try a conditional branch. $Trainer.has_species?(:POKEMON) would work.
  9. Kamkam2005

    [Discussion] Pokemon Town/ City Names

    I'm working on a Greece region, but so far haven't been able to come up with a naming theme. Here are the gym leaders and some locations in the games. 1- Shermy. Location- Tripoli 2- Gemma. Location - Thessaly 3- Ajax. Location- Sparta 4- Meadow. ( I don't have a location for her gym yet) 5-...
  10. Kamkam2005

    [Discussion] Custom Ability Ideas

    I'm making a Greece region, and was hoping to get some custom ability ideas for one of my mythicals. Here's some context into the pokemon. Spectriclove- the spectrum pokemon Physic/Fairy Based on Iris, goddess of the rainbow.
  11. Kamkam2005

    Generation 8 Project for Essentials v18 and v18.1 (Scripts, PBS and More)

    Check the relic castle version. It was updated to V19.
  12. Kamkam2005

    [Scripting Question] Custom ability help

    Thanks, that worked perfectly. Now my Peace legendary has an ability that makes sense on for it.
  13. Kamkam2005

    [Scripting Question] Custom ability help

    That code mostly worked, but I don't know how to remove the random part of it. and make it happen for 2 turns only. I copied the Switch in part from Slow Start in BattleHandlers_Abilities and the code for Truant in Battle_Phase_Attack and Battler_UseMove_SuccessChecks. Here's the code-...
  14. Kamkam2005

    [Scripting Question] Custom ability help

    I'm trying to make an ability called Peaceful Soul. Basically, a pokemon with this ability doesn't attack for the first 2 turns, since it's a pacifist. How exactly would I code this?
  15. Kamkam2005

    [Scripting Question] Custom ability help

    Thanks. Both abilities are now working as intended. Once I have more experience with coding, I'll work on improving them a bit.
Back
Top