This script is available only for Trinity based cores! World chat script by command
Command usage: .world <text>
As Ghostcrawler said in [his thread], there are eight ranks for each case!
[!] 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:
Code: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:
Click and visit this link [HERE]
[#] Link to the scrip:
Link one_[PASTEBIN.ORG]
Please rate and leave a comment bellow.Originally Posted by Credits