Originally posted by [b]malufett[/b]
oh now I see..it seems your version is outdated..
your skill.c must have this code:
[CODE]
// Enchant Deadly Poison gives a chance to deadly poison attacked enemies
if((sce=sc->data[SC_EDP]))
sc_start4(bl,SC_DPOISON,sce->val2, sce->val1,src->id,0,0,
skill_get_time2(ASC_EDP,sce->val1));
// Cancels on normal attack but benefits with the bonuses
status_change_end(src,SC_CAMOUFLAGE, INVALID_TIMER);
}[/CODE]