• 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. Katelyn888

    Resource [20.1+] Weather System

    I ran into an issue where I can't fly to a city/town on the map anymore. It allows me to pull the map, but it doesn't show the fly symbol.
  2. Katelyn888

    Resource [20.1+] Weather System

    Heads up: Found a typo in the Encounter Methods under Line 181. WaterEveningStorm is mispelled as WaterEveningStom.
  3. Katelyn888

    Resource [20.1+] Weather System

    Got it working! Thank you! That had me feeling dumb for a while lol. Time for me to have a mini celebration! <3
  4. Katelyn888

    Resource [20.1+] Weather System

    Here's the weather subs I set up. I wanted everything to be excluded for those weathers. Still crashing. MAPS_SUBSTITUTE = { :Snow => ["exclude", 22, 32, 33, 48, 76, 77, 78, 43, 133, 134, 83, 84, 3, 36, 41, 4, 38, 6, 2, 26, 35, 37, 70, 27, 24, 23, 112, 113, 119, 123, 122, 121, 120, 39...
  5. Katelyn888

    Resource [20.1+] Weather System

    That's what I did. Here's my code (split the season part off to make it easier to read): ZONE_MAPS = [ [22, 32, 33, 48, 76, 77, 78, 43, 133, 134], [83, 84, 3, 36, 41, 4, 38, 6, 2, 26, 35], [37, 70, 27, 24, 23, 112, 113, 119], [123, 122, 121, 120, 39, 34] ]...
  6. Katelyn888

    Resource [20.1+] Weather System

    I got some maps set in the configuration (gonna add the rest after I make sure it works properly) and received this error. [Pokémon Essentials version 21.1] [v21.1 Hotfixes 1.0.9] Exception: NoMethodError Message: undefined method `length' for nil:NilClass Backtrace: [Lin's Weather System] 01...
  7. Katelyn888

    Resource [20.1+] Weather System

    Thank you for your response! It's starting to make a little sense, but I do need to clarify something. I don't plan on having (outdoor) areas without weather, so if I removed [60], it will still work?
  8. Katelyn888

    Resource [20.1+] Weather System

    I ran into a problem with this plugin a few months ago that made the whole game crash. I didn't fully understand it at the time and going back to look at the plugin again as of today, I'm still a little confused. The zones for the weather have 9 different weather settings, but only 8 numbers on...
  9. Katelyn888

    Resource HGSS Trainer Card Scene

    For those of you using the Gen 3 Trainer Sprite, to get it to line up in the box, go into the plugin and at line 148 change the number to 120.
  10. Katelyn888

    Resource Ekans Game!

    I had it at the bottom like how the slot machine is, but it didn't work.
  11. Katelyn888

    Resource Vendily's Evolve During Battle

    Thanks for this link! I asked on the resource page about resuming BGM after battle since it still restarts after a Pokemon evolves with this plugin. Thank you again :)
  12. Katelyn888

    Resource Hedgie's Essential Resources

    Thanks for this resourse! Quick question: how do I make the BGM resume playing after evolution? BGM restarts from the beginning and not sure how to fix. Adding $game_map.autoplayAsCue does nothing.
  13. Katelyn888

    Resource Vendily's Evolve During Battle

    V20 will work. Just make sure you add the $game_map.autoplay in the battler_scene section
  14. Katelyn888

    Resource Vendily's Evolve During Battle

    V21.1 Regarding the background music. Has anyone figured out how to make the background music continue instead of starting over? I added the $game_map.autoplayAsCue, but as another person wrote; it didn't work. I've tried taking out the AsCue and even the pbFadeOutIn BGM at the beginning of...
  15. Katelyn888

    Resource Ekans Game!

    I love this plugin so far! quick question though. I want to make it to where you have to have the Coin Case to access it at the Game Corner. Where in the code do I put this: def pbEkansGame(difficulty = 1) if !$bag.has?(:COINCASE) pbMessage(_INTL("It's a Slot Machine.")) elsif...
  16. Katelyn888

    Resource Box Ranch System

    I think this plugin conflicts with the Following Pokemon EX plugin kuz I got an error that I hadn't seen before or since. Basically, I had Pallet Town be the location since Prof Oak, blah, blah, blah, but the lab was where the Pokémon first pops out, so not sure if that caused the issue.
  17. Katelyn888

    Discussion Do you think is it a good idea to make a Pokemon game fully doubles?

    It depends on the game, I suppose. Love double battles and surprised that GF didn't capitalize on that in the early games. My game has a healthy amount of doubles, but also 2v1, 3v1, singles, etc. For me, it's about having a nice variety of battles and as my game progresses, those battles get...
  18. Katelyn888

    Idea A mature plot that isn't edgy (in need of input)

    Kinda hard to say since everyone and their mother seems to think that "edgy" is anything PG-13+. Like saying hell and damn in the same sentence. Just from my own personal experience over my 36 years. I guess just don't go overboard with the dialogue and such such as cussing every other word or...
  19. Katelyn888

    Resource SOS Battles [DBK Add-On] [v21.1]

    I tried to copy and paste, still don't get what to do. ID battler, I kinda get, but all the other stuff is just too complex and I can't fit it all in my script box thing. I just deleted the plugin and just going to do it the old fashioned way. It's got me way too stressed and I'm supposed to be...
  20. Katelyn888

    Resource SOS Battles [DBK Add-On] [v21.1]

    I understand them a little bit. I've been using VSC to help me. Looking through the Trigger commands, I'm not understanding anything as it all seems to be related to Mega Evolution and wild battles and other stuff that doesn't seem to apply. I don't know what I'm overlooking because I've gone...
Back
Top