[REQUEST]How to edit status permissions

12/30/2012 23:26 aboldijar2#1
Hello elitepvpers,
I was wondering if it's possible to edit the status permissions from the database.
For example for status 46 make it possible to /kick /ban /char off.
Thanks in advance.
12/31/2012 11:58 rempieremco153#2
I think it is possible.
[Only registered and activated users can see links. Click Here To Register...]
This makes a command trigger. Just change this code
You can change the "Status" in the code at the commands you want
It'll say something like
IF ((@TargetStatus = 16) OR (@TargetStatus = 32) OR (@TargetStatus = 48))

Just change them to your preferences.
Hope this is what you are looking for.