Chywoner Posted April 16, 2018 Posted April 16, 2018 Buenas tardes, quisiera saber si hay alguna forma de hacer un script o una forma de hacer ue durante las woes, no se pueda logear con ninguna cuenta de GM. será esto posible? y si es así como sería. de ante mano gracias. Quote
Emistry Posted May 20, 2018 Posted May 20, 2018 - script sample -1,{ OnPCLoginEvent: if (getgmlevel() >= 90 && (gettime(DT_HOUR) >= 10 && gettime(DT_HOUR) <= 20)) { // 10am ~ 8pm atcommand "@kick "+strcharinfo(0); } end; } 2 Quote
Dani3lArt Posted July 26, 2018 Posted July 26, 2018 En caso de que lo actives con comando sería más viable - script ONKICKGMWOE -1,{ OnPCLoginEvent: if (getgmlevel() >= 90 && (agitcheck() || agitcheck2())) atcommand "@kick "+strcharinfo(0); end; } Así no importa la hora, si se encuentra activa WoE no dejará entrar al GM. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.