NoNoNever updated Level Caps Ex with a new update entry:
New link
Read the rest of this update entry...
New link
New link is up
Read the rest of this update entry...
New link is up
Did you find a solution to this ??Hello! Your plugin seemed to work perfectly at the beginning, but after a while it started changing levels of the Pokémon in the "encounters" file in the PBS folder, and it shows me this error while compiling. Changing the levels manually solves the problem, but only for a moment, as it changes again.
![]()
Unfortunately not, but currently I have a break from deving. If I figure it out I will try to remember to reach to you!Did you find a solution to this ??
Update Notes - Version X.X.XNew Features:- Level Cap Options: You can now set a level cap specifically for the opponent or the player.
Compatibility:- Voltseon's Pause Menu Compatibility: The game now displays the current level cap in Voltseon's Pause Menu.
Bug Fixes:- PBS Encounters File Issue: Fixed the issue where the plugin was changing the levels of the Pokémon in the "encounters" file in the PBS folder. This caused an error during...
So I'm not sure if something broke? I added the new scripts, changed the config to my switches/variables.
Used an event to trigger the switches and....nothing.
I set the level cap to 16, Gave a rare candy, and it went to 17. There is no logging either being shown.
LOG_LEVEL_CAP_CHANGES = true
on the config also.
#### Changes
1. Configuration File (000_Config.rb
):
- Added a new configuration optionPLAYER_ONLY
to specify whether the level cap restrictions should only affect the player or both the player and the opponents.
2. Main File (001_Main.rb
):
- Adjusted the logic in the methodslevel=
,crosses_level_cap?
, andpbGainExpOne
to consider the new configuration option...
version number update
Most of that seems to have something to do with the built-in Exp Share and Exp All[2025-01-28 23:44:50 -0600]
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]
Exception: NoMethodError
Message: undefined method `battle_opponent' for #<Game_Temp>
Backtrace:
[Level Caps EX] 001_Main.rb:21:in `crosses_level_cap?'
[Level Caps EX] 001_Main.rb:114:in `pbGainExpOne'
Battle_ExpAndMoveLearning:39:in `block (2 levels) in pbGainExp'
Battle:411:in `block in eachInTeam'
Battle:411:in `each'
Battle:411:in `each_with_index'
Battle:411:in `eachInTeam'
Battle_ExpAndMoveLearning:35:in `block in pbGainExp'
Battle_ExpAndMoveLearning:13:in `each'
Battle_ExpAndMoveLearning:13:in `pbGainExp'
Thx im working on a fix :)I keep getting this error when I KO a Pokemon
Most of that seems to have something to do with the built-in Exp Share and Exp All
Seems like the PLAYER_ONLY option doesnt work + at the end of every battle i receive a "undefined method battle_opponent".NoNoNever submitted a new resource:
Level Caps Ex - Easy modern Level Cap System for v21.1
Read more about this resource...
Yeah im working on itSeems like the PLAYER_ONLY option doesnt work + at the end of every battle i receive a "undefined method battle_opponent".
Even tried the PLAYER_ONLY option on a fresh project, but same issue.
Should all be good now, if not let me know thx
(link is the same)
First I need to know whether the rest works, then I can work on new featuresWould it be possible to add a level cap to the Pokemon one can catch?![]()
Hello, I encountered a very specific bug with Swalot. As soon as it levels up from level 31 to 32 or higher, it jumps directly to the maximum level, despite the type 2 level cap and a variable set to a max of level 33. (Either with EXP Candies or regular Level-up).First I need to know whether the rest works, then I can work on new features.
OhhhooHello, I encountered a very specific bug with Swalot. As soon as it levels up from level 31 to 32 or higher, it jumps directly to the maximum level, despite the type 2 level cap and a variable set to a max of level 33. (Either with EXP Candies or regular Level-up).