MMOCoin

Likes Likes:  0
Results 1 to 1 of 1

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Scout
    dk_grimer's Avatar
    Join Date
    Oct 2010
    Posts
    23
    Post Thanks / Like
    Rep Power
    16
    Reputation
    64

    Trinity World Chat Script by Command

    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]


    Quote Originally Posted by Credits
    Ghostcrawler336 [Original thread here]
    AlexeWarr Rewrote & improoved the script
    Last edited by dk_grimer; 21-02-13 at 04:47 PM.



  2. Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread

 

 

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •