Code: Select all
Program Spirit;
{$Include 'all.inc'}
var
ctime: integer;
const fizzle = 'You fail your attempt';
const success = 'You establish a connection';
procedure SpSpeak;
begin
	ctime:=Now;
	repeat
		UseSkill('Spirit Speak');
		Wait(2500);
	until InJournalBetweenTimes(success, ctime, Now)=-1;
	ctime:=Timer;
end;
begin
	SpSpeak;
	while not Dead do if Round((Timer-ctime)/1000)>300 then SpSpeak else wait(500);
End.Наверно даже в список скриптов добавить можно.
PS. Скрипт заточен под шард ДРВ.


