Maplestory Character Avatar
Hi, I would like to know if anyone figure out or know how to fetch any of the following data from Nexon website given the character name:
- Ranking
- Character Avatar
- World
- Job
- Level
I want to do something like what Basilmarket did for my website except with the avatar and character stats only. I mainly want to fetch the avatar. The trouble is that the image name of the avatar seems to be hashed or something of that sort.
Here is an example of one. Also, it is changed if equips are changed.
http://msavatar1.nexon.net/Character...DNHDGNNBLN.gif
The closest I got to is:
http://maplestory.nexon.net/js/my-ma...-characters.jsSo when you say "fetch" you mean you want to grab it on a website? So you want some sort of PHP or JavaScript script to pull the details?