Forum in READ ONLY mode! All questions and discussions on Discord official server, invite link: https://discord.gg/VxsGzJ7

Луталка.

Only working scripts
Post Reply
Nasty Nay
Neophyte
Neophyte
Posts: 27
Joined: 02.07.2008 19:07

Луталка.

Post by Nasty Nay »

Я знаю, я уже достала.
Но если не сложно дайте простенький скриптик.
Чар стоит и постоянно лутает один и тот же предмет с пола.
Acronym
Novice
Novice
Posts: 114
Joined: 10.05.2005 18:42
Location: Odessa, NDW
Contact:

Post by Acronym »

Code: Select all

Program StVP;

const
STItemType := $ABCD

{$Include 'all.inc'}

Begin
SetARStatus(true);
WaitConnection(3000); 
	repeat
		while not Dead do
		begin
			while FindTypeEx(STItemType, 0, ground, false) = 0 do
				wait(250);   		
			CheckSave;
			Grab(FindItem,0)
		end;
	until false
End.
aka Trickster [YGG]
current version: 1.0 [RC3]
Post Reply