My Scripts:
Alch-O-Matic --- Enchant-O-Matic --- AIO Portable-O-Matic --- Wilderness Agility --- Ivy Chop-O-Matic --- Bone-O-Matic
working now took awhile but ya when i got the chat box all thw way down and the subcribe button away just worked now
I know this has been said about a million times, but this script is insanely awesome. Started it up and 2 hours later its still rocking like a champ. Keep up the great work Bonsai
how to add custom Looter? tried but i'm not understanding..
can't seem to find waterfiends
tried the colors you used, it only attacked the skeleton warlord
http://puu.sh/jbR6N/2e4c985996.jpg
tried to use autodetect; was stuck on "Status Attempting motion detection"
i must be doing something wrong
all im getting is "TblBitmap.diff(): OVERLOAD. More than 30000 matches."
Last edited by wingerfinger; 07-25-2015 at 02:29 AM.
http://puu.sh/jdafp/0d9732d8da.jpg
At a rough average of 500~/hr, so around 120 hours of solid use. Working damn well!
Is there a loot option and can I choose which loot to pick up? Thanks
The OP says this:
You can use the fighter as an include so you can make your own custom fighter/looter!
Here is a sample that fights a few crawling corpses. You need a color file from the fighter that matches the name on the npc in the code.
Simba Code:
program corpseTorso;
{$DEFINE SMART}
{$include_once srl-6/srl.simba}
{$include_once bonsai/blCombat.simba}
var
ccTorso: Tnpc;
i: integer;
begin
SetupSRL();
ccTorso.init('crawling-corpse-torso', true);
for i := 0 to 5 do
begin
combatMgr.attack(ccTorso, true {wait until dead},
nil {use default foodhandler}, MOUSE_RIGHT);
sleep(5000);
end;
end.
So by default there isn't but there is the ability to write in code to allow it to loot.
Hey Bonsai! This is a great script. I've been using it for a while now and everything was running fine until recently. The script would fight and fight, but wouldn't eat when health fell below 50%. I have the food bound to the = sign and in the setup i mark it as = sign but the same thing happens. Any suggestions?
Is it detecting your action bar ok? Run something like this while logged in.
Simba Code:program new;
{$DEFINE SMART}
{$i srl-6/srl.simba}
begin
smartEnableDrawing := True;
setupSRL();
writeln('hp=', actionbar.getHPPercent(), ' adren=', actionbar.getAdrenalinePercent());
end.
I just ran the code above and this is what showed up:
"hp=95 adren=0"
It is detecting the action bar.
EDIT: I just ran the script without Revolution active and it is not using abilities.
I use sendkeys to do the typing. Maybe you need to play with the timing on them?
They should already be a little long. I had trouble with the SRL settings being so short it didn't recognize keystrokes.
simbadir\includes\bonsai\blcombat.simba:
SendKeys(keyStr[1], 60 + Random(60), 60 + Random(60));
sendKeys(combatMgr.sgsKey, 250, 40);
sendKeys(combatMgr.foodKey, 250, 40);
My Scripts:
Alch-O-Matic --- Enchant-O-Matic --- AIO Portable-O-Matic --- Wilderness Agility --- Ivy Chop-O-Matic --- Bone-O-Matic
When I use this, sometimes it attacks a NPC then goes and attacks another, I have the npc info showed ect in settings so not sure what it is
It uses the gold lock on the popup to decide if it's in a fight. You should drag that popup to the top left corner to get it kind of out of the way. It's its not on the mainscreen it will not detect.
His problem was the old classic "rs screwed with my settings". It happens once in a while, you have to reset the old school layout and fix it up again.
Ideal place to use this with 80 atk/str/def and 43 pray? not sure if it would be able to maintain not dying at hellhounds with those stats and full bandos or so
wow havent been able to get this to work is this junk or what???? please help seems like none of scripts on site are working please help me
Please be more respectful of the work that has been put in by other users on this website. Follow this guide https://villavu.com/forum/showthread.php?t=47714 down to the word. And post more detailed bug reports next time
My Scripts:
Alch-O-Matic --- Enchant-O-Matic --- AIO Portable-O-Matic --- Wilderness Agility --- Ivy Chop-O-Matic --- Bone-O-Matic
I suggest before you call any of bonsai's work junk, you check over these threads first... Here How to install/setup Simba for RS3 and here SRL Official RuneScape Botting Settings.
E: touche @fady;
Scripting with ogLib
In addition to the links you've already been given, I suggest you read these too:
Leechers: https://villavu.com/forum/showthread.php?t=67616
Anti-Leech: https://villavu.com/forum/showthread.php?t=72050
New to scripting? Procedures & Functions for Beginners
Do you use your computer at night? Just get f.lux
Thanks for the reply Bonsai, will re try this on one of my accounts soon and see what the outcome is
There are currently 1 users browsing this thread. (0 members and 1 guests)