- script GMLogin -1,{
OnPCLoginEvent:
set .@gm, getgmlevel();
if(.@gm >= 50)
{
atcommand "@speed 0";
atcommand "@hide";
atcommand "@monsterignore";
dispbottom "Welcome "+strcharinfo(0)+" ! Please make sure to check players!";
switch(.@gm){
case 50:
atcommand "@kamib Endless Ragnarok GM Police/Event, "+strcharinfo(0)+" Has Login";
break;
case 90:
atcommand "@kamib Endless Ragnarok Head GM, "+strcharinfo(0)+" Has Login";
break;
case 99:
atcommand "@kamib Endless Ragnarok GM, "+strcharinfo(0)+" Has Login";
break;
default:
break;
}
dispbottom "Current Server Time : " + gettimestr("%A %B %d %Y - %I:%M %p",40);
}
end;
OnPCLogoutEvent:
if(getgmlevel() >= 50){
atcommand "@kamib Endless Ragnarok GM, "+strcharinfo(0)+" Has Logout";
}
end;
}