Sythe.Org Forums     Register     FAQ     Members List     Calendar     Mark Forums Read    
 
Sythe.Org Forums  
   Runescape Gold

Sythe.org — A Virtual Goods Trading Hub

Make real cash! buying and selling in-game items.

We have a no-scam policy.

You can make thousands playing your favourite games here at Sythe.org.

Just sign up an account and follow the rules!


Take me to

Runescape Markets

Other Game Markets

Support Center

Register an Account

Close
Al Kharid Cooker
Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 12-09-2009, 04:06 AM
jameshibbard
 
Posts: n/a
Default Al Kharid Cooker

This quick script contains no anti randoms or anti bans, as i am unsure of how they work. I will put these on before i use the script. I am getting an error for one of the SRL scripts Math.scar and i will post the error message after the script. It also has a line "\\logout" which I will replace with a logout function later. It withdraws the Tuna that was in the first slot, after depositing and walks to the range nearby and cooks the tuna. walks back and repeats until a variable is met, which is set up the top. Also need to get a way to drop fish, i figure use a find bitmap function to find it and drop.



Code:
//start in al karid bank
{.include SRL/SRL.scar}
const
trips=10 //how many trips you want to do

program Cooker;
Var cooksym, banksym, count, x, y:integer;
Tpoint:TPoint;

procedure bank;
begin
OpenBankFast('akb')
wait(500)
deposit(1, 28, true)
wait(500)
withdraw(1, 1, 28)
wait(500)
end;


procedure walktorange;
begin
findbitmap(cooksym, x, y)
mouse(x, y, 5, 5, true)
wait(6000)
end;

procedure cook;
begin
TPoint:=itemcoords(1)
mouse(TPoint.x, TPoint.y, 5, 5, True)
FindRange(x, y)
mouse(x, y, 5, 5, true)
wait(500)
mouse(256, 664, 5, 5, false)
wait(250)
mouse(236, 708, 5, 5, True)
wait(75000)
end;

procedure walktobank;
begin
findbitmap(banksym, x, y)
mouse(x, y, 5, 5, true)
wait(6000)

end;


begin
banksym:=LoadSymbolBitmapcolor('Bank')
cooksym:=LoadSymbolBitmapColor('Cook')
repeat
bank
walktorange
cook
walktobank
inc(count)
until(count=trips)
//LOGOUT
end.
error code was from math.scar
Quote:
Line 51: [Error] (330:11): Unknown identifier 'CreateTPAFromBMP' in script C:\Program Files\SCAR 3.22\includes\SRL\SRL\Core\Math.scar
it is the most recent version i believe downloaded it the other day. Scar 3.22.

Last edited by jameshibbard : 12-09-2009 at 04:11 AM.
Reply With Quote
Reply



Cheap RS Gold Store  Runescape Gold

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

All times are GMT +1. The time now is 12:39 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.6.1