[Request] Generation II Followers Sprites

Results 1 to 22 of 22
  1. #1
    c# Programmer martinx09 is offline
    MemberRank
    Aug 2008 Join Date
    391Posts

    [Request] Generation II Followers Sprites

    Anyone got generation II pokemons follower sprites?
    This is an example of follower sprite:



  2. #2
    Banned lcey is offline
    BannedRank
    Dec 2011 Join Date
    483Posts

  3. #3
    Death Welcomes All DeathLord17 is offline
    MemberRank
    Jul 2012 Join Date
    530Posts

    Re: [Request] Generation II Followers Sprites

    may be a crude way, may take some time but here should be all sprites:
    - Pok�Dex :: PLDH.net

    or i could be a nice and upload these files for you... 493 sprites i think :D
    here: http://www.sendspace.com/file/s06thf

  4. #4
    c# Programmer martinx09 is offline
    MemberRank
    Aug 2008 Join Date
    391Posts

    Re: [Request] Generation II Followers Sprites

    You are the best :)
    Thanks!

  5. #5
    Death Welcomes All DeathLord17 is offline
    MemberRank
    Jul 2012 Join Date
    530Posts

    Re: [Request] Generation II Followers Sprites

    Then give me a like :D

  6. #6
    c# Programmer martinx09 is offline
    MemberRank
    Aug 2008 Join Date
    391Posts

    Re: [Request] Generation II Followers Sprites

    Haha likes are important? Well there you go :)

  7. #7
    Death Welcomes All DeathLord17 is offline
    MemberRank
    Jul 2012 Join Date
    530Posts

    Re: [Request] Generation II Followers Sprites

    no lol, i was only messing, but thanks :D I guess you are adding more pokemon to PokeMMO (web browser)thingy

  8. #8
    c# Programmer martinx09 is offline
    MemberRank
    Aug 2008 Join Date
    391Posts

    Re: [Request] Generation II Followers Sprites

    That was the idea, but when I add a pokemon to the pokemon.json the server gives me an error.
    So yeah.. huh.. u.u

    The idea was to add this:



    :)

  9. #9
    Death Welcomes All DeathLord17 is offline
    MemberRank
    Jul 2012 Join Date
    530Posts

    Re: [Request] Generation II Followers Sprites

    Ok, i'll take a quick look at how the client and server read the pokemon stuff.

  10. #10
    c# Programmer martinx09 is offline
    MemberRank
    Aug 2008 Join Date
    391Posts

    Re: [Request] Generation II Followers Sprites

    Good luck! :P
    I'm such a novice with javascript xD

  11. #11
    Death Welcomes All DeathLord17 is offline
    MemberRank
    Jul 2012 Join Date
    530Posts

    Re: [Request] Generation II Followers Sprites

    well, i guess you've made a simple mistake when adding to the pokemon.json
    because i added this:
    Code:
    "152":{"name":"TestNew","type1":"psychic"}
    just as simple as adding it before the last "}" but using a comma to seperate
    so the whole file goes like this
    Code:
    {"1":{"name":"Bulbasaur","type1":"grass","type2":"poison"},"2":{"name":"Ivysaur","type1":"grass","type2":"poison"},"3":{"name":"Venusaur","type1":"grass","type2":"poison"},"4":{"name":"Charmander","type1":"fire"},"5":{"name":"Charmeleon","type1":"fire"},"6":{"name":"Charizard","type1":"fire","type2":"flying"},"7":{"name":"Squirtle","type1":"water"},"8":{"name":"Wartortle","type1":"water"},"9":{"name":"Blastoise","type1":"water"},"10":{"name":"Caterpie","type1":"bug"},"11":{"name":"Metapod","type1":"bug"},"12":{"name":"Butterfree","type1":"bug","type2":"flying"},"13":{"name":"Weedle","type1":"bug","type2":"poison"},"14":{"name":"Kakuna","type1":"bug","type2":"poison"},"15":{"name":"Beedrill","type1":"bug","type2":"poison"},"16":{"name":"Pidgey","type1":"normal","type2":"flying"},"17":{"name":"Pidgeotto","type1":"normal","type2":"flying"},"18":{"name":"Pidgeot","type1":"normal","type2":"flying"},"19":{"name":"Rattata","type1":"normal"},"20":{"name":"Raticate","type1":"normal"},"21":{"name":"Spearow","type1":"normal","type2":"flying"},"22":{"name":"Fearow","type1":"normal","type2":"flying"},"23":{"name":"Ekans","type1":"poison"},"24":{"name":"Arbok","type1":"poison"},"25":{"name":"Pikachu","type1":"electric"},"26":{"name":"Raichu","type1":"electric"},"27":{"name":"Sandshrew","type1":"ground"},"28":{"name":"Sandslash","type1":"ground"},"29":{"name":"Nidoran","type1":"poison"},"30":{"name":"Nidorina","type1":"poison"},"31":{"name":"Nidoqueen","type1":"poison","type2":"ground"},"32":{"name":"Nidoran","type1":"poison"},"33":{"name":"Nidorino","type1":"poison"},"34":{"name":"Nidoking","type1":"poison","type2":"ground"},"35":{"name":"Clefairy","type1":"normal"},"36":{"name":"Clefable","type1":"normal"},"37":{"name":"Vulpix","type1":"fire"},"38":{"name":"Ninetales","type1":"fire"},"39":{"name":"Jigglypuff","type1":"normal"},"40":{"name":"Wigglytuff","type1":"normal"},"41":{"name":"Zubat","type1":"poison","type2":"flying"},"42":{"name":"Golbat","type1":"poison","type2":"flying"},"43":{"name":"Oddish","type1":"grass","type2":"poison"},"44":{"name":"Gloom","type1":"grass","type2":"poison"},"45":{"name":"Vileplume","type1":"grass","type2":"poison"},"46":{"name":"Paras","type1":"bug","type2":"grass"},"47":{"name":"Parasect","type1":"bug","type2":"grass"},"48":{"name":"Venonat","type1":"bug","type2":"poison"},"49":{"name":"Venomoth","type1":"bug","type2":"poison"},"50":{"name":"Diglett","type1":"ground"},"51":{"name":"Dugtrio","type1":"ground"},"52":{"name":"Meowth","type1":"normal"},"53":{"name":"Persian","type1":"normal"},"54":{"name":"Psyduck","type1":"water"},"55":{"name":"Golduck","type1":"water"},"56":{"name":"Mankey","type1":"fighting"},"57":{"name":"Primeape","type1":"fighting"},"58":{"name":"Growlithe","type1":"fire"},"59":{"name":"Arcanine","type1":"fire"},"60":{"name":"Poliwag","type1":"water"},"61":{"name":"Poliwhirl","type1":"water"},"62":{"name":"Poliwrath","type1":"water","type2":"fighting"},"63":{"name":"Abra","type1":"psychic"},"64":{"name":"Kadabra","type1":"psychic"},"65":{"name":"Alakazam","type1":"psychic"},"66":{"name":"Machop","type1":"fighting"},"67":{"name":"Machoke","type1":"fighting"},"68":{"name":"Machamp","type1":"fighting"},"69":{"name":"Bellsprout","type1":"grass","type2":"poison"},"70":{"name":"Weepinbell","type1":"grass","type2":"poison"},"71":{"name":"Victreebel","type1":"grass","type2":"poison"},"72":{"name":"Tentacool","type1":"water","type2":"poison"},"73":{"name":"Tentacruel","type1":"water","type2":"poison"},"74":{"name":"Geodude","type1":"rock","type2":"ground"},"75":{"name":"Graveler","type1":"rock","type2":"ground"},"76":{"name":"Golem","type1":"rock","type2":"ground"},"77":{"name":"Ponyta","type1":"fire"},"78":{"name":"Rapidash","type1":"fire"},"79":{"name":"Slowpoke","type1":"water","type2":"psychic"},"80":{"name":"Slowbro","type1":"water","type2":"psychic"},"81":{"name":"Magnemite","type1":"electric","type2":"steel"},"82":{"name":"Magneton","type1":"electric","type2":"steel"},"83":{"name":"Farfetch'd","type1":"normal","type2":"flying"},"84":{"name":"Doduo","type1":"normal","type2":"flying"},"85":{"name":"Dodrio","type1":"normal","type2":"flying"},"86":{"name":"Seel","type1":"water"},"87":{"name":"Dewgong","type1":"water","type2":"ice"},"88":{"name":"Grimer","type1":"poison"},"89":{"name":"Muk","type1":"poison"},"90":{"name":"Shellder","type1":"water"},"91":{"name":"Cloyster","type1":"water","type2":"ice"},"92":{"name":"Gastly","type1":"ghost","type2":"poison"},"93":{"name":"Haunter","type1":"ghost","type2":"poison"},"94":{"name":"Gengar","type1":"ghost","type2":"poison"},"95":{"name":"Onix","type1":"rock","type2":"ground"},"96":{"name":"Drowzee","type1":"psychic"},"97":{"name":"Hypno","type1":"psychic"},"98":{"name":"Krabby","type1":"water"},"99":{"name":"Kingler","type1":"water"},"100":{"name":"Voltorb","type1":"electric"},"101":{"name":"Electrode","type1":"electric"},"102":{"name":"Exeggcute","type1":"grass","type2":"psychic"},"103":{"name":"Exeggutor","type1":"grass","type2":"psychic"},"104":{"name":"Cubone","type1":"ground"},"105":{"name":"Marowak","type1":"ground"},"106":{"name":"Hitmonlee","type1":"fighting"},"107":{"name":"Hitmonchan","type1":"fighting"},"108":{"name":"Lickitung","type1":"normal"},"109":{"name":"Koffing","type1":"poison"},"110":{"name":"Weezing","type1":"poison"},"111":{"name":"Rhyhorn","type1":"ground","type2":"rock"},"112":{"name":"Rhydon","type1":"ground","type2":"rock"},"113":{"name":"Chansey","type1":"normal"},"114":{"name":"Tangela","type1":"grass"},"115":{"name":"Kangaskhan","type1":"normal"},"116":{"name":"Horsea","type1":"water"},"117":{"name":"Seadra","type1":"water"},"118":{"name":"Goldeen","type1":"water"},"119":{"name":"Seaking","type1":"water"},"120":{"name":"Staryu","type1":"water"},"121":{"name":"Starmie","type1":"water","type2":"psychic"},"122":{"name":"Mr. mime","type1":"psychic"},"123":{"name":"Scyther","type1":"bug","type2":"flying"},"124":{"name":"Jynx","type1":"ice","type2":"psychic"},"125":{"name":"Electabuzz","type1":"electric"},"126":{"name":"Magmar","type1":"fire"},"127":{"name":"Pinsir","type1":"bug"},"128":{"name":"Tauros","type1":"normal"},"129":{"name":"Magikarp","type1":"water"},"130":{"name":"Gyarados","type1":"water","type2":"flying"},"131":{"name":"Lapras","type1":"water","type2":"ice"},"132":{"name":"Ditto","type1":"normal"},"133":{"name":"Eevee","type1":"normal"},"134":{"name":"Vaporeon","type1":"water"},"135":{"name":"Jolteon","type1":"electric"},"136":{"name":"Flareon","type1":"fire"},"137":{"name":"Porygon","type1":"normal"},"138":{"name":"Omanyte","type1":"rock","type2":"water"},"139":{"name":"Omastar","type1":"rock","type2":"water"},"140":{"name":"Kabuto","type1":"rock","type2":"water"},"141":{"name":"Kabutops","type1":"rock","type2":"water"},"142":{"name":"Aerodactyl","type1":"rock","type2":"flying"},"143":{"name":"Snorlax","type1":"normal"},"144":{"name":"Articuno","type1":"ice","type2":"flying"},"145":{"name":"Zapdos","type1":"electric","type2":"flying"},"146":{"name":"Moltres","type1":"fire","type2":"flying"},"147":{"name":"Dratini","type1":"dragon"},"148":{"name":"Dragonair","type1":"dragon"},"149":{"name":"Dragonite","type1":"dragon","type2":"flying"},"150":{"name":"Mewtwo","type1":"psychic"},"151":{"name":"Mew","type1":"psychic"},"152":{"name":"TestNew","type1":"psychic"}}
    Tell me if you need any more bug helping.

  12. #12
    c# Programmer martinx09 is offline
    MemberRank
    Aug 2008 Join Date
    391Posts

    Re: [Request] Generation II Followers Sprites

    Nope it's okey, and that is the clientside pokemon.json (I added that one too).
    But I was talking about the server/data/pokemon.json.

    I edited both using haxe, so it's easier to notice those commas and things like that.
    I think there's a cap for max pokemons in some place..

  13. #13
    Death Welcomes All DeathLord17 is offline
    MemberRank
    Jul 2012 Join Date
    530Posts

    Re: [Request] Generation II Followers Sprites

    ok let me see about this 1.

    :P ok i see what i think is your error, you forgot the comma after the } for the 151 pokemon.
    Code:
    	"151": {
    		"name":			"Mew",
    		"type1":			"psychic",
    		"ability1":		"synchronize",
    		"genderRatio":	-1,
    
    		"experienceCurve":	"mediumSlow",
    		"catchRate":	45,
    		"baseExp":		64,
    		"baseStats": {
    			"hp":		100,
    			"atk":		100,
    			"def":		100,
    			"spAtk":	100,
    			"spDef":	100,
    			"speed":	100
    		},
    
    
    		"learnset": [
    			{"level": 1, "move": "pound"},
    			{"level": 10, "move": "transform"},
    			{"level": 20, "move": "mega punch"},
    			{"level": 30, "move": "metronome"},
    			{"level": 40, "move": "psychic"},
    			{"level": 50, "move": "ancientpower"}
    		],
    
    		"learnableTM": [
    			"TM01", "TM02", "TM03", "TM04", "TM05", 
    			"TM06", "TM07", "TM08", "TM09", "TM10", 
    			"TM11", "TM12", "TM13", "TM14", "TM15", 
    			"TM16", "TM17", "TM18", "TM19", "TM20", 
    			"TM21", "TM22", "TM23", "TM24", "TM25", 
    			"TM26", "TM27", "TM28", "TM29", "TM30", 
    			"TM31", "TM32", "TM33", "TM34", "TM35", 
    			"TM36", "TM37", "TM38", "TM39", "TM40", 
    			"TM41", "TM42", "TM43", "TM44", "TM45", 
    			"TM46", "TM47", "TM48", "TM49", "TM50", 
    			"HM01", "HM02", "HM03", "HM04", "HM05", 
    			"HM06", "HM07", "HM08"
    		],
    
    		"evYield": {
    			"hp": 3
    		}
    	},
    	"152": {
    		"name":			"TestNew",
    		"type1":			"psychic",
    		"ability1":		"synchronize",
    		"genderRatio":	-1,
    
    		"experienceCurve":	"mediumSlow",
    		"catchRate":	60,
    		"baseExp":		64,
    		"baseStats": {
    			"hp":		999,
    			"atk":		999,
    			"def":		999,
    			"spAtk":	999,
    			"spDef":	999,
    			"speed":	999
    		},
    
    
    		"learnset": [
    			{"level": 1, "move": "pound"},
    			{"level": 10, "move": "transform"},
    			{"level": 20, "move": "mega punch"},
    			{"level": 30, "move": "metronome"},
    			{"level": 40, "move": "psychic"},
    			{"level": 50, "move": "ancientpower"}
    		],
    
    		"learnableTM": [
    			"TM01", "TM02", "TM03", "TM04", "TM05", 
    			"TM06", "TM07", "TM08", "TM09", "TM10", 
    			"TM11", "TM12", "TM13", "TM14", "TM15", 
    			"TM16", "TM17", "TM18", "TM19", "TM20", 
    			"TM21", "TM22", "TM23", "TM24", "TM25", 
    			"TM26", "TM27", "TM28", "TM29", "TM30", 
    			"TM31", "TM32", "TM33", "TM34", "TM35", 
    			"TM36", "TM37", "TM38", "TM39", "TM40", 
    			"TM41", "TM42", "TM43", "TM44", "TM45", 
    			"TM46", "TM47", "TM48", "TM49", "TM50", 
    			"HM01", "HM02", "HM03", "HM04", "HM05", 
    			"HM06", "HM07", "HM08"
    		],
    
    		"evYield": {
    			"hp": 9
    		}
    	}
    see how before the "152" there is a , after the }?
    Code:
    	},
    	"152": {
    you must have that comma on yours. otherwise it says about an unknown string.
    Last edited by DeathLord17; 22-12-12 at 01:50 AM.

  14. #14
    c# Programmer martinx09 is offline
    MemberRank
    Aug 2008 Join Date
    391Posts

    Re: [Request] Generation II Followers Sprites

    That's it.
    Fixed, thanks :)

    I'll try to use the pichu and post pics :D

    Edit:

    There is some kind of problem,
    Pichu is working, but not 100%

    Here it is:



    But then I tried to battle, and the game freezed.
    Now when I login the screen is all black. u.u
    Last edited by martinx09; 22-12-12 at 02:15 AM.

  15. #15
    Death Welcomes All DeathLord17 is offline
    MemberRank
    Jul 2012 Join Date
    530Posts

    Re: [Request] Generation II Followers Sprites

    That's probably an error to do with front/back sprites and you may need to add the pokemon somewhere else

  16. #16
    c# Programmer martinx09 is offline
    MemberRank
    Aug 2008 Join Date
    391Posts

    Re: [Request] Generation II Followers Sprites

    Got all the images in the resource folder, edited pokemon.json in server/data and site/js
    Is there anything else that I should edit?

  17. #17
    Death Welcomes All DeathLord17 is offline
    MemberRank
    Jul 2012 Join Date
    530Posts

    Re: [Request] Generation II Followers Sprites

    Did oyu edit the data on teh servers site aswell, you have to edit in 3 places:
    1.servers data
    2.servers site (located just outside the server's run.bat)
    3.the website itself.

  18. #18
    c# Programmer martinx09 is offline
    MemberRank
    Aug 2008 Join Date
    391Posts

    Re: [Request] Generation II Followers Sprites

    What do you mean with servers site?

    I edited: Pokemmo/server/data/pokemon.json and Pokemmo/site/data/pokemon.json
    Where's the third file?

  19. #19
    Death Welcomes All DeathLord17 is offline
    MemberRank
    Jul 2012 Join Date
    530Posts

    Re: [Request] Generation II Followers Sprites

    in the file you use fo r the websites play.html

  20. #20
    c# Programmer martinx09 is offline
    MemberRank
    Aug 2008 Join Date
    391Posts

    Re: [Request] Generation II Followers Sprites

    There's only Data, Js, Resources and play.html in the Site.
    And I don't see anything to edit in play.html.
    Already got all the images in resources folders.

  21. #21
    Apprentice korasi pr0dx is offline
    MemberRank
    Dec 2012 Join Date
    16Posts

    Re: [Request] Generation II Followers Sprites

    Thanks for these sprites, DeathLord17! But I want to know how to make/get them myself. Since the sprites on the link below are in a vertical box, not facing in the same pattern as they should and they have a coloured background. For the Pokemon MMO, we need a horizontal box with no background(could be done with photoshop) and they face like: down; left; up; right.

    Thanks in advance. :)

  22. #22
    Death Welcomes All DeathLord17 is offline
    MemberRank
    Jul 2012 Join Date
    530Posts

    Re: [Request] Generation II Followers Sprites

    Well you can use photoshop or gimp to edit these very easily, and to find them online just search for keywords, not sentances. So "Pokemon follow sprites" is much better than "where can i find pokemon follower sprites"



Advertisement