Hi elitepvpers,
I am working atm on the lord skills not the events but the skills that you see when you press L.
What i want to accomplish is that when the user is an GM of rank 2
Lets say AUTH_GAMEMASTER2
The tick wont update.
I have done this
inside tLord.cpp
BOOL CLController::UpdateLordSkillTick( CLordSkillComponent* pSkill, int nTick )
{ // ±ºÁÖ ½ºÅ³ Àç»ç¿ë ´ë±â ½Ã°£ ÀúÀå
if(m_pLord->m_dwAuthorization != AUTH_GAMEMASTER2)
{
return GetQueryObject()->Execute( "uspLordSkillTick %d, %d, %d", g_appInfo.dwSys, pSkill->GetId(), nTick );
}
}
As i read it but i could be wrong if your not an GameMaster2 the Tick will be updated.
However the tick is still beeing updated and i am still not aible to launch an new Skill. I still must wait for 60 mins.
I also have tryd to do it with pUser and g_pPlayer buth both of them gives an Class error.
Any one could explain on what to do?
With kind regards,
Loky.






