[HELP] Map doc. error

03/12/2015 18:38 Khalidmadkour#1
I add new map to my server
Add to gamemap.ini in database and client and then Cq-map
5560 Yearns Yearns 5560
When I try to open server msg server give me kernel error then close
In gamemap I add the map I'd like the db 5560

Andwhen I change Map doc to anther one for old map like 5000
Msgserver work fine but when I Go to that map I found my self in crowns then client give me connection error

So what the problem?
03/12/2015 19:19 idlemonkey#2
post ur gamemap.ini entry?
Code:
[Map5560]<--- is there another entry for this number in your ini file
File=map/map/mine01.DMap<-- does this file for your new map exist
Alpha=255
Red=255
Green=255
Blue=255
Name=IslandMine
Snow=0
Firebug=0
Dragon=0
Dandelion=1
Music=music/1001.mp3
switch=0
daysound=null
nightsound=null
day=0x00FFFFFF
nightfall=0xFFFFAAAA
night=0xFF9999FF
dawn=0xFFAAAAFF
Uplev=0-0
but you should keep in mind you only need to add a new mapdoc id if u want to change the name of the map .... if u only need to make another map that is the same just make a new id in your database and point it to the older mapdoc id
03/12/2015 20:00 Khalidmadkour#3
There are not another Id
And map files are exsit

Yea I want to make new map with different name
I tried another db and client and another map Id and file but same problem
03/12/2015 22:30 galal2900#4
put ur code at the top for map file gamemap.ini
not at last coz sometimes ppl put /*---*/
things like this and fk another codes down

i hope u understand me xD

u can upload the gamemap.ini for me and i will make it work for u :D if u want
03/13/2015 00:14 Khalidmadkour#5
I know what you are talking about, mine is work good
And yea my code in the top of gamemap , and still same problem
03/13/2015 06:29 idlemonkey#6
try using a different "new" id and see if it has the same problem... if so then try using a different map entry as a template than u did before .... this file is what is breaking your system so something in it is whats wrong