Hi guys i have some problem with create a new rank (vip)
I change the ranks into Src/Shared/Common.h
enum AccountTypes
{
SEC_PLAYER = 0,
SEC_VIP = 1,
SEC_MODERATOR=2,
SEC_GAMEMASTER = 3,
SEC_ADMINISTRATOR = 4,
SEC_CONSOLE = 5 // must be always last in list, accounts must have less security level always also
};
All works correct but in game when i log an account with level 1
i can see when some ticket is closed/assigned/delete/unasign
But i can´t see when i open or abandonated the ticket
This forum is for posting custom patches for Trinity.
It is not for posting patches that you would one day want to go into the public repo. Both C++ and SQL go here.
Looking for a custom patch? Post here.
You must post the full patch when requesting help for a custom patch.
If you are converting a custom patch from other core to Trinitycode, you must post your conversion code.
Any help request without full patch will be closed.
Repacks aren’t supported for help and support ask help to repacker. On a side note you can’t add patches to a repack.
The Rules for the Custom Code Area, We do Not condone its use for VIP. Or in a Public setting. This topic will now be closed.