Jump to content
TrinityCore

Leaderboard

Popular Content

Showing content with the highest reputation on 01/29/15 in Posts

  1. I was thinking that maybe having a specific DB download page may help starting users avoid some really common errors. The page should work this way: - The page could be find at trinitycore.org/d - The user should select the Branch (3.3.5/6.x) - Then may select an older DB version from a dropdown list [DEST] - It may even select the DB version it is using now [ORIG] - And finally a Download button appears that outputs directly a zipped folder with both the basic DB and the updates merged in an "updates_from_ORIG_to_DEST.sql" file. Not sure it was clear... By the way, what do you think about that?
    1 point
  2. Working with RBAC commands Part 2 Social based RBAC permisions Account limited Allow a player instant logout (1), to chat with other faction on say, yell, tell (25) or channels (26), send mails (27), see people of other factions on who (28), add friends of other factions (29), use whispers off (36), Receive global GM messages/texts (44) (for example for player accounts of gms) .rbac account permission grant <account name> 1 -1 .rbac account permission grant <account name> 25 -1 .rbac account permission grant <account name> 26 -1 .rbac account permission grant <account name> 27 -1 .rbac account permission grant <account name> 28 -1 .rbac account permission grant <account name> 29 -1 .rbac account permission grant <account name> 36 -1 .rbac account permission grant <account name> 44 -1 Deny a player the permisions. .rbac account permission deny <account name> 1 -1 .rbac account permission deny <account name> 25 -1 .rbac account permission deny <account name> 26 -1 .rbac account permission deny <account name> 27 -1 .rbac account permission deny <account name> 28 -1 .rbac account permission deny <account name> 29 -1 .rbac account permission deny <account name> 36 -1 .rbac account permission deny <account name> 44 -1 Revoke a player the permision/restrictions .rbac account permission revoke <account name> 1 -1 .rbac account permission revoke <account name> 25 -1 .rbac account permission revoke <account name> 26 -1 .rbac account permission revoke <account name> 27 -1 .rbac account permission revoke <account name> 28 -1 .rbac account permission revoke <account name> 29 -1 .rbac account permission revoke <account name> 36 -1 .rbac account permission revoke <account name> 44 -1
    1 point
×
×
  • Create New...