Removing /Awakening chat command

Status
Not open for further replies.
Joined
May 13, 2011
Messages
1,463
Reaction score
155
Hello boys/girls,

I have a question i use the source of SoD which is working fine.
I only have 1 thing and i dont now where to look.
You can awaken with the command /Awaken.
But i want to disable it.
I already changed the
#define __AWA_WITH_PENYACOST
to
//#define __AWA_WITH_PENYACOST
in versioncommon of the world and neuz folder.

But still i can use the command only now it is for free rather then 500K.
Could you point me in the right direcction.

With kind regards,
Loky.
 
Open FuncTextCmd.cpp and change lvl authorization of the function "/awakening" to AUTH_ADMINISTRATOR (Only adm will be able to use)
or just comment out the line (To remove the function :p)
 
Status
Not open for further replies.
Back