party

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  1. Nessar33

    Metin2 [C++] Party Buff System - Nessar33

    char_skill.cpp search: if (IS_SET(pkSk->dwFlag, SKILL_FLAG_SELFONLY)) ComputeSkill(dwVnum, this); add before: //Party buff system if (GetParty() && (dwVnum == 94 || dwVnum == 95 || dwVnum == 96 || dwVnum == 110 || dwVnum == 111)) { if (pkVictim->GetParty()){...
Back
Top