- Joined
- Oct 24, 2015
- Messages
- 347
- Reaction score
- 279
- First Language
- Portuguese
I have got an error and it occurs whenever I enter battle, even in a new save file.
(The bit about job-points isnt the problem since it still does this, minus the job points bit, when job points is turned off)
With job-points enabled
SyntaxError: Unexpected end of input at Game_Actor.Game_Battler.calculateCastRate (file:///C:/Users/David/Documents/Games/Dragonspear/js/plugins/EllyeSimpleATB.js:1978:25)
at Game_Actor.Game_Battler.resetCast (file:///C:/Users/David/Documents/Games/Dragonspear/js/plugins/EllyeSimpleATB.js:1311:14)
at Game_Actor.Game_Battler.onBattleStart (file:///C:/Users/David/Documents/Games/Dragonspear/js/plugins/EllyeSimpleATB.js:1343:14)
at Game_Actor.Game_Battler.onBattleStart (file:///C:/Users/David/Documents/Games/Dragonspear/js/plugins/YEP_JobPoints.js:350:42)
at file:///C:/Users/David/Documents/Games/Dragonspear/js/rpg_objects.js:4669:16
at Array.forEach (native)
at Game_Party.Game_Unit.onBattleStart (file:///C:/Users/David/Documents/Games/Dragonspear/js/rpg_objects.js:4668:20)
at Function.BattleManager.startBattle (file:///C:/Users/David/Documents/Games/Dragonspear/js/rpg_managers.js:1992:16)
at Function.BattleManager.startBattle (file:///C:/Users/David/Documents/Games/Dragonspear/js/plugins/EllyeSimpleATB.js:1370:36)
at Scene_Battle.start (file:///C:/Users/David/Documents/Games/Dragonspear/js/rpg_scenes.js:2032:19)
With job-points disabled
SyntaxError: Unexpected end of input at Game_Actor.Game_Battler.calculateCastRate (file:///C:/Users/David/Documents/Games/Dragonspear/js/plugins/EllyeSimpleATB.js:1978:25)
at Game_Actor.Game_Battler.resetCast (file:///C:/Users/David/Documents/Games/Dragonspear/js/plugins/EllyeSimpleATB.js:1311:14)
at Game_Actor.Game_Battler.onBattleStart (file:///C:/Users/David/Documents/Games/Dragonspear/js/plugins/EllyeSimpleATB.js:1343:14)
at file:///C:/Users/David/Documents/Games/Dragonspear/js/rpg_objects.js:4669:16
at Array.forEach (native)
at Game_Party.Game_Unit.onBattleStart (file:///C:/Users/David/Documents/Games/Dragonspear/js/rpg_objects.js:4668:20)
at Function.BattleManager.startBattle (file:///C:/Users/David/Documents/Games/Dragonspear/js/rpg_managers.js:1992:16)
at Function.BattleManager.startBattle (file:///C:/Users/David/Documents/Games/Dragonspear/js/plugins/EllyeSimpleATB.js:1370:36)
at Scene_Battle.start (file:///C:/Users/David/Documents/Games/Dragonspear/js/rpg_scenes.js:2032:19)
at Function.SceneManager.updateScene (file:///C:/Users/David/Documents/Games/Dragonspear/js/rpg_managers.js:1668:25)
SyntaxError: Unexpected end of input at Game_Actor.Game_Battler.calculateCastRate (file:///C:/Users/David/Documents/Games/Dragonspear/js/plugins/EllyeSimpleATB.js:1978:25)
at Game_Actor.Game_Battler.resetCast (file:///C:/Users/David/Documents/Games/Dragonspear/js/plugins/EllyeSimpleATB.js:1311:14)
at Game_Actor.Game_Battler.onBattleStart (file:///C:/Users/David/Documents/Games/Dragonspear/js/plugins/EllyeSimpleATB.js:1343:14)
at file:///C:/Users/David/Documents/Games/Dragonspear/js/rpg_objects.js:4669:16
at Array.forEach (native)
at Game_Party.Game_Unit.onBattleStart (file:///C:/Users/David/Documents/Games/Dragonspear/js/rpg_objects.js:4668:20)
at Function.BattleManager.startBattle (file:///C:/Users/David/Documents/Games/Dragonspear/js/rpg_managers.js:1992:16)
at Function.BattleManager.startBattle (file:///C:/Users/David/Documents/Games/Dragonspear/js/plugins/EllyeSimpleATB.js:1370:36)
at Scene_Battle.start (file:///C:/Users/David/Documents/Games/Dragonspear/js/rpg_scenes.js:2032:19)
at Function.SceneManager.updateScene (file:///C:/Users/David/Documents/Games/Dragonspear/js/rpg_managers.js:1668:25)
Is the value of your Default Cast Paramater paramater still the default "agi" or is it something else?
Are you running it via RM or via browser?

