• 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]

    Oh wait, the simplifying events thing in your usage guide would probably help with that. I forgot that was there.
  2. 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.
  3. 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...
  4. 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...
  5. 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.
  6. 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...
  7. 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.
  8. Shadow56bomb

    Resource [v20\v21] Secret Bases Remade

    Where do I put the ID for the dummy map?
  9. 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.
  10. 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."...
  11. Shadow56bomb

    Resource Modern Quest System + UI

    SyntaxEditor Code SnippetQuest16 = { :ID => "16", :Name => "Life against Death", :QuestGiver => "Xerneas and Erika", :Stage1 => "Enter the house that leads to the Dolerite Shaft.", :Stage2 => "Proceed through the Dolerite Shaft to enter Death's Tomb.", :Stage3 => "Make...
  12. Shadow56bomb

    Resource Modern Quest System + UI

    I'm not sure what it's talking about though.
  13. Shadow56bomb

    Resource Modern Quest System + UI

    I get this error when starting the game [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:194: syntax error, unexpected symbol literal, expecting '}' :Location1 =>...
  14. Shadow56bomb

    Resource Modern Quest System + UI

    I get this error when starting a quest now [Pokémon Essentials version 20.1] [v20.1 Hotfixes 1.0.7] Script error in event 3 (coords 24,18), map 266 (Dolerite Town) Exception: NameError Message: uninitialized constant Interpreter::Quest14 ***Full script: activateQuest(Quest14, "yellow", false)...
  15. Shadow56bomb

    Resource Modern Quest System + UI

    I never saw the commas in the examples until you pointed it out so that wasn't on any of my quests
  16. Shadow56bomb

    Resource Modern Quest System + UI

    SyntaxEditor Code Snippet Quest13 = { :ID => "13" :Name => "Dynamax Research" :QuestGiver => "Dynamax Dude" :Stage1 => "Find a Wishing Star for the Dynamax Dude." :Stage2 => "Bring the Wishing Star to the Dynamax Dude." :Location1 => "Celestine City" :Location2 =>...
  17. Shadow56bomb

    Resource Modern Quest System + UI

    How do I fix this? [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:165: syntax error, unexpected symbol literal, expecting '}' :Name => "Dynamax Research" ^...
  18. Shadow56bomb

    Resource [v17+] Roaming Icon on Map

    Is there a way to get the other icons found only in the sample image?
Back
Top