I'm starting my Final Course Project and I'm making a MMORPG game.
I haven't done that much yet, I only made the register system with email activation code. I'm seeking for tools and engines, platforms and paths to do several things.
The only thing missing is the way to make a Javascript mouse events enabled map. The player on the map is a small image, that only moves on the map when the walk time reaches 0 on a countdown timer. The player will travel ONLY to certain points in the map called spots, that can be jobs, cities or Mistery places. (They can't travel to a point where is nothing.)
My teachear told me to make an unique picture for the entire map, but I'm not sure if it won't overkill the game... Also, I never liked to work with coordinates... The only language that I managed to work well with coordinates was VB.

My idea for the map is to behave like the "The West" game map. So, this will be a 1:30 of the square of the "state" and the entire map will have 15-20 "states", I'm not sure yet.
So my question is, what to do, get an unique picture for the entire map, or do something else, how to work with coordinates, etc...