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

    Resource Essentials Deluxe [v20.1] [DEPRECATED]

    SyntaxEditor Code Snippet#----------------------------------------------------------------------------- # Nagesh Battle 1 #----------------------------------------------------------------------------- NAGESHFIRST = { # Midbattle "superEffective" => { :speech => ["A Super-Effective...
  2. Shadow56bomb

    Resource Essentials Deluxe [v20.1] [DEPRECATED]

    What are the errors talking about with this?
  3. Shadow56bomb

    Resource Essentials Deluxe [v20.1] [DEPRECATED]

    Exception `SyntaxError' at 008:PluginManager:653 - [Essentials Deluxe] Midbattle_Config.rb:277: syntax error, unexpected string literal, expecting '}' "mega_foe" => { ^ [Essentials Deluxe] Midbattle_Config.rb:278: syntax error, unexpected symbol literal, expecting label or ** or **arg or...
  4. Shadow56bomb

    Resource Modern Quest System + UI

    Oh, I must have done that because the rest of the code uses a > after.
  5. Shadow56bomb

    Resource Modern Quest System + UI

    SyntaxEditor Code SnippetQuest26 => { :ID => "26", :Name => "Troblesome Ghosts", :QuestGiver => "Someone terrified of ghosts", :Stage1 => "Find out if these ghosts are known by anyone else.", :Stage2 => "CAPTURE THE GHOSTS unless you want a permanently incomplete Pokedex."...
  6. Shadow56bomb

    Resource Modern Quest System + UI

    I've checked multiple times, and that's not what's missing.
  7. Shadow56bomb

    Resource Modern Quest System + UI

    Why do I have so many more errors? [Modern Quest System + UI] 004_Quest_Data.rb:338: syntax error, unexpected string literal, expecting local variable or method :Name => "Troblesome Ghosts", ^ [Modern Quest System + UI] 004_Quest_Data.rb:338: syntax error, unexpected ',', expecting...
  8. Shadow56bomb

    Resource HM Items

    Is there a script that lets this work for v20.1?
  9. Shadow56bomb

    Resource HGSS for RMXP

    Can I have the version you made of it just being a normal tileset?
  10. Shadow56bomb

    Resource Essentials Deluxe [v20.1] [DEPRECATED]

    Oh wait, the simplifying events thing in your usage guide would probably help with that. I forgot that was there.
  11. Shadow56bomb

    Resource Essentials Deluxe [v20.1] [DEPRECATED]

    How do I add more to lines an event script after reaching the bottom of the script? I'm making a trainer that needs lots of dialogue, but it won't fit.
  12. Shadow56bomb

    Resource Modern Quest System + UI

    SyntaxEditor Code SnippetQuest19 = { :ID => "19", :Name => "The Creatures of Light", :QuestGiver => "Nagesh", :Stage1 => "Return Cos and Moem to Nagesh.", :Stage2 => "Don't return Cos and Moem and instead go to the basement.", :Stage3 => "Tell Nagesh about what just...
  13. Shadow56bomb

    Resource Modern Quest System + UI

    I have more errors now that I finally have tried to load the game after a few weeks so there's a lot. [Pokémon Essentials version 20.1] [v20.1 Hotfixes 1.0.7] Error in Plugin: [Modern Quest System + UI] Exception: SyntaxError Message: [Modern Quest System + UI] 004_Quest_Data.rb:251: syntax...
  14. Shadow56bomb

    Overview Tutorials and Resources Requests 2.0

    Is there an autotile with FRLG style soot grass? I would like to use it for my route next to a volcano. I also would like one for lava too.
  15. Shadow56bomb

    Resource Mystery Codes

    class CustomGifts def self.AAAAAAAAAA if $game_switches[98] == false #The pichu from Lerucean Town pkmn = Pokemon.new(:PICHU, 30) pkmn.item = :ZAPPLATE pkmn.form = 2 # Spiky-eared pkmn.makeFemale pkmn.shiny = false...
  16. Shadow56bomb

    Resource [v20\v21] Secret Bases Remade

    What is the items map supposed to look like? I have a different tileset in the spot the data has it so I can't see where things go.
  17. Shadow56bomb

    Resource [v20\v21] Secret Bases Remade

    Where do I put the ID for the dummy map?
  18. Shadow56bomb

    Overview Tutorials and Resources Requests 2.0

    Can I have the Johto Gym Leader's overworld sprites in a Gen 3 style? I couldn't find any on here. Edit: I found some now.
  19. Shadow56bomb

    Resource Modern Quest System + UI

    Oops. This should be the right one. Quest15 = { :ID => "15", :Name => "Encounter with a Legendary Pokémon", :QuestGiver => "nil", :Stage1 => "Follow the Pokémon.", :Stage2 => "Ask Erika to join you and Xerneas in the plan to stop Yveltal.", :Stage3 => "Battle Erika."...
Back
Top