Johnnie 0 Posted March 29, 2015 Share Posted March 29, 2015 This Showed Up :Exception: NoMethodErrorMessage: undefined method `PBEffects' for #<PokeBattle_Battle:0x5174c68>PokeBattle_Battle:4101:in `__clauses__pbEndOfRoundPhase'PokeBattle_Battle:4095:in `each'PokeBattle_Battle:4095:in `__clauses__pbEndOfRoundPhase'PokeBattle_Clauses:42:in `pbEndOfRoundPhase'PokeBattle_Battle:3187:in `pbStartBattleCore'PokeBattle_Battle:3186:in `logonerr'PokeBattle_Battle:3186:in `pbStartBattleCore'PokeBattle_Battle:3170:in `loop'PokeBattle_Battle:3191:in `pbStartBattleCore'PokeBattle_Battle:2936:in `pbStartBattle'Exception: NoMethodErrorMessage: undefined method `PBEffects' for #<PokeBattle_Battle:0x5174c68>PokeBattle_Battle:4101:in `__clauses__pbEndOfRoundPhase'PokeBattle_Battle:4095:in `each'PokeBattle_Battle:4095:in `__clauses__pbEndOfRoundPhase'PokeBattle_Clauses:42:in `pbEndOfRoundPhase'PokeBattle_Battle:3187:in `pbStartBattleCore'PokeBattle_Battle:3186:in `logonerr'PokeBattle_Battle:3186:in `pbStartBattleCore'PokeBattle_Battle:3170:in `loop'PokeBattle_Battle:3191:in `pbStartBattleCore'PokeBattle_Battle:2936:in `pbStartBattle'Exception: NoMethodErrorMessage: undefined method `PBEffects' for #<PokeBattle_Battle:0x5174c68>PokeBattle_Battle:4101:in `__clauses__pbEndOfRoundPhase'PokeBattle_Battle:4095:in `each'PokeBattle_Battle:4095:in `__clauses__pbEndOfRoundPhase'PokeBattle_Clauses:42:in `pbEndOfRoundPhase'PokeBattle_Battle:3187:in `pbStartBattleCore'PokeBattle_Battle:3186:in `logonerr'PokeBattle_Battle:3186:in `pbStartBattleCore'PokeBattle_Battle:3170:in `loop'PokeBattle_Battle:3191:in `pbStartBattleCore'PokeBattle_Battle:2936:in `pbStartBattle'Exception: NoMethodErrorMessage: undefined method `PBEffects' for #<PokeBattle_Battle:0x5174c68>PokeBattle_Battle:4101:in `__clauses__pbEndOfRoundPhase'PokeBattle_Battle:4095:in `each'PokeBattle_Battle:4095:in `__clauses__pbEndOfRoundPhase'PokeBattle_Clauses:42:in `pbEndOfRoundPhase'PokeBattle_Battle:3187:in `pbStartBattleCore'PokeBattle_Battle:3186:in `logonerr'PokeBattle_Battle:3186:in `pbStartBattleCore'PokeBattle_Battle:3170:in `loop'PokeBattle_Battle:3191:in `pbStartBattleCore'PokeBattle_Battle:2936:in `pbStartBattle'Exception: NoMethodErrorMessage: undefined method `PBEffects' for #<PokeBattle_Battle:0x5174c68>PokeBattle_Battle:4101:in `__clauses__pbEndOfRoundPhase'PokeBattle_Battle:4095:in `each'PokeBattle_Battle:4095:in `__clauses__pbEndOfRoundPhase'PokeBattle_Clauses:42:in `pbEndOfRoundPhase'PokeBattle_Battle:3187:in `pbStartBattleCore'PokeBattle_Battle:3186:in `logonerr'PokeBattle_Battle:3186:in `pbStartBattleCore'PokeBattle_Battle:3170:in `loop'PokeBattle_Battle:3191:in `pbStartBattleCore'PokeBattle_Battle:2936:in `pbStartBattle'Exception: NoMethodErrorMessage: undefined method `PBEffects' for #<PokeBattle_Battle:0x5174c68>PokeBattle_Battle:4101:in `__clauses__pbEndOfRoundPhase'PokeBattle_Battle:4095:in `each'PokeBattle_Battle:4095:in `__clauses__pbEndOfRoundPhase'PokeBattle_Clauses:42:in `pbEndOfRoundPhase'PokeBattle_Battle:3187:in `pbStartBattleCore'PokeBattle_Battle:3186:in `logonerr'PokeBattle_Battle:3186:in `pbStartBattleCore'PokeBattle_Battle:3170:in `loop'PokeBattle_Battle:3191:in `pbStartBattleCore'PokeBattle_Battle:2936:in `pbStartBattle'Exception: NoMethodErrorMessage: undefined method `PBEffects' for #<PokeBattle_Battle:0x5174c68>PokeBattle_Battle:4101:in `__clauses__pbEndOfRoundPhase'PokeBattle_Battle:4095:in `each'PokeBattle_Battle:4095:in `__clauses__pbEndOfRoundPhase'PokeBattle_Clauses:42:in `pbEndOfRoundPhase'PokeBattle_Battle:3187:in `pbStartBattleCore'PokeBattle_Battle:3186:in `logonerr'PokeBattle_Battle:3186:in `pbStartBattleCore'PokeBattle_Battle:3170:in `loop'PokeBattle_Battle:3191:in `pbStartBattleCore'PokeBattle_Battle:2936:in `pbStartBattle'Exception: NoMethodErrorMessage: undefined method `PBEffects' for #<PokeBattle_Battle:0x5174c68>PokeBattle_Battle:4101:in `__clauses__pbEndOfRoundPhase'PokeBattle_Battle:4095:in `each'PokeBattle_Battle:4095:in `__clauses__pbEndOfRoundPhase'PokeBattle_Clauses:42:in `pbEndOfRoundPhase'PokeBattle_Battle:3187:in `pbStartBattleCore'PokeBattle_Battle:3186:in `logonerr'PokeBattle_Battle:3186:in `pbStartBattleCore'PokeBattle_Battle:3170:in `loop'PokeBattle_Battle:3191:in `pbStartBattleCore'PokeBattle_Battle:2936:in `pbStartBattle' Link to post Share on other sites
madf0x 0 Posted March 29, 2015 Share Posted March 29, 2015 A little context would be great, what move did you use, what pokemon were you using, what pokemon was she using, etc. edit: Nevermind I found and fixed it. Any dev reading this, missing ':' on line 4101, needs to be: if i.effects[PBEffects::HealBlock]==0 Link to post Share on other sites
Johnnie 0 Posted March 29, 2015 Author Share Posted March 29, 2015 A little context would be great, what move did you use, what pokemon were you using, what pokemon was she using, etc. I used Grimer against Breloom....Poison Gas on the first move...then sludge all the way....Breloom used leech seed once and a row of Mach Punches Link to post Share on other sites
madf0x 0 Posted March 29, 2015 Share Posted March 29, 2015 Its ok, I figured it out, hopefully itll get added to the bug fixes for ep 15 Link to post Share on other sites
Jericho 114 Posted March 29, 2015 Share Posted March 29, 2015 A little context would be great, what move did you use, what pokemon were you using, what pokemon was she using, etc. edit: Nevermind I found and fixed it. Any dev reading this, missing ':' on line 4101, needs to be: if i.effects[PBEffects::HealBlock]==0 Yes it has to do with Poison Heal, and was supposedly fixed in the most recent update from what I recall (unless that was one of the changes that got overwritten somehow and then reinstated after the fact). Regardless it's already taken care of. Link to post Share on other sites
Recommended Posts
Archived
This topic is now archived and is closed to further replies.