Sterge buffurile de pe jucatori atunci cand incep un Duel.
Daca esti shaman, buff-urile vor ramane in continuare!
*Link download / Code:
Deschidem pvp.cpp si adaugam (daca nu avem):
Code:
#include "skill.h"
Code:
void CPVPManager::Insert(LPCHARACTER pkChr, LPCHARACTER pkVictim)
Acum cautam:
Code:
pkChr->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("%s님과의 대결 시작!"), pkVictim->GetName());