[Help]Add Log when using Skill Teleport Soul Master

Results 1 to 2 of 2
  1. #1
    Enthusiast AliveSoul is offline
    MemberRank
    May 2009 Join Date
    28Posts

    Support [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
    Last edited by AliveSoul; 06-10-21 at 05:27 PM.


  2. #2
    C++ Developer zipper20032 is offline
    MemberRank
    Oct 2006 Join Date
    0x198837ADLocation
    669Posts

    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.



Advertisement