Wise
03-11-14, 10:54 PM
Script was made by ?? as Ghostcrawler said
but it was modified a lot from ghost so that's why the topic is under this name.
What i did only is just update the script.
Credits goes for Ghostcrawler !
Info about the Script :
V.I.P Commands
.vip mall
.vip changerace
.vip changefaction
.vip customize
.vip tele
No need for SQL since the commands are used only by rank 1 which is MODERATOR so I can give you some advice's about RBAC so :
If you want to make rank 1 as VIP that have normal player commands and those VIP commands : what you will need is just follow this steps :
1- go to your auth DB == > RBAC_Linked_Permissions and find this : 194 198 and change 194 with 193 and than restart.
or use this query and select auth DB
UPDATE rbac_linked_permissions SET id=193 WHERE (id=194) AND (linkedId=198)
remember this query can be used on the default RBAC only which the rank 194 is GMLevel = 1
Script Download Links
Pastebin (http://pastebin.com/Nu63RD18)
Gist.Github (https://gist.github.com/JadaDev/3037df40a6d880de1f26)
but it was modified a lot from ghost so that's why the topic is under this name.
What i did only is just update the script.
Credits goes for Ghostcrawler !
Info about the Script :
V.I.P Commands
.vip mall
.vip changerace
.vip changefaction
.vip customize
.vip tele
No need for SQL since the commands are used only by rank 1 which is MODERATOR so I can give you some advice's about RBAC so :
If you want to make rank 1 as VIP that have normal player commands and those VIP commands : what you will need is just follow this steps :
1- go to your auth DB == > RBAC_Linked_Permissions and find this : 194 198 and change 194 with 193 and than restart.
or use this query and select auth DB
UPDATE rbac_linked_permissions SET id=193 WHERE (id=194) AND (linkedId=198)
remember this query can be used on the default RBAC only which the rank 194 is GMLevel = 1
Script Download Links
Pastebin (http://pastebin.com/Nu63RD18)
Gist.Github (https://gist.github.com/JadaDev/3037df40a6d880de1f26)