There is a mistake on the database, found on the release v0.3...
This mistake causes a blank map when you create a new Elf Character.
The problem happens because of an invalid map configuration on the Elf template.
To fix the problem, run these queries on your database:
<br />
UPDATE `char_template` SET `schema`= 'map=1&x=25&y=25&visible=1&state=NORMAL&model=char-cape-grise.png&INT=40&STR=10&DEX=10&CON=50&WIS=50&CHA=10&money=1000' WHERE `template`='2';<br />
UPDATE `char_instance` SET `map` = 1;<br />