• 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!
Resource icon

Resource Roguelike Collection (Multiple Held Items & End Battle Rewards) 1.0.0

WetChip

Rookie
Member
Joined
Sep 5, 2025
Posts
2
WetChip submitted a new resource:

Roguelike Collection (Multiple Held Items & End Battle Rewards) - A collection of plugins inspired by PokeRogue!

Important Information PLEASE READ
Please read everything as I try to answer as many questions here. If you ask a question and the answer is here I will just refer you to the post and leave it at that. :') (Readings fun I swear!)
Each of these plugins can work separately, and both are fairly modular.

1) Since the Multiple Held Items plugin has reworked every item interaction, not every interaction has been tested. If you have any bugs please report them to me via...​

Read more about this resource...
 
I've error when trying to fill storage pokemon in debug mode...
Maybe you check around on PokeStorage stuff if you've missing something on your plugins
 
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]

Exception: NoMethodError
Message: undefined method `drawButton' for #<PokemonSummary_Scene>

Backtrace:
[Roguelike Items] Equipment Page.rb:60:in `block in drawPageItems'
[Roguelike Items] Equipment Page.rb:38:in `each'
[Roguelike Items] Equipment Page.rb:38:in `each_with_index'
[Roguelike Items] Equipment Page.rb:38:in `drawPageItems'
[Roguelike Items] Equipment Summary Handler.rb:9:in `block in <main>'
[Modular UI Scenes] UI Module.rb:51:in `call'
[Modular UI Scenes] [003] Summary Rewrites.rb:62:in `drawPage'
[[MUI] Enhanced Pokemon UI] [005] Summary UI.rb:10:in `drawPage'
[[DBK] Dynamax] [003] UI.rb:163:in `drawPage'
[Innate Abilities] AAM Icon.rb:45:in `drawPage'

Having an error on new saves when I try to go to the "items" page
Edit: Somehow managed to forget to mention that I'm using the multi items page community addon
 
What's the error?
This happen when I accessed fill storage box via debug mode
Code:
Expand Collapse Copy
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]

Exception: NoMethodError
Message: undefined method `each' for nil:NilClass

Backtrace:
[Roguelike Items] 001_Properties.rb:29:in `each_item'
[Roguelike Items] 001_Properties.rb:57:in `hasItem?'
[[MUI] Pokedex Data Page] [000] GameData.rb:437:in `block in <main>'
FormHandlers:34:in `call'
Pokemon_MegaEvolution:66:in `primal?'
[[DBK] Terastallization] [005] Pokemon.rb:28:in `can_terastallize?'
[[DBK] Terastallization] [005] Pokemon.rb:19:in `terastal_able?'
[[DBK] Terastallization] [005] Pokemon.rb:63:in `getTeraType'
[[DBK] Terastallization] [005] Pokemon.rb:10:in `initialize'
[Roguelike Items] 001_Properties.rb:9:in `initialize'
 
Back
Top