• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • 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!
  • 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.
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!
 
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 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.
 
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?
 
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
 
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