- 11
- Posts
- 6
- Years
- Seen Aug 27, 2019
I'm making a trainer battle against Arceus and all the Pokemon on Arceus' team have a different form however when I make it so the Pokemon are in a different form I get this error.
---------------------------
Pokemon Tanzanite
---------------------------
[Pokémon Essentials version 17.2]
Exception: RuntimeError
Message: Script error within event 8 (coords 10,3), map 119 (Arceus Palace):
Exception: TypeError
Message: PSystem_Utilities:855:in `[]'cannot convert true into Integer
***Full script:
pbTrainerBattle(:GOD,"Arceus",_I("Impressive Mortal."),false,0,false,0)
Interpreter:243:in `pbExecuteScript'
PSystem_Utilities:855:in `pbGetFSpeciesFromForm'
Pokemon_Forms:28:in `fSpecies'
PokeBattle_Pokemon:850:in `baseStats'
PokeBattle_Pokemon:886:in `calcStats'
Pokemon_Forms:24:in `formNoCall='
PTrainer_NPCTrainers:51:in `pbLoadTrainer'
PTrainer_NPCTrainers:46:in `each'
PTrainer_NPCTrainers:46:in `pbLoadTrainer'
PTrainer_NPCTrainers:32:in `each'
Interpreter:276:in `pbExecuteScript'
Interpreter:794:in `command_111'
Interpreter:320:in `execute_command'
Interpreter:193:in `update'
Interpreter:106:in `loop'
Interpreter:198:in `update'
Scene_Map:163:in `update'
Scene_Map:161:in `loop'
Scene_Map:170:in `update'
Scene_Map:234:in `main'
Where I defined the trainer's Pokemon it shows this.
#-------------------------------
GOD
Arceus
5
MEW,999,ALPHACRYSTAL,PSYCHIC,ENERGYBALL,ELECTROBALL,BLIZZARD,,,1,,,31,255,,,1
RAYQUAZA,999,ALPHACRYSTAL,DRAGONRUSH,FLY,INCINERATE,EARTHQUAKE,,,1,,,31,255,,,1
REGIGIGAS,999,ALPHACRYSTAL,PRIMALPOWER,ZENHEADBUTT,HEAVYSLAM,THUNDERPUNCH,,,1,,,31,255,,,1
GIRATINA,999,ALPHACRYSTAL,DRACOMETEOR,SHADOWFORCE,FAKEOUT,DARKPULSE,,,2,,,31,255,,,1
KYUREM,999,ALPHACRYSTAL,GLACIATE,FUSIONFLARE,FUSIONBOLT,DRAGONRUSH,,,3,,,31,255,,,1
I already defined the forms, item, trainer type, and have a different level cap.
---------------------------
Pokemon Tanzanite
---------------------------
[Pokémon Essentials version 17.2]
Exception: RuntimeError
Message: Script error within event 8 (coords 10,3), map 119 (Arceus Palace):
Exception: TypeError
Message: PSystem_Utilities:855:in `[]'cannot convert true into Integer
***Full script:
pbTrainerBattle(:GOD,"Arceus",_I("Impressive Mortal."),false,0,false,0)
Interpreter:243:in `pbExecuteScript'
PSystem_Utilities:855:in `pbGetFSpeciesFromForm'
Pokemon_Forms:28:in `fSpecies'
PokeBattle_Pokemon:850:in `baseStats'
PokeBattle_Pokemon:886:in `calcStats'
Pokemon_Forms:24:in `formNoCall='
PTrainer_NPCTrainers:51:in `pbLoadTrainer'
PTrainer_NPCTrainers:46:in `each'
PTrainer_NPCTrainers:46:in `pbLoadTrainer'
PTrainer_NPCTrainers:32:in `each'
Interpreter:276:in `pbExecuteScript'
Interpreter:794:in `command_111'
Interpreter:320:in `execute_command'
Interpreter:193:in `update'
Interpreter:106:in `loop'
Interpreter:198:in `update'
Scene_Map:163:in `update'
Scene_Map:161:in `loop'
Scene_Map:170:in `update'
Scene_Map:234:in `main'
Where I defined the trainer's Pokemon it shows this.
#-------------------------------
GOD
Arceus
5
MEW,999,ALPHACRYSTAL,PSYCHIC,ENERGYBALL,ELECTROBALL,BLIZZARD,,,1,,,31,255,,,1
RAYQUAZA,999,ALPHACRYSTAL,DRAGONRUSH,FLY,INCINERATE,EARTHQUAKE,,,1,,,31,255,,,1
REGIGIGAS,999,ALPHACRYSTAL,PRIMALPOWER,ZENHEADBUTT,HEAVYSLAM,THUNDERPUNCH,,,1,,,31,255,,,1
GIRATINA,999,ALPHACRYSTAL,DRACOMETEOR,SHADOWFORCE,FAKEOUT,DARKPULSE,,,2,,,31,255,,,1
KYUREM,999,ALPHACRYSTAL,GLACIATE,FUSIONFLARE,FUSIONBOLT,DRAGONRUSH,,,3,,,31,255,,,1
I already defined the forms, item, trainer type, and have a different level cap.