Cilerba submitted a new resource:
Wild Item Drops - Obtain dropped items after a wild Pokémon faints.
Read more about this resource...
Wild Item Drops - Obtain dropped items after a wild Pokémon faints.
I made a script that allows wild Pokémon to drop their hold items when fainted.
Copy and paste wherever.
Code:class PokeBattle_Battler def pbFaint(showMessage=true) unless fainted? PBDebug.log("!!!***Can't faint with HP greater than 0") return true end if @fainted # PBDebug.log("!!!***Can't faint if already fainted") return true end @battle.scene.pbFainted(self) pbInitEffects(false) # Reset status self.status=0 self.statusCount=0 if @pokemon && @battle.internalbattle...
Read more about this resource...