Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.
I have a quick question about the so called "unlosable list", I'm trying to add new Mega Stones, but they are "knock off"able. How do I change this in PE 16.1?
I have a quick question about the so called "unlosable list", I'm trying to add new Mega Stones, but they are "knock off"able. How do I change this in PE 16.1?
Into PokeBattle_Battle script section, into def pbIsUnlosableItem(pkmn,item), after the line [:VENUSAUR,:VENUSAURITE], add your mega stones with the following form: [:POKEMONNAME,:STONENAME],
Also consider adding your new stones to the list in PItem_Items under the method
Code:
def pbIsMegaStone?(item)
This will give it the correct damage if used in Fling. Probably no one will notice, but getting little details correct shows more care was put into the project.