• 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.

[Release] Pokémon Essentials, version 7 - 15th May 2012

Status
Not open for further replies.
1
Posts
11
Years
    • Seen Jul 6, 2012
    It's possible make a server to play online with this? please explain me, i have the version online v0.8 and i want to pass to this new version, it's awesome!
     
    11
    Posts
    12
    Years
  • Hello! I love the new update. It runs so much smoother, and all the new options are pretty cool and useful. I was just wondering...

    Did the script for adding the Pokedex change? I used the one from the wiki ($Trainer.pokedex=true), but I understand it could be outdated. Using this script, the Pokedex shows up when I'm loading/saving the game, but does not appear in my menu. Anyone else have this problem?

    Thanks!
     

    Maruno

    Lead Dev of Pokémon Essentials
    5,286
    Posts
    16
    Years
    • Seen May 3, 2024
    It's possible make a server to play online with this? please explain me, i have the version online v0.8 and i want to pass to this new version, it's awesome!
    Only if you change a whole lot of things. I wouldn't want to try it myself, and not just because I'm not interested in MMOs.


    Hello! I love the new update. It runs so much smoother, and all the new options are pretty cool and useful. I was just wondering...

    Did the script for adding the Pokedex change? I used the one from the wiki ($Trainer.pokedex=true), but I understand it could be outdated. Using this script, the Pokedex shows up when I'm loading/saving the game, but does not appear in my menu. Anyone else have this problem?

    Thanks!
    It's not changed. For the last couple of versions, the Pokédex will not appear in the pause menu if it's empty. Make sure there's at least 1 seen or owned species in the Dex you want, and it'll show up.

    Note that having multiple Dexes (i.e. Regional Dexes) makes things a little more complicated, what with them needing to be unlocked first. The wiki has information about this.
     
    28
    Posts
    15
    Years
  • Hey Everyone.
    I need to teleport the surfing Char to another surfing map ... so that he is still surfing. But after teleporting the surf effect goes away. So I added pbStartSurfing() on the second Event Page (normal Door Event). That works, but the Char won't stop surfing even if he gets on a non-surfing-tile. Any Ideas?
     

    Nickalooose

    --------------------
    1,309
    Posts
    16
    Years
    • Seen Dec 28, 2023
    Code:
    def Kernel.pbCancelVehicles(destination=nil)
      $PokemonGlobal.surfing=[COLOR=Red]false[/COLOR]
      $PokemonGlobal.diving=false
      if !destination || !pbCanUseBike?(destination)
        $PokemonGlobal.bicycle=false
      end
      Kernel.pbUpdateVehicle
    end
     

    Maruno

    Lead Dev of Pokémon Essentials
    5,286
    Posts
    16
    Years
    • Seen May 3, 2024
    Hey Everyone.
    I need to teleport the surfing Char to another surfing map ... so that he is still surfing. But after teleporting the surf effect goes away. So I added pbStartSurfing() on the second Event Page (normal Door Event). That works, but the Char won't stop surfing even if he gets on a non-surfing-tile. Any Ideas?
    You want to make a copy of Kernel.pbTransferUnderwater, but for surfing instead. Use it in the same way.
     
    Status
    Not open for further replies.
    Back
    Top