Likes: 0
Results 1 to 3 of 3
Thread: [Trinity] World Chat (C++)
-
11-03-13, 04:06 AM #1
[Trinity] World Chat (C++)
Register to remove this adTHIS SCRIPT(C++) ONLY SUPPORTS TRINITY CORES!
There is 8 Ranks in this C++ Script
List of them:
- PLAYER
- VIP
- MODERATOR
- GAMEMASTER
- EVENTM
- HEADGM
- DEVELOPER
- ADMINISTRATOR
- OWNER
How to add these ranks:
- Open and edit common.h in src/server/shared/
- Hit Ctrl + F (keys) and search for "enum AccountTypes"
- Replace the existing ranks with:
SEC_PLAYER = 0, SEC_VIP = 1, SEC_MODERATOR = 2, SEC_GAMEMASTER = 3, SEC_EVENTM = 4, SEC_HEADGM = 5, SEC_DEVELOPER = 6, SEC_ADMINISTRATOR = 7, SEC_OWNER = 8, SEC_CONSOLE = 9 // must be always last in list, accounts must have less security level always also
- Save and Close
How to add Custom Scripts --------> [HERE]
Script --------------> [HERE]
› See More: [Trinity] World Chat (C++)
-
11-03-13, 08:28 AM #2
-
11-03-13, 08:43 AM #3
Register to remove this adThanks (: