- Joined
- Aug 6, 2023
- Posts
- 5
ok ill find and adjust that. ill post my settings for if gen 8 pack is installed.
BEFORE UPDATING ANY FILES: If you have made any edits to files related to this plugin, including movex_contest.txt in PBS or the Settings for the plugin, make sure to make a backup of those files before updating the plugin. If you copy over files to update, it will overwrite your changes.
Change Log:
-Made changes to Move Functions to be more accurate with released games. Along with this, I edited a couple default move Appeal values in...
Do you have a specific error or something that goes wrong? I've never used that plugin so knowing what's incompatible would be useful.This plugin is amazing! I've tested the pokeblock part with 43 other plugins and the only incompatibility i found was with the Auto Multi Save plugin, by http404error. I haven't tested the Contest part yet.
I'm sorry, I just retested it and it worked. I just had to start a new game. My bad.Do you have a specific error or something that goes wrong? I've never used that plugin so knowing what's incompatible would be useful.
Can you give me more information about what you mean by the bars, and what was wrong with them? A screenshot would be very helpfulfound two bugs:
- at the end of contest, the bars are in the wrong place
- on DEFAULT_PKMN_TOUGH, there's a typo (:WAIMER instead of :WAILMER)
Can you give me more information about what you mean by the bars, and what was wrong with them? A screenshot would be very helpful
I'll fix the typo
Interesting. I've tested that screen so many times, including after you reporting this, and I still never see that happen.View attachment 20217
Here's how the bars look after a contest, they're not aligned.
BEFORE UPDATING ANY FILES: If you have made any edits to files related to this plugin, including movex_contest.txt in PBS or the Settings for the plugin, make sure to make a backup of those files before updating the plugin. If you copy over files to update, it will overwrite your changes.
Found a number of new bugs when checking out issues others have been posting. Also finally figured out some issues I've been facing with the animations stuff, so now...
Yes, that update fixed the bars, now they're working properly!wrigty12 updated Pokemon Contests and Pokeblocks [Beta] with a new update entry:
Update 0.3 - Bug Fixes
Read the rest of this update entry...
Easy thing to add! I'll add it for the next versionYes, that update fixed the bars, now they're working properly!
One thing that I'm missing from this plugin is to save the contest result into a variable, just like a battle. I noticed the pbShowLastContestWinner kinda does what I want, but I don't wanna show an image, just wanna store into a variable so I can check it with stuff later.
BEFORE UPDATING ANY FILES: If you have made any edits to files related to this plugin, including movex_contest.txt in PBS or the Settings for the plugin, make sure to make a backup of those files before updating the plugin. If you copy over files to update, it will overwrite your changes.
Change Log:
- Added new function that returns the last contest winner in an array version (doesn't show sprite): pbGetLastContestWinner
- Added...
[Pokémon Essentials version 20.1]
[v20.1 Hotfixes 1.0.7]
Script error in event 25 (coords 20,5), map 48 (Contest Hall)
Exception: NoMethodError
Message: undefined method `color' for [#<Pokeblock>, [...]]:Array
***Full script:
pbGainPokeblock(pbCreatePokeblock(:Red,[5,0,0,0,0],false,5))
pbSetEventTime
Backtrace:
[Pokeblocks v20.1] 005_Pokeblock_Data.rb:45:in `block in sortPokeblocks'
[Pokeblocks v20.1] 005_Pokeblock_Data.rb:45:in `each'
[Pokeblocks v20.1] 005_Pokeblock_Data.rb:45:in `sort_by'
[Pokeblocks v20.1] 005_Pokeblock_Data.rb:45:in `sort_by!'
[Pokeblocks v20.1] 005_Pokeblock_Data.rb:45:in `sortPokeblocks'
[Pokeblocks v20.1] 005_Pokeblock_Data.rb:37:in `gainPokeblock'
[Pokeblocks v20.1] 007_Pokeblock_Items_and_Commands.rb:41:in `pbGainPokeblock'
(eval):1:in `execute_script'
Interpreter:143:in `eval'
Interpreter:143:in `execute_script'
[Pokémon Essentials version 20.1]
[v20.1 Hotfixes 1.0.7]
Exception: Errno::ENOENT
Message: File Graphics/Pictures/Pokeblock/Blocks/LiteBlue not found.
Backtrace:
[Pokeblocks v20.1] 003_Pokeblock_Scenes.rb:908:in `initialize'
[Pokeblocks v20.1] 003_Pokeblock_Scenes.rb:908:in `new'
[Pokeblocks v20.1] 003_Pokeblock_Scenes.rb:908:in `create_sprite'
[Pokeblocks v20.1] 003_Pokeblock_Scenes.rb:813:in `pbStartScene'
[Pokeblocks v20.1] 003_Pokeblock_Scenes.rb:924:in `pbStartScreen'
[Pokeblocks v20.1] 003_Pokeblock_Scenes.rb:750:in `block (2 levels) in pbStartScreen'
MessageConfig:570:in `pbFadeOutIn'
[Pokeblocks v20.1] 003_Pokeblock_Scenes.rb:747:in `block in pbStartScreen'
[Pokeblocks v20.1] 003_Pokeblock_Scenes.rb:735:in `loop'
[Pokeblocks v20.1] 003_Pokeblock_Scenes.rb:735:in `pbStartScreen'
BEFORE UPDATING ANY FILES: If you have made any edits to files related to this plugin, including movex_contest.txt in PBS or the Settings for the plugin, make sure to make a backup of those files before updating the plugin. If you copy over files to update, it will overwrite your changes.
Change Log:
- Added support for BW Summary - https://eeveeexpo.com/resources/569/
- Added the ability to view contest information...
I totally forgot about Pokeblocks being used in Gen 3's Safari Zone. Right now they don't interact with it, but I feel like that's something I can look into supporting with my stuff!Q: Does the Pokeblocks play an huge role in safari zone or i will edit the safari zone myself if you don't think if wasn't in the essentials resourcesView attachment 20392
Is there a way to make a trainer with shiny pokemon? I wanted to make a special trainer who uses a shiny pokemon but can't find anything on ContestTrainer.register that would allow me to do this
From the contest itself the only thing missing is the <o> thing blinking when a pokemon makes a move that can be combined (just like at the 14:30 point at this video):
BEFORE UPDATING ANY FILES: If you have made any edits to files related to this plugin, including movex_contest.txt in PBS or the Settings for the plugin, make sure to make a backup of those files before updating the plugin. If you copy over files to update, it will overwrite your changes.
Change Log:
- Added an option to mark a contest trainer's pokemon Shiny.
- Added an option to set a contest trainer's pokemon Form.
- When a...