Hey Bonsai, is it easy for you to add item support just for rare items over a certain value?
Hey Bonsai, is it easy for you to add item support just for rare items over a certain value?
You can change it yourself. If you navigate to Simba/Includes/bonsai open "blCombat.simba". Now go to line 482 to 490. Here you can change the percentage when you eat and use sgs.
Simba Code:if ((actionbar.getHPPercent() < 95) and
(combatMgr.sgsKey <> '') and (actionbar.getAdrenalinePercent() > 50)) then
begin
sendKeys(combatMgr.sgsKey, 250, 40);
exit;
end;
if (actionbar.getHPPercent() < 60) then
sendKeys(combatMgr.foodKey, 250, 40);
This changes it to using the SGS when health is 95% and eats when you get below 60%.
Why don't I get experience per hour on some monsters? Sometimes it just shows kills per hour.
ex: http://gyazo.com/7017079072abacdba1afb89e68f0caa1
There's lots of different ways to loot items, it's actually pretty complex to differentiate between items as well. Use the fighter as an include to handle combat and write your own looting procedure to go with it, that's what I'm trying to do right now for my first script.
Bonsai,
When I am running this script, it accurately finds the moving npcs, but never attacks any. I am unsure as to the reason for this. It will just not attack.
hey, It uses all ultimate abilities, but it barely ever uses rejuvenation, is there a reason behind this? should I tell the bot to uses sgs spec, but put rejuvenation there instead?
How long does the autodetect method usually take to acquire colors? I have had it collecting colors for a while with no progress.
Banked 99 summoning with this at waterfiends. Almost no hiccups.
Only issue I had was that there was no distinction between available waterfiends and waterfiends already being fought by others.
Thank you!
Hmm encountered this recently SGS key not working? had it set on key 6.
some suggestions would be on sgs usage
1. Use it auto when 50% adrenaline is achieved
2. Use it after 100% adrenaline.
Works flawlessly at fire giants. ThanksSimba Code:////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////// Bonsai ////////////////////////////////////////
//////////////////////////////////////// Fighter ////////////////////////////////////////
//////////////////////////////////////// _______ ////////////////////////////////////////
////////// //////////
////////// Script runtime: //////////
////////// 12 hr 31 min 33 sec(Total) 12 hr 31 min 33 sec(Active) 0 sec(Break) //////////
////////// //////////
//////////////////////////////////////// Kills ////////////////////////////////////////
////////// Total Per Hour /Hour Active //////////
////////// Fire giant 3,514 280.54 280.54 //////////
////////// XP 1,420,007.4 113,365.4 113,365.4 //////////
////////// Const XP 473,335.8 37,788.47 37,788.47 //////////
////////// //////////
////////////////////////////////////////////////////////////////////////////////////////////////////![]()
I'm gettign same thing as cyan, the SGS just doesnt use it. I have tried putting in the key to press for it, and I have also just left it to use it manually. Not sure hy it doesn't work.
Progress Report:////////// Script runtime: ////////// ////////// 9 hr 28 min 34 sec(Total) 9 hr 8 min 34 sec(Active) 20 min 0 sec(Break) ////////// ////////// ////////// //////////////////////////////////////// Kills //////////////////////////////////////// ////////// Total Per Hour /Hour Active ////////// ////////// fire-giant 2,354 248.41 257.46 ////////// ////////// XP 2,354 248.41 257.46 ////////// ////////// Const XP 784.67 82.8 85.82 ////////// ////////// ////////// ////////////////////////////////////////////////////////////////////////////////////////////////////
Nice little proggy
works brilliant at ankous
////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////// Bonsai ////////////////////////////////////////
//////////////////////////////////////// Fighter ////////////////////////////////////////
//////////////////////////////////////// _______ ////////////////////////////////////////
////////// //////////
////////// Script runtime: //////////
////////// 10 hr 30 sec(Total) 9 hr 43 min 30 sec(Active) 17 min 0 sec(Break) //////////
////////// //////////
//////////////////////////////////////// Kills ////////////////////////////////////////
////////// Total Per Hour /Hour Active //////////
////////// ankou 4,485 448.12 461.18 //////////
////////// XP 536,854.5 53,640.52 55,203.33 //////////
////////// Const XP 178,951.5 17,880.17 18,401.11 //////////
////////// //////////
////////////////////////////////////////////////////////////////////////////////////////////////////
Next time you post a progress report
go advanced and use report tags so it looks good![]()
It's very possible that the rejuvenation ability suffers a similar bug with guthix's blessing, the icon may look like it's always on cooldown due to the way part of it is darkened (probably top middle-leftish). This means that simba never actually thinks that rejuvenate comes off cooldown. When I was trying to use this with guthix's blessing I just tied the use of that skill to death's switftness (another ult) so that it would always try to use guthix's blessing's key first before swiftness.
Died using this script lost 6M and that was all I had don't have money to do shit now..
Happy scripting people!
EDIT:
Also lost my TokKul-Zo which requires quite some farming time at Tzhaar city to get 50k TokKul and recharge it!![]()
Last edited by Enigmatic; 02-04-2015 at 06:33 PM.
When senpai Taric notices me.http://media.tumblr.com/tumblr_m7nj81F6Rn1r87qre.gif
Guys what should I train on with 60 att/str/def/ that doesn't require much food? P2P
There are currently 2 users browsing this thread. (0 members and 2 guests)