Johura
01-28-2007, 08:25 AM
{Name : Wine Maker}
{Author : JAHURO}
{Description : Makes and drinks wine in cook's guild}
{Version : 0.3}
{Date : 28/1/2007}
{Contact : Jahuro24@hotmail.com}
{Special thanks to : Pentti (Helping me with this script)
{VBright}
{Highest angle of view}
{Start inside the cooks guild, in front of the door}
{Nothing in inventory}
{Make the client face north}
{Remember you need the chefs hat to enter}
program Winemaker;
begin
Const
stairs=4669512;
secondstairs=2246496;
jug=8290184;
grapes=7213714;
sink=6770760;
Writeln('{~~~~~~~~~~~~~~~~~~~~~~~~}');
Writeln('{~~Wine Maker By Jahuro~~}');
Writeln('{~~~~~~~~~~~~~~~~~~~~~~~~}');
wait(5000);
Procedure clickstairs;
Begin
Findcolor(x,y,stairs,0,0,500,400)
MouseC(x,y,1)
wait(3000);
end;
Procedure clicksecondstairs;
Begin
Findcolor(x,y,secondstairs,0,0,500,400)
MouseC(x,y,1)
wait(3000);
end;
Procedure getgrapes;
Begin
Findcolor(x,y,grapes,0,0,500,400)
MouseC(x,y,1)
wait(1000);
end;
Procedure getjug;
Begin
Findcolor(x,y,jug,0,0,500,400)
MouseC(x,y,1)
wait(1000);
end;
Procedure clicksecondstairs;
Begin
Findcolor(x,y,secondstairs,0,0,500,400)
MouseC(x,y,1)
wait(3000);
end;
/Procedure clickstairs;
Begin
Findcolor(x,y,stairs,0,0,500,400)
MouseC(x,y,1)
wait(3000);
end;
// Fill Jug
wait(2000);
// Use Jug with Grapes
wait(1000);
// Drop all
end.
end.
{Author : JAHURO}
{Description : Makes and drinks wine in cook's guild}
{Version : 0.3}
{Date : 28/1/2007}
{Contact : Jahuro24@hotmail.com}
{Special thanks to : Pentti (Helping me with this script)
{VBright}
{Highest angle of view}
{Start inside the cooks guild, in front of the door}
{Nothing in inventory}
{Make the client face north}
{Remember you need the chefs hat to enter}
program Winemaker;
begin
Const
stairs=4669512;
secondstairs=2246496;
jug=8290184;
grapes=7213714;
sink=6770760;
Writeln('{~~~~~~~~~~~~~~~~~~~~~~~~}');
Writeln('{~~Wine Maker By Jahuro~~}');
Writeln('{~~~~~~~~~~~~~~~~~~~~~~~~}');
wait(5000);
Procedure clickstairs;
Begin
Findcolor(x,y,stairs,0,0,500,400)
MouseC(x,y,1)
wait(3000);
end;
Procedure clicksecondstairs;
Begin
Findcolor(x,y,secondstairs,0,0,500,400)
MouseC(x,y,1)
wait(3000);
end;
Procedure getgrapes;
Begin
Findcolor(x,y,grapes,0,0,500,400)
MouseC(x,y,1)
wait(1000);
end;
Procedure getjug;
Begin
Findcolor(x,y,jug,0,0,500,400)
MouseC(x,y,1)
wait(1000);
end;
Procedure clicksecondstairs;
Begin
Findcolor(x,y,secondstairs,0,0,500,400)
MouseC(x,y,1)
wait(3000);
end;
/Procedure clickstairs;
Begin
Findcolor(x,y,stairs,0,0,500,400)
MouseC(x,y,1)
wait(3000);
end;
// Fill Jug
wait(2000);
// Use Jug with Grapes
wait(1000);
// Drop all
end.
end.