Jump to content

Kekhs

Members
  • Posts

    7
  • Joined

  • Last visited

Profile Information

  • Gender
    Male

Recent Profile Visitors

1608 profile views

Kekhs's Achievements

  1. I was thinking about lazy loading a dictionary or something like that so you would only truly load a pokemon data to memory when it is needed. Also one tip on the code, I think it is easier to set a global dictionary and create variables there so you wouldn't flood your code with "global" and other declarations, I can change that for you and make a merge request if you want.
  2. @LqmWraith I was looking at the code and thinking about a way to preload pokemon egg groups, what do you think about a list file with all pokemon available on PokeMMO, their egg groups and their pokedex number? That way we can use it for filtering matching options to breed between other things. We can also have the user input the pokedex number of the pokemon he wants to breed until Nx31 or whatever stats he wants. We can also go as far as getting the list of pokemon and where they are available and with which % of appearing in the wild, that way it will be possible to recommend a pokemon easier to catch/buy for the user to make the breeding process cheaper. Also, what are you planning to use to build the GUI? I'm not well versed in GUI building but I use python everyday and I think we can make a great tool here.
  3. In game name: Kekhs Join Date: 2014-11-19 Hours played: 577 Screenshot of your character: Before visual update (beautiful) [spoiler][/spoiler] After visual update (ugly and must be hidden - the cosmetics are cool though but give our beards back) [spoiler][/spoiler] Picture of yourself [Optional]: [spoiler][/spoiler] Country where you live: Brazil The theme tune to a movie about your life would be: Tigran Hamasyan - What The Waves Brought Your autobiography would be called: Surviving the World's Madness Current occupation: Software Developer Sweet or Salt Popcorn: Salt Your super hero power would be: Flight Favourite and Least Favourite Pokemon: Swampert and Jynx Favourite Movie: Jeder für Sich und Gott Gegen Alle (Direct translation: Every Man for Himself and God Against All / English Title: The Enigma of Kaspar Hauser) Your favourite TV show as a kid was: Invader Zim Last meal you ate was: Integral bread with butter and kale + chia + watermelon + lemon juice :ph34r:
  4. Also, as far as I know, PokeMMO is using the Generation VI (Omega Ruby & Alpha Saphire) learnset levels excluding moves that weren't present in Gen III since the game is at that gen. An alternative way to check the levels pokemon learn moves is bulbapedia, for example http://bulbapedia.bulbagarden.net/wiki/Vulpix_(Pok%C3%A9mon)#By_leveling_up
  5. You can get that information using the in-game pokedex (N by default). Vulpix learns flamethrower at level 36 by the way.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.