(06/04/2013 21:40:03) [ Error ] : map_addblock: invalid map id (18448), only 862 are loaded.
(06/04/2013 21:40:03) [ Error ] : Server received crash signal! Attempting to save all online characters!
i tried to force set map id to 0, but still crash the blue, is my custom.
m = bl->m;
x = bl->x;
y = bl->y;
if( m < 0 || m >= map_num )
{
ShowError("map_addblock: invalid map id (%d), only %d are loaded.\n", m, map_num);
m = 0; x = 1; y = 1;
ShowError("map_addblock: force to 'alb_ship'.\n");
}
if( x < 0 || x >= map[m].xs || y < 0 || y >= map[m].ys )
{
Question
Kichi
This is fatal error would make Map Crash
i tried to force set map id to 0, but still crash
the blue, is my custom.
plis help
I have been frustrated
Edited by OceanBlue2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.