A sprite is a term to describe all 2d graphics.
Since you using an orpg editor (elysium and all the rest of those editors make orpgs, not mmorpgs), you'll want to make a 16x16 or 32x32 (depends on what the engine can handle) graphic in any graphics editor. The graphics in such orpg editors are all located in a single image; thus, you'll need to copy you image into the correct position t line up with the games map system (if 8x8, every 8 pixels is a new tile, for 32 the same.).
Really, there should be plenty of tutorials on the slysium website, or even easily find web sites with Google. Don't have everyone else solve your problems, how else will you learn
|