Jump to content

Recommended Posts

Posted

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. :D

  • 1 month later...
Posted

-	script	sample	-1,{
	
	OnPCLoginEvent:
		if (getgmlevel() >= 90 && (gettime(DT_HOUR) >= 10 && gettime(DT_HOUR) <= 20)) { // 10am ~ 8pm
			atcommand "@kick "+strcharinfo(0);
		}
		end;

}

 

  • Upvote 2
  • 4 weeks later...
  • 1 month later...
Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...