ID:179295
 
Ok ive got a problem i change a turf and had to change it on the map aswell now when i log in even though i changed the map i get a black screen why?
Often times you get a black screen if your mob couldn't be moved to a valid location at login. To see if this is true have an output in Login like this:
mob
Login()
world << "Before loc: [x],[y],[z]"
..()
world << "After loc:[x],[y],[z]"

That way you can track where it's putting you. If After loc returns 0,0,0 then that's your problem. If it gives you valid coordinates then I'm not sure what's wrong, the problem is probably in your Login code though.