Cell PvP (Pk Area patch)

unlit.c  missing the left "

sprintf(e_msg, "Cooling down walk delay. Wait %.1f minutes.", (double)e_tick / 60);

 
unlit.c  missing the left "

sprintf(e_msg, "Cooling down walk delay. Wait %.1f minutes.", (double)e_tick / 60);
unit.c is working now, thank you.

@Special thanks to Dastgir, who helped me to fix pc.c

Code:
Edit line 4269 to this: if( (nameid != ITEMID_WING_OF_FLY && nameid != ITEMID_GIANT_FLY_WING && map->list[sd->bl.m].flag.noreturn) || map->getcell( sd->bl.m, sd->bl.x, sd->bl.y, CELL_CHKPVP) ) // Addon Cell PVP [Ize]
 
Last edited by a moderator:
Back
Top