Message: Incorrect value 85 in PBEggGroups

Uax

Novice
Member
Joined
Jan 10, 2018
Posts
14
Everything was working until I started for the first time the positioner application.

After I tried to run my game but this error came out.

###############################################

[Pokémon Essentials version 17.2]
Exception: RuntimeError
Message: Incorrect value 85 in PBEggGroups
File PBS/pokemon.txt, section 144, key Compatibility
85
Compiler:421:in `checkEnumField'
Compiler:403:in `csvEnumField!'
Compiler:1706:in `pbCompilePokemonData'
Compiler:1698:in `each'
Compiler:1698:in `pbCompilePokemonData'
Compiler:1695:in `loop'
Compiler:1775:in `pbCompilePokemonData'
Compiler:1680:in `each'
Compiler:1680:in `pbCompilePokemonData'
Compiler:1679:in `each'

###########################################

The section 144 of the pokemon.txt is this

[144]
Name=Articuno
InternalName=ARTICUNO
Type1=ICE
Type2=FLYING
BaseStats=90,85,100,85,95,125
GenderRate=Genderless
GrowthRate=Slow
BaseEXP=261
EffortPoints=0,0,0,0,0,3
Rareness=3
Happiness=35
Abilities=PRESSURE
HiddenAbility=SNOWCLOAK
Moves=1,GUST,1,POWDERSNOW,8,MIST,15,ICESHARD,22,MINDREADER,29,ANCIENTPOWER,36,AGILITY,43,ICEBEAM,50,REFLECT,57,ROOST,64,TAILWIND,71,BLIZZARD,78,SHEERCOLD,85,HAIL,92,HURRICANE
Compatibility=85
StepsToHatch=20655
Height=1.7
Weight=55.4
Color=Blue
Shape=9
Habitat=Rare
RegionalNumbers=144,240
Kind=Freeze
Pokedex=Articuno is a legendary bird Pokémon that can control ice. The flapping of its wings chills the air. As a result, it is said that when this Pokémon flies, snow will fall.
BattlerPlayerY=4
BattlerEnemyY=11
BattlerAltitude=0
Evolutions=

I saw that I'm not the first one having this problem but no one ever posted a solution.
 

Marin

Administrator
Administrator
I'm pretty sure this is a bug with the Editor.exe program, which turns any Undiscovered value in the Compatibility field to 85.

So, to fix it, I'm pretty sure you can just open up some text editor with Find + Replace functionality (I prefer Sublime Text 3) and change all occurances of Compatibility=85 to Compatibility=Undiscovered.
 

Luka S.J.

Wastage of Time
Member
Joined
Mar 27, 2017
Posts
97
It used to be a bug with my Positioner app. Idk why Google Drive is dishing out the old version of it (and not updating the link for some people).
Put this one in your Data folder, and you shouldn't get any further issues. To fix your version though, you'll have to do what Marin mentioned above.
 
Top