eboni001 Posted September 19, 2013 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
Chocolate Posted September 19, 2013 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
eboni001 Posted September 19, 2013 Author 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
Question
eboni001
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.
2 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.