Maruno
Lead Dev of Pokémon Essentials
- 5,286
- Posts
- 17
- Years
- Seen May 3, 2024
You don't need to include ".png" - that's added automatically during the game.removed the quotient still not working...
only the default bg is working, not The BattleBack=battlebg8.png
BattleBack=Mystic means it will use files called battlebgMystic.png, playerbaseMystic.png and enemybaseMystic.png.
The problem is the inconsistent growth rate for Antrooper and Antmando. The Pokémon keeps the same amount of experience points, but in the Fast growth rate that amount corresponds to Level 10 while in the Medium growth rate it corresponds to Level 9.This question still remains
Also, I am getting a bizarre bug with the pokemon evolutions. I have a Fakemon in my game that evolves into two separate species depending on gender, and while both evolutions work, the evolved form seems to revert back to the previous level before they evolve.
In the spoiler there is an example as to what precisely happens:
Spoiler:
![]()
I just added a level 9 Antrooper to my party. In my game, Antrooper is a pokemon that evolves at level 10 if it is male.
![]()
I train it up a bit, and it reaches level 10!
![]()
It finally evolves into Antmando. So far, everything works perfectly... Untill...
![]()
It seems like Antmando decided it wants to be level 9 instead...
In addition, here is the data for both Antmando and Antrooper:
Any way to fix this?Code:[510] Name=ANTROOPER InternalName=ANTROOPER Kind=Worker Pokedex=When it finds food, it secretes a trail of strong-smelling fluid from its end to attract more ANTROOPER to the area. Type1=BUG BaseStats=50,80,78,75,20,55 Rareness=255 BaseEXP=50 Happiness=70 GrowthRate=[COLOR=Red]Fast[/COLOR] StepsToHatch=5120 Color=Brown EffortPoints=0,1,0,0,0,0 Abilities=COMPOUNDEYES, PICKUP WildItemRare=LEFTOVERS Compatibility=3,5 Height=0.7 Weight=2.8 GenderRate=Female25Percent Moves=1,POISONSTING,2,BUGBITE,6,FURYCUTTER,7,POISONJAB,8,DIG,12,ROCKTHROW,13,TAUNT,14,SLASH EggMoves=TICKLE,STRINGSHOT,PURSUIT,AGILITY,SPIKES,MAGNITUDE,BODYSLAM Evolutions=ANTMANDO,LevelMale,10,ANQUEEN,LevelFemale,25 BattlerPlayerY=41 BattlerEnemyY=13 BattlerAltitude=0 [511] Name=ANTMANDO InternalName=ANTMANDO Kind=Guardian Pokedex=They are typically seen guarding an ANTROOPER nest. They fight using their powerful pincers to grapple opponents. Type1=BUG Type2=FLYING BaseStats=65,118,80,105,95,58 Rareness=200 BaseEXP=123 Happiness=70 GrowthRate=[COLOR=Red]Medium[/COLOR] StepsToHatch=5120 Color=Brown EffortPoints=0,2,0,0,0,0 Abilities=COMPOUNDEYES, HYPERCUTTER Compatibility=3,5 Height=1.0 Weight=5.2 GenderRate=AlwaysMale Moves=1,POISONSTING,1,BUGBITE,1,FURYCUTTER,1,POISONJAB,1,DIG,15,QUIVERDANCE,20,XSCISSOR,31,AIRCUTTER,42,AERIALACE,53,BUGBUZZ,64,CLOSECOMBAT EggMoves= Evolutions= BattlerPlayerY=41 BattlerEnemyY=13 BattlerAltitude=0
All species in a particular family should have the same growth rate to avoid this problem.