- script FarmLocation -1,{ OnClock1000: // настроить время if( gettime(4) == 0 || gettime(4) == 4 ) { enablenpc "NPCNAME"; // поменять имя initnpctimer; end; } OnTimer1800000: disablenpc "NPCNAME"; // Поменять имя mapwarp "1@def02", "prontera", 150, 150; end; } prontera,150,150,6 script NPCNAME 100,{ // имя смени и спрайт warp "1@def02", x, y; // координаты смени // диалоги сам добавишь end; }