Auto Unban Script

12/02/2014 13:45 akeness#1
Hi,

I have a ban date and I want to know how to create a trigger that checks the ban date... (which store procedure I will add my code to check)

Appreciating any help.

Thanks ahead.
12/02/2014 14:24 beetols#2
how to? I can just say u that can add a control on usp_GameLogin_taiwan with a if that check if the ban time is finished before continue, restore the Status and continue to select server or just stop if isn't already expired. of course both time must be same, and i'm not sure how a date will check on a if by SQL, so can be that u need to convert the date before make the control.
good luck about
04/14/2015 05:41 sgt_trigger17#3
just wonder how to also
04/14/2015 07:49 JujiPoli#4
I think they asked for help not for speak!

Personaly If I open my login taiwan, you can see blockuser check, just read it, understand it and make it how you want.


I wrote this line with help of a friend since I needed an auto unban script. Check_Ban is a new table, and enddate is a colum on the table, use your own table!
You can change status to -5 or other, like you want!
04/20/2015 17:12 SkuulCandy#5
Quote:
Originally Posted by JujiPoli View Post
I think they asked for help not for speak!

Personaly If I open my login taiwan, you can see blockuser check, just read it, understand it and make it how you want.


I wrote this line with help of a friend since I needed an auto unban script. Check_Ban is a new table, and enddate is a colum on the table, use your own table!
You can change status to -5 or other, like you want!
Thanks you!