• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[SOLVED] alliance and horde characters on a pvp realm.

Status
Not open for further replies.

brh11

Respected Member
Okay Hey guys,I'm wondering How I can get alliance and horde characters on a pvp realm on the same account.If I missed a config option just tell me :p.Thanks
 

Jameyboor

Retired Staff
Oh I see.... it was changed when the RBAC system was implemented..

as you can see here:
Code:
bool allowTwoSideAccounts = !sWorld->IsPvPRealm() || HasPermission(RBAC_PERM_TWO_SIDE_CHARACTER_CREATION);
It is allowed if the account has permission to create an alliance and a horde character, so you will need to give every player permission, I am not familiar with the RBAC system so I can't help you with setting that up, but with the help of the documentation found here I bet you can fix it yourself.
 

Hamar

BETA Tester
Oh I see.... it was changed when the RBAC system was implemented..

as you can see here:
Code:
bool allowTwoSideAccounts = !sWorld->IsPvPRealm() || HasPermission(RBAC_PERM_TWO_SIDE_CHARACTER_CREATION);
It is allowed if the account has permission to create an alliance and a horde character, so you will need to give every player permission, I am not familiar with the RBAC system so I can't help you with setting that up, but with the help of the documentation found here I bet you can fix it yourself.


This RBAC system really is so stupid, i hate it from the bottom of my hearth.
The fact that trinitycore is putting that shit to override the other systems like config system and security system with this nonsense making pile of shit.
 

Jameyboor

Retired Staff
This RBAC system really is so stupid, i hate it from the bottom of my hearth.
The fact that trinitycore is putting that shit to override the other systems like config system and security system with this nonsense making pile of shit.

Totally agreed, it's shit.
 
Status
Not open for further replies.
Top