- Joined
- Jan 7, 2017
- Messages
- 209
- Reaction score
- 138
- First Language
- French
- Primarily Uses
- RMMV
Hello everyone !
I will soon need the plugin Yed-SideviewBattler (link here : https://raw.githubusercontent.com/s.../build/SideviewBattler/YED_SideviewBattler.js) to use a custom pixel battler I have ordered.
But when I turn the plugin on in game, here is what I get as an error when the player gets in battle:
Do someone understand what happens here, and if possible fix that ? I am willing to pay for that fix if needed, as I will need that plugin very soon !
Thank you in advance !
I will soon need the plugin Yed-SideviewBattler (link here : https://raw.githubusercontent.com/s.../build/SideviewBattler/YED_SideviewBattler.js) to use a custom pixel battler I have ordered.
But when I turn the plugin on in game, here is what I get as an error when the player gets in battle:
TypeError: Cannot read property 'index' of undefined
at Sprite_Enemy.updateSideviewFrame (/C:/Users/Patrick%20Lenz/Desktop/IGMC/js/plugins/YED_SideviewBattler.js:975)
at Sprite_Enemy.updateFrame (/C:/Users/Patrick%20Lenz/Desktop/IGMC/js/plugins/YED_SideviewBattler.js:950)
at Sprite_Enemy.Sprite_Battler.updateMain (rpg_sprites.js:512)
at Sprite_Enemy.Sprite_Battler.updateMain (/C:/Users/Patrick%20Lenz/Desktop/IGMC/js/plugins/YEP_BattleSelectCursor.js:308)
at Sprite_Enemy.Sprite_Battler.update (rpg_sprites.js:493)
at Sprite_Enemy.Sprite_Battler.update (/C:/Users/Patrick%20Lenz/Desktop/IGMC/js/plugins/YEP_BattleEngineCore.js:2906)
at Sprite_Enemy.Sprite_Battler.update (/C:/Users/Patrick%20Lenz/Desktop/IGMC/js/plugins/YEP_X_ActSeqPack2.js:1197)
at Sprite_Enemy.Sprite_Battler.update (/C:/Users/Patrick%20Lenz/Desktop/IGMC/js/plugins/YEP_X_VisualHpGauge.js:472)
at Sprite_Enemy.update (rpg_sprites.js:952)
at Sprite_Enemy.update (/C:/Users/Patrick%20Lenz/Desktop/IGMC/js/plugins/YEP_BattleEngineCore.js:3229)
at Sprite_Enemy.updateSideviewFrame (/C:/Users/Patrick%20Lenz/Desktop/IGMC/js/plugins/YED_SideviewBattler.js:975)
at Sprite_Enemy.updateFrame (/C:/Users/Patrick%20Lenz/Desktop/IGMC/js/plugins/YED_SideviewBattler.js:950)
at Sprite_Enemy.Sprite_Battler.updateMain (rpg_sprites.js:512)
at Sprite_Enemy.Sprite_Battler.updateMain (/C:/Users/Patrick%20Lenz/Desktop/IGMC/js/plugins/YEP_BattleSelectCursor.js:308)
at Sprite_Enemy.Sprite_Battler.update (rpg_sprites.js:493)
at Sprite_Enemy.Sprite_Battler.update (/C:/Users/Patrick%20Lenz/Desktop/IGMC/js/plugins/YEP_BattleEngineCore.js:2906)
at Sprite_Enemy.Sprite_Battler.update (/C:/Users/Patrick%20Lenz/Desktop/IGMC/js/plugins/YEP_X_ActSeqPack2.js:1197)
at Sprite_Enemy.Sprite_Battler.update (/C:/Users/Patrick%20Lenz/Desktop/IGMC/js/plugins/YEP_X_VisualHpGauge.js:472)
at Sprite_Enemy.update (rpg_sprites.js:952)
at Sprite_Enemy.update (/C:/Users/Patrick%20Lenz/Desktop/IGMC/js/plugins/YEP_BattleEngineCore.js:3229)
Do someone understand what happens here, and if possible fix that ? I am willing to pay for that fix if needed, as I will need that plugin very soon !
Thank you in advance !



