• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!

Search results

  1. Atlat

    Help with Form Changes

    This is going solely off of what I remember right now, but it sounds like Mimikyu's form change is directly setting Mimikyu to form 1 (Alola busted form). If the way you set it up is: Form 0 = Mimikyu, 1 = Busted, 2 = Regional Mimikyu, 3 = Busted Regional, then you need to change how the form...
  2. Atlat

    Released Pokémon Uakitite v2.2.0

    Thanks gothmonkey! Discord server should be fixed.
  3. Atlat

    Released Pokémon Uakitite v2.2.0

    Basically me but with music and any semblance of complicated animation or art.
  4. Atlat

    Released Pokémon Uakitite v2.2.0

    In this case I mean the code that says the lines "[Trainer Type] [Trainer Name] wants to battle!" and "[Trainer Type] [Trainer Name] sent out [Pokemon]!" Essentially, I had made some code that would give different lines when the trainer is of a certain trainer type before the story variable...
  5. Atlat

    Released Pokémon Uakitite v2.2.0

    My humor can be very self deprecating, so don't worry about me calling myself moronic. I'm only, like, a quarter serious, lol. But playtesting is actually very important. Even small things can require larger playthrough to make sure those changes didn't break anything big. Also, in case you're...
  6. Atlat

    Released Pokémon Uakitite v2.2.0

    Feedback and bug finds are always appreciated since I can easily miss these seemingly obvious bugs that cause issues. I appreciate it. As for what I can answer right now, the very first free time section is mainly to introduce the idea that free time even exists and letting you walk around...
  7. Atlat

    New guy needs help (please)

    Then what I provided should work. The || version.
  8. Atlat

    New guy needs help (please)

    You could, but note that symbols like || or && can't go inside the parameters. What you're looking for is something like !(player.has_species(parameters) ||player.has_species(parameters)) Though looking at your message in the if statement, it sounds like you require multiple species to use your...
  9. Atlat

    New guy needs help (please)

    Can you go into more depth about how you're using the bike in this case and if you have any other plugins I should know about? Because this works perfectly fine for me. Make sure the return is in that if statement.
  10. Atlat

    New guy needs help (please)

    Try adding these lines to here. def pbCanUseBike?(map_id) map_metadata = GameData::MapMetadata.try_get(map_id) return false if !$player.has_species?(:SPECIES,FORM) <--- ADD return false if !map_metadata return map_metadata.always_bicycle || map_metadata.can_bicycle ||...
  11. Atlat

    Idea Just dance plugin

    My #1 rule of using ChatGPT to help with code is to use it as a base to help give you a general idea of where to go, and then scrap about half of it as it has that many problems. On a slightly more serious note, here are some tricks that may help here. First, regarding the fading, take a look...
  12. Atlat

    Can't figure out new encounter type

    Shouldn't shallow_wild_encounters be shallowwater_wild_encounters?
  13. Atlat

    Recruiting Pokémon Uakitite - Recruiting

    Mapping is absolutely still open! Do you have Discord we can talk on?
  14. Atlat

    Released Pokémon Uakitite v2.2.0

    It's working on my end just fine, but I re-added the screenshot.
  15. Atlat

    Recruiting Pokémon Uakitite - Recruiting

    (Currently) Made in Essentials v21.1 Story After an incident involving Fervor's most wanted criminals leaves Fervor mostly isolated from the rest of the world, Fervor's league is finally recovering. However, they still lack the gym leaders that act as the bedrock of any league. Coincidentally, a...
Back
Top