Chywoner Posted April 16, 2018 Group: Members Topic Count: 16 Topics Per Day: 0.01 Content Count: 31 Reputation: 0 Joined: 08/09/17 Last Seen: April 7 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted May 20, 2018 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Thursday at 04:49 PM Share 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 Link to comment Share on other sites More sharing options...
Chywoner Posted June 12, 2018 Group: Members Topic Count: 16 Topics Per Day: 0.01 Content Count: 31 Reputation: 0 Joined: 08/09/17 Last Seen: April 7 Author Share Posted June 12, 2018 Muchas gracias Emistry Quote Link to comment Share on other sites More sharing options...
Dani3lArt Posted July 26, 2018 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 15 Reputation: 0 Joined: 09/02/17 Last Seen: May 27, 2023 Share 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 Link to comment Share on other sites More sharing options...
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.