First of all, if you know that the Vote is enable after LEVEL-60 try to search for LEVEL-60 ?
You need to edit lord.h in _Common. > Find this.
Code:
enum { nMaxCandidates = 10, nLevelRequirements = 60 };
Here the code...
Code:
#ifdef __EPVP_LORD_TRASH
enum { nMaxCandidates = 10, nLevelRequirements = 200 };
#else
enum { nMaxCandidates = 10, nLevelRequirements = 60 };
#endif //__EPVP_LORD_TRASH
VersionCommon.h
Code:
#define __EPVP_LORD_TRASH