Jump to content

Myth

Members
  • Posts

    225
  • Joined

  • Last visited

Posts posted by Myth

  1.  

    Where do u set the level of the gms?

     

    Edit this line with 

     

    if (getgmlevel())

     

    How ? example

     

     

     

    -	script	WOE_BLOCK	-1,{
    OnPCLoginEvent:
    	// When a GM logs in during WOE, kick them.
    	if ((agitcheck() || agitcheck2()) && getgmlevel())
    		atcommand "@kick "+strcharinfo(0);
    	end;
    OnAgitStart:
    OnAgitStart2:
    	// When WOE starts, kick all GMs.
    	addrid(0);
    	if (getgmlevel(60))
    		atcommand "@kick "+strcharinfo(0);
    	end;
    }
  2. You mean announcing "Go!" instead of "Start in 0 seconds..."?

    for ( .@i = 5; .@i >= 0; .@i-- ){// mapannounce the count 5 4 3
    	sleep 1000;
    	mapannounce "guild_vs2", .@i == 0 ? "Go!" : "Start in "+ .@i +" seconds..",0;
    }

    no im saying after the npc count another  map announce and say Go!

×
×
  • Create New...