• 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.
  • The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games.
    Don't forget to come back September 21st to vote for your favorites!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!

Recent content by Desbrina

  1. D

    Resource [v20.1\v21.1] Arcky's Region Map

    Thanks, they’re the only two issues I’ve encountered so far. I managed to put a fix in myself for the wild battle but hadn’t really looked into the trainer issue.
  2. D

    Resource [v20.1\v21.1] Arcky's Region Map

    There's also an issue when you win against trainers Exception `NoMethodError' at [Arcky's Region Map] 000_RegionMap_Main.rb:576 - undefined method `name' for nil:NilClass
  3. D

    Resource [v20.1\v21.1] Arcky's Region Map

    I'm also getting the error. If I run away or catch a Pokémon it's fine, but if I defeat it I get the same undefined method error. As its a wild battle I would assume it has no eventID as its not an event
  4. D

    Resource Pokedex Tasks

    There seems to be an issue when pressing up on the tasks list page. Pressing down in fine, but if you press up it eventually ends up on a blank screen with no tasks, you then have to press down several times to get back to the list I also seem to be having some errors with it. I've installed...
  5. D

    Resource [v20.1\v21.1] Arcky's Region Map

    Thanks, that's fixed it if there's two or more plants, but still doesn't work for just one
  6. D

    Resource [v20.1\v21.1] Arcky's Region Map

    There seems to be some weirdness when it comes to viewing berry information. It seems to think there's 1 less plant on a map than there actually is. If I've planted 1 berry, it doesn't react when you press use If I've planted 2 berries, it only shows the first planted as an option If I've...
  7. D

    Resource [v20.1\v21.1] Arcky's Region Map

    I'm not too familiar with Ruby, but would it be possible to check if the name begins and ends with ", then remove them?
  8. D

    Resource [v20.1\v21.1] Arcky's Region Map

    Thanks, that fixed the issue. Might be worth mentioning that in the relevant sections in the first post
  9. D

    Resource [v20.1\v21.1] Arcky's Region Map

    I've got a question and need some assistance with defining a location information. I have it set so that unvisited location names are shown, which works for towns, but is it possible to hide route names as well? I'm having some trouble trying to define location information for a route in my...
  10. D

    Resource Boon's Phenomena: BW Style Grass Rustle, Cave Dust + More

    Seems there's two changes that need to be done for V21.1 In 001_Core.rb change self.possible = types.size > 0 && $trainer.party.length > 0 to self.possible = types.size > 0 && $player.party.length > 0 Then in the same file, change pbWait(1) to pbWait(0.025)
  11. D

    Map Thoughts on Route I'm Working On?

    Other than what's already been said, the bridge legs look odd to me, as if the bridge would topple over as there's only one leg holding it up, especially on the part on the left with.
  12. D

    Resource v20 Hotfixes plugin

    I just downloaded the hot fixes and deleted the rb file, just leaving the meta file
  13. D

    Resource Quest Log

    Using the example maps that came with the plugin I keep getting errors. and
  14. D

    Resource Marin's Map Exporter

    Its not, my tiles is 24410 high which is below the value Astralneko mentioned but I get the same issue
Back
Top