• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Help]Add Log when using Skill Teleport Soul Master

Newbie Spellweaver
Joined
May 22, 2009
Messages
28
Reaction score
1
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.

 
Last edited:
Back
Top