• Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Dawn, Gloria, Juliana, or Summer - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • 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.

Recent content by Loginator1113

  1. Loginator1113

    [Error] Having an issue with evolution and Pokedex entries

    So I'm at an early point in my fangame and I just evolved my Charmander, only to suddenly get an error message right before it goes to the Pokedex entry and the Charmeleon duplicates to be both on the evolution screen and where it would be for the Pokedex entry. In fact, my previous caught...
  2. Loginator1113

    [Error] Argument Error

    I'm trying to test the game out with some new maps I transferred over, but whenever I try it, I get this message. How do I fix this?
  3. Loginator1113

    [Error] Can't Get Past Error Message

    I had to adjust a few things to get it to work, but now it's working properly!
  4. Loginator1113

    [Error] Can't Get Past Error Message

    The game is working again as usual, but for some reason, all moves are done twice in a row in one turn as if they're multi-hit. Like literally every move, including stuff like Defense Curl. Do you know what could be causing this, because error messages are no longer appearing.
  5. Loginator1113

    [Error] Can't Get Past Error Message

    Ah okay. Thank you.
  6. Loginator1113

    [Error] Can't Get Past Error Message

    So I'm trying to create this new ability called Celestial Guard, where basically it's Magic Bounce but it reflects projectile or bomb type moves back at the opponent. I tried to copy the code for Magic Bounce, but this error message keeps popping up. Here's the code if you need to see it...
  7. Loginator1113

    [Scripting Question] Need Help With New Ability

    It's working perfect now! Thank you so much!
  8. Loginator1113

    [Scripting Question] Need Help With New Ability

    Well, the Pokemon are able to damage me now, but I'm not sure if the ability is really working. It doesn't seem consistent. Like when I'm under 3/4 health, inflation pops up, but at 2/4, it doesn't. The amount of damage I take doesn't always seem right either. It's hard to explain without...
  9. Loginator1113

    [Scripting Question] Need Help With New Ability

    Well, I changed the code to yours, but while I managed to boot up the game, whenever an enemy attacked me, another error popped up. Here it is: [Pokémon Essentials version 20.1] [v20.1 Hotfixes 1.0.3] Is there another area the problem could be in?
  10. Loginator1113

    [Scripting Question] Need Help With New Ability

    Well, I changed the code to this. Battle::AbilityEffects::DamageCalcFromTarget.add(:INFLATION, proc { |ability, user, target, move, mults, baseDmg, type| mults[:final_damage_multiplier] /= 2 if target.hp > taget.totalhp / 1.5 elsif mults[:final_damage_multiplier] /= 1.6 if target.hp...
  11. Loginator1113

    [Scripting Question] Need Help With New Ability

    Here's the error. As for the duplicates, yeah I was worried about that. I tried to put it all under one using elsif, but it didn't work properly. Do you have any suggestions as to how to do it?
  12. Loginator1113

    [Scripting Question] Need Help With New Ability

    Okay, so, I've been working on a custom ability called Inflation for a Pokemon called Squicopter (Lame name I know but it'll probably change). Basically, the Pokemon inflates and deflates like a balloon depending on its HP, and as a result will take a certain amount of damage each time, like...
  13. Loginator1113

    [Scripting Question] I need help with pokemon encounters.

    It finally worked! Mostly. The encounters work fine when I go over the tiles, but for some reason the game mixed up the mud and desert encounters, so I had to switch it around so the desert pokemon were assigned to mud and vice versa. The terrain tags are set right so I don't know why it's doing...
  14. Loginator1113

    [Scripting Question] I need help with pokemon encounters.

    Okay here it is: module GameData class TerrainTag attr_reader :id attr_reader :id_number attr_reader :real_name attr_reader :can_surf attr_reader :waterfall # The main part only, not the crest attr_reader :waterfall_crest attr_reader :can_fish attr_reader...
  15. Loginator1113

    [Scripting Question] I need help with pokemon encounters.

    Yes to all of this. I even tried doing it on different tiles with the same tags in a different area. Still no encounters.
Back
Top