eboni001 Posted September 19, 2013 Share Posted September 19, 2013 Hello guys, there is any way to comment or remove the time from mvp tombs? i want it only say the mvp has met its demise, Defeated by killer, i dont want other players know the time of death. Quote Link to comment Share on other sites More sharing options...
Chocolate Posted September 19, 2013 Share Posted September 19, 2013 (edited) remove this npc.c char time[10]; strftime(time, sizeof(time), "%H:%M", localtime(&nd->u.tomb.kill_time)); and this snprintf(buffer, sizeof(buffer), msg_txt(sd,659), time); clif_scriptmes(sd, nd->bl.id, buffer); Edited September 19, 2013 by Chocolate 1 Quote Link to comment Share on other sites More sharing options...
eboni001 Posted September 19, 2013 Author Share Posted September 19, 2013 remove this npc.c char time[10]; strftime(time, sizeof(time), "%H:%M", localtime(&nd->u.tomb.kill_time)); and this snprintf(buffer, sizeof(buffer), msg_txt(sd,659), time); clif_scriptmes(sd, nd->bl.id, buffer); OMG!! you are a master, More Power to You. Quote Link to comment Share on other sites More sharing options...
Hello guys, there is any way to comment or remove the time from mvp tombs? i want it only say the mvp has met its demise, Defeated by killer, i dont want other players know the time of death.
Link to comment
Share on other sites