Hi Epvpers,
I am having an little question about the lord skills.
I am looking trough the source to allow GM's to use the Lord Skills true out the server. But it seems i am unaible to do it or to see it.
What i did was looking for the error if you press the L button.
Now i come up to
WndLord.cpp
I have changed this line
if(!CCLord::Instance()->IsLord(g_pPlayer->m_idPlayer))
To
if(!CCLord::Instance()->IsLord(g_pPlayer->m_idPlayer) && g_pPlayer->m_chAuthority == 'Z')
But it tells me that m_chAuthority is not an part of Cmover.
So i looked true the .h files but it seems i am not in an state just yet to do it like that.
Now i wonder how to create an command for it.
Thats something that should not be all to hard.
If someone can point me in the right direction on how to do it.
I can take an look into it to see if i can set it up correctly.
With kind regards,
Raventh






