[Help]Add Log when using Skill Teleport Soul Master
Hello Community, I use sources from MUEmu.
I want to add a log to the Protocol.cpp file when someone uses Soul Master's "Teleport" skill.
Code:
if (lpObj->Type == OBJECT_USER && lpObj->CSkill == 6)
{
LogAdd(LOG_RED, "-1 Por usar Teleport SM");
}
I'm a newbie to programming.
I appreciate your help.
Thanks.
MU Online - Crear cuenta
Re: [Help]Add Log when using Skill Teleport Soul Master
You would need to provide a link to the sources/files you are using first.