• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!

Recent content by dragonice11259

  1. dragonice11259

    Resource Acro Bike

    thanks, i was doing the graphics for both characters in gen 4 style, i will wait for an update!
  2. dragonice11259

    Resource Acro Bike

    Hi, i have a question, i want to make this script use a graphic for the player 1 and player 2, but i don´t know how to do it since it uses a specific acrobike file for both characters ¿How can i change that to use a separate graphic for both characters?
  3. dragonice11259

    Resource Pokemon Contests and Pokeblocks [Beta]

    With the right help I managed to make the 9th generation moves functional in contests, I had to add this: def has_contest_flag?(flag) return false if !@contest_flags || @contest_flags.empty? return @contest_flags.any? { |f| f.downcase == flag.downcase } end but there are...
  4. dragonice11259

    Resource Advanced Items Field Moves

    I'm using the objects plugin as MO movements, and the rock climber movement doesn't have a sprite, how could I add one to it?
  5. dragonice11259

    Resource Pokemon Contests and Pokeblocks [Beta]

    I have a problem wanting to adapt this to my version 21 of essentials, when the contest ends and the tape is received, I get an error on the line 71 aprox $stats.pokemon_contests_won_total += 1 it says that is not defined, but when i set it to =0 and then =1 it has no problem, how can i fix...
Back
Top