- 87
- Posts
- 9
- Years
- The Elato Region
- Seen Sep 17, 2024
Hey,
I'm having two errors in my script in my game, and its unknown to me on how to fix it.
1.Method Error?
2. Berry Error: There's an error that is produced when a trainer has a Pokemon with a berry like the Chilean Berry or the Passho Berry that reduces the effects of a super-effective move.
I know it means that nothing is in place for it, but how do I fix it?
Thanks in Advance!
I'm having two errors in my script in my game, and its unknown to me on how to fix it.
1.Method Error?
Code:
Exception: NoMethodError
Message: undefined method `pbTooHigh?' for 1:Fixnum
PokeBattle_Battle:4049:in `__clauses__pbEndOfRoundPhase'
PokeBattle_Battle:4047:in `each'
PokeBattle_Battle:4047:in `__clauses__pbEndOfRoundPhase'
PokeBattle_Battle:3998:in `each'
PokeBattle_Battle:3998:in `__clauses__pbEndOfRoundPhase'
PokeBattle_Clauses:42:in `pbEndOfRoundPhase'
PokeBattle_Battle:2791:in `pbStartBattleCore'
PokeBattle_Battle:2790:in `logonerr'
PokeBattle_Battle:2790:in `pbStartBattleCore'
PokeBattle_Battle:2774:in `loop'
Code:
Exception: NoMethodError
Message: undefined method `[]=' for nil:NilClass
PokeBattle_Move:1331:in `pbCalcDamage'
PokeBattle_Move:1452:in `pbEffect'
PokeBattle_MoveEffects:5614:in `pbEffect'
PokeBattle_Battler:3128:in `pbProcessMoveAgainstTarget'
PokeBattle_Battler:3086:in `each'
PokeBattle_Battler:3086:in `pbProcessMoveAgainstTarget'
PokeBattle_Battler:3499:in `pbUseMove'
PokeBattle_Battler:3473:in `loop'
PokeBattle_Battler:3502:in `pbUseMove'
PokeBattle_Battler:3705:in `pbProcessTurn'
Thanks in Advance!
Last edited: