Recent content by Kashuti

  1. K

    [Error] When I Edit The Trainers, It makes Giving Items Crash The Game

    I would post the files so you see what happened but i don't have 5 posts...
  2. K

    [Error] When I Edit The Trainers, It makes Giving Items Crash The Game

    Thanks for moving the tread, I'm On version 17.2 remember editing pockets on 1 attempt i did but I don't think have? Here is My PScreen_Bag... class Window_PokemonBag < Window_DrawableCommand attr_reader :pocket attr_accessor :sorting def...
  3. K

    [Error] When I Edit The Trainers, It makes Giving Items Crash The Game

    I trying to add a teacher trainer but when I add a trainer with teacher class, but when i do get a bug that makes it so when is given the player a item crash the game. I would show screenshots but i don't have need amount of posts... When it's a multiple items... ---------------------------...
  4. K

    Evo During Battle

    Hey I added scripts and for some reason the evo starts after the fight Here the scripts PokeBattle_Battler: def item=(value) @item=value @pokemon.setItem(value) if @pokemon end def weight(attacker=nil) w=(@pokemon) ? @pokemon.weight : 500 if !attacker ||...
Back
Top