Issue Information
-
#008481
-
0 - None Assigned
-
Started
Issue Confirmations
-
Yes (1)No (0)
This is my first time to use gdb and I don't know how to copy and paste..
What do you have at line 1605 of status.c?
In the current version pushed to the repository, we have:
In the current version pushed to the repository, we have:
clif->msg((TBL_PC*)src, SKILL_CANT_USE_AREA); // This skill cannot be used within this areabut that doesn't look like it can cause a crash. Is yours modified? What do you have at line 1605?
Yes, my status.c is modified and i'm not using the latest version.
This is my Line 1605:
This is my Line 1605:
if( skill_id == map->list[src->m].zone->disabled_skills[i]->nameid && (map->list[src->m].zone->disabled_skills[i]->type&src->type) ) {
Do you have a custom map_zone_db.conf?
I have sir, (pre-renewal):
Spoiler
Another crash:
guild.c
line 69:
guild.c
line 69:
return g->skill[idx].lv;clif.c line 9565
guild->aura_refresh(sd,GD_LEADERSHIP,guild->checkskill(sd->guild,GD_LEADERSHIP));
Taking ownership of the bug. Privately asking some settings to the user in order to be able to reproduce it.