Permite folosirea de abilitati fara a avea un target selectat.
*Poze / Video:
*Link download / Code:
Deschidem locale_inc.h si adaugam:
Code:
#define ENABLE_SKILLSHOTCode:
void CPythonPlayer::ChangeCurrentSkillNumberOnly(DWORD dwSlotIndex)Code:
if (!__IsRightButtonSkillMode())Cautam:
Code:
bool CPythonPlayer::__UseSkill(DWORD dwSlotIndex)Code:
if (pSkillData->IsAutoSearchTarget())Cautam:
Code:
else
{
PyCallClassMemberFunc(m_ppyGameWindow, "OnCannotUseSkill", Py_BuildValue("(is)", GetMainCharacterIndex(), "NEED_TARGET"));
return false;
}

la acest mesaj și conținutul se va afișa automat.

