• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • 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 Atlat

  1. Atlat

    [In Progress] Pokémon Uakitite

    So with the fixed version finally released, let me explain why that was the case. To put it simply, it was outdated code using overlapping global variables with other functions. The function pbSetPokemonCenter that sets the positioning the player is sent to was poorly put together and also...
  2. Atlat

    [Question] I don't know how to give the player a defined pokémon

    Everything looks correct from a first glance except for the colon before pkmn in pbAddPokemonSilent. pkmn is a variable, so the colon is already being considered in said variable.
  3. Atlat

    [Question] [Code] Changing move button layout

    cw.index += 1 if cw.index != 3 That 3 is a problem because that means it ends on the fourth move no matter what. If it was set to 2 for example, you wouldn't be able to move past the third move. Essentially, that 3 needs to be changed to the number of moves the Pokémon has - 1 (or better yet...
  4. Atlat

    [In Progress] Pokémon Uakitite

    Yeah, the quest system is really broken. One thing I need to focus on... When you say stuck in the Pokémon Center, is it getting stuck in NPCs? If so, I've fortuantely gotten to that already. The Patrat one is new though.
  5. Atlat

    [In Progress] Pokémon Uakitite

    I would suggest starting a new run at this point. There is a generally high chance that due to some new systems being added to fix certain quests (fishing is not functioning properly right now, so a certain relationship event isn't working) and other systems (aka that secret base mechanic I've...
  6. Atlat

    [In Progress] Pokémon Uakitite

    Now for obvious reasons I can't actually hire you, but can I freaking hire you, lol? Yeah, there was a function call there that was turning off the time freeze and disabling all the characters... completely the opposite of what it looks like at that point. You're going into the credits.
  7. Atlat

    [In Progress] Pokémon Uakitite

    I'll be honest. I'm not able to recreate the error you were talking about. I can totally believe that I missed something, but I'm not able to find it. For now, I'm going to release 1.8.3 with a temporary fix NPC right outside the east forest door and hope I just fixed it with some of my other...
  8. Atlat

    [In Progress] Pokémon Uakitite

    The simple way to update the game is to install the new version. It uses the same save files and you can delete the previous version then. There was a travel door there and since you're saying you used that, I'm wondering if the error originates from those doors.
  9. Atlat

    [In Progress] Pokémon Uakitite

    So for the plants that damage you, those are able to be crossed by Zaria as she was given the "light and agile" trait. Considering what you're having trouble with, you were attempting to cross plants that lead to a TM, and not where you needed to go. I'll probably add something to address that...
  10. Atlat

    [In Progress] Pokémon Uakitite

    Okay, so I messed up that trainer by calling her a Lass in the code. My mistake. Nothing currently past her was mandatory at the time, so I must've missed battling her. As for the other issues, what exactly was the last thing you did before noticing you couldn't cut down trees? Did you There...
  11. Atlat

    [In Progress] Pokémon Uakitite

    Not right now, no. I'd tell you there's some reason for this, but the reality is that my knowledge on Discord is just lacking. The comments were working well enough. I'll probably get around to it sooner or later. Maybe when I finish 2.0.0.
  12. Atlat

    [In Progress] Pokémon Uakitite

    By the way, for those like pika1025 who are wondering about the types of any of the fakemon, and other details like that, I have something planned. Just know that engaging in it is spoiler-y by nature especially since there are fakemon who haven't even shown up yet, so be aware.
  13. Atlat

    [In Progress] Pokémon Uakitite

    Yeah, don't ask how I managed to miss something that blatant (silly little self switch). It should be fixed now.
  14. Atlat

    [In Progress] Pokémon Uakitite

    You'll find some during the power surges quest funny enough. Currently though, the only new ones are a convergent species of Morelull and a regional variant of Stantler. More will come of course; they just aren't made yet.
Back
Top