Following Pokemon NoMethodError

CrimsonTy

Jet Black Hero
Member
Joined
Apr 1, 2017
Posts
59
Using 16.2
Crashes Game

I recently added Following Pokemon to my game and I downloaded everything from mej71's Pokemon Community post
Animation Data-Scripts-Animations
But when I talk to my Pokemon and try to put them in the Pokeball I get this error
---------------------------
Pokemon Destiny
---------------------------
Exception: NoMethodError
Message: undefined method `>' for nil:NilClass
RPG__Sprite:123:in `effect?'
RPG__Sprite:434:in `effect?'
RPG__Sprite:433:in `each'
RPG__Sprite:433:in `effect?'
AnimationSprite:31:in `update'
AnimationSprite:88:in `follower_update'
AnimationSprite:87:in `each'
AnimationSprite:87:in `follower_update'
Following Pokemon:1775:in `update'
Scene_Map:51:in `updateSpritesets'
 

Vendily

Cooltrainer
Member
Joined
May 16, 2017
Posts
130
This looks more like you are missing the needed animations.
You'll need to copy the Animations.rxdata into your Data folder while RMXP is closed (else it will overwrite it).
 

CrimsonTy

Jet Black Hero
Member
Joined
Apr 1, 2017
Posts
59
This looks more like you are missing the needed animations.
You'll need to copy the Animations.rxdata into your Data folder while RMXP is closed (else it will overwrite it).
Wait while it's closed so if it's open I pasted it then close it won't work?

If so how do I fix that?
 

Jephed

Trainer
Member
Joined
Apr 1, 2017
Posts
98
You close RPG maker XP. Don't open it until you've inmported all the necessary files.
When you download all the files there's an "Animations" RPGXP Data file. You take that file and copy it over the already existing Animations file in your Data folder.
(You actually can have RPG Maker XP open while doing this I believe, but you must not save your project when you close it, because like Vendily says, the new Animations Data will be replaced with what you already got if you press save.)
Either way you're better of just closing your RPG Maker XP while replacing the Animations Data File and opening it as soon as you've done so.
 
Top