Jump to content
TrinityCore

Leaderboard

Popular Content

Showing content with the highest reputation on 07/28/16 in all areas

  1. Not my intention to be harsh but your post is definitely hard to read and unterstand ... There is no active trinitycore 4.3.4 branch btw.
    1 point
  2. Working with custom RBAC commands Part 3 Social based RBAC permisions for all player accounts (this allows old .conf based permisions) RBAC new style INSERT INTO `rbac_linked_permissions` (`id`, `linkedId`) VALUES (195, 27); -- Two side mail interaction INSERT INTO `rbac_linked_permissions` (`id`, `linkedId`) VALUES (195, 25); -- Say chat between factions INSERT INTO `rbac_linked_permissions` (`id`, `linkedId`) VALUES (195, 36); -- Allow to use whispers off INSERT INTO `rbac_linked_permissions` (`id`, `linkedId`) VALUES (195, 26); -- Channel chat between factions INSERT INTO `rbac_linked_permissions` (`id`, `linkedId`) VALUES (195, 24); -- Two side faction characters on the same account INSERT INTO `rbac_linked_permissions` (`id`, `linkedId`) VALUES (195, 28); -- See two side who list INSERT INTO `rbac_linked_permissions` (`id`, `linkedId`) VALUES (195, 29); -- Add friends of other faction
    1 point
  3. 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
  4. Working with RBAC commands RBAC interesting commands PVP based RBAC permisions Stop a player from join battlegrounds (3), random battlegrounds (4) and arenas (5). .rbac account permission deny <account name> 3 -1 .rbac account permission deny <account name> 4 -1 .rbac account permission deny <account name> 5 -1 Remove the deny of a player from join battlegrounds, random battlegrounds and arenas. .rbac account permission revoke <account name> 3 -1 .rbac account permission revoke <account name> 4 -1 .rbac account permission revoke <account name> 5 -1
    1 point
  5. Close. Now, I will not help TrinityCore. MaNGOS forever (because MaNGOS team will implement Battle.net)! I deleted 4.3.4 and 3.3.5a clients, because I think "This is end. Battle.net will never be implemented, not all basic functional implemented". Now I downloading 3.3.5a, because I believe, MaNGOS team will implement all basic functional (all WoW excluding scripting, but including code system and rewards). Have a terrible day and ban me. PERMAMENT! LIKE GITHUB! I AM A STAS730!
    -1 points
×
×
  • Create New...