- Joined
- Dec 5, 2022
- Posts
- 11
In PBS Pokémon.txt?
This is telling you LevelMoveCount isn’t a defined evolution method. It should be defined by the plugin’s scripts - did you put them in the right folder?`RuntimeError' at 380:Compiler:345 - Undefined value LevelUseMoveCount in GameData::Evolution
You have to compile the plugin scripts before adding the PBS files. Move the PBS files somewhere else and replace them with the old PBS files, then compile the plugin scripts. After that, you can add the PBS changes back in.hi i am new to this whole pokemon essential thing and i have problems useing the Gen 9 pack 1.problem is that if i start the DEBUG i cant give me some of the new Pokemon. 2. is a Compile datas bug wich looks like this:
-> Compiling PBS file town_map.txt...done
-> Compiling PBS file map_connections.txt...done
-> Compiling PBS file phone.txt...done
-> Compiling PBS file types.txt...done
-> Compiling PBS file abilities.txt...done
-> Compiling PBS file moves.txt.....................done
-> Compiling PBS file items.txt.............................done
-> Compiling PBS file berry_plants.txt.....done
-> Compiling PBS file pokemon.txt.....Exception `RuntimeError' at 380:Compiler:345 - Undefined value LevelUseMoveCount in GameData::Evolution
File PBS/pokemon.txt, section , key Evolutions
ANNIHILAPE,LevelUseMoveCount,RAGEFIST
Barb Barrage should have 60 power, not 75.Orichalcum Pulse also boosts the Pokémon's Attack stat by roughly 33% (or more precisely, by a factor of 5461/4096) in harsh sunlight.
i dont know what i did wrong but if i do as u explained i still have the same error x/ update: i have done it 100 times now and it dosn´t work , i use the old PBS compile data after that i switch in the new PBS now i am asked to change some datas cause they allready exist in the old PBS so i press yes for everything, now i compile with the new PBS and get the same BUG again Update:worked simply forget to press CTRL x.XYou have to compile the plugin scripts before adding the PBS files. Move the PBS files somewhere else and replace them with the old PBS files, then compile the plugin scripts. After that, you can add the PBS changes back in.
are you planning on updating opportunist to not just be one stage?
Im assisting Caruban with a huge update (its basically a new plugin at this point) which addresses all of the issues/inaccuracies of the original scripts and PBS data, as well as adding a bunch more content from PLA/SV that isnt currently provided in the plugin. It's being bug tested now, so hopefully we'll reach the finish line soon.I noticed the move Raging Bull lists its move code as RemoveScreens instead of TypeDependsOnUserForm.
Edit:
The 1.5x boost for Orichalcum Pulse/Hadron Engine is too big according to Bulbapedia:
Barb Barrage should have 60 power, not 75.
ah alright good luckIm assisting Caruban with a huge update (its basically a new plugin at this point) which addresses all of the issues/inaccuracies of the original scripts and PBS data, as well as adding a bunch more content from PLA/SV that isnt currently provided in the plugin. It's being bug tested now, so hopefully we'll reach the finish line soon.
This'll be fixed in the next release.Help with Palafin error
I downloaded Generation 9 Resource Pack after a fight with Palafin it shows me the following error.
[2023-06-08 08:15:24 +0200]
[Pokémon Essentials version 20.1]
[v20.1 Hotfixes 1.0.7]
Exception: NoMethodError
Message: undefined method `setPokemonBitmap' for nil:NilClass
Backtrace:
Battle_Scene:396:in `pbChangePokemon'
Battler_ChangeSelf:163:in `pbChangeForm'
[Generation 9 Pack] New Abilities.rb:579:in `block in <main>'
Event_Handlers:227:in `trigger'
[All Abilities Mutation] AAM Ability Effects.rb:457:in `block in triggerOnSwitchOut'
[All Abilities Mutation] AAM Ability Effects.rb:455:in `each'
[All Abilities Mutation] AAM Ability Effects.rb:455:in `triggerOnSwitchOut'
Battle_StartAndEnd:495:in `block in pbEndOfBattle'
Battle_StartAndEnd:492:in `each'
Battle_StartAndEnd:492:in `pbEndOfBattle'
What should I do?
The plugin erroneously checks the forms of these species upon hatching from an egg. Obviously, this is incorrect, since none of these species hatch from eggs, nor do those species even have forms (its their evolved forms that do).Hi, I'm kinda new to pokémon essentials. I'm having trouble to understand the code about Quilava, Dewott and Dartrix evolving into their hisuian forms. It's about the location that they evolve?
I have all of them, but some sprites looks badHi, does anybody know when the back sprites (normal + shiny) of Finizen/Palafin and Tinkatink/Tinkatuff/Tinkaton will be available? Is anybody working on them, or are they available and I missed them?
Detail Changelog:
PBS Files
Pokemon
- Updated move learn sets of all species.
- Made it so that Pokemon can now have moves added to their level-up learn set that are learned at level -1. This is used for Move Relearner-exclusive moves that the Pokemon isn't meant to learn at any level, not even level 1. This is a feature that was introduced in Scarlet & Voilet.
- Added Move Relearner-exclusive moves to the learn sets of all appropriate...