Page 48 of 55 FirstFirst ... 384647484950 ... LastLast
Results 1,176 to 1,200 of 1365

Thread: [SRL-6] bonsaiFighter

  1. #1176
    Join Date
    Oct 2013
    Location
    East Coast USA
    Posts
    770
    Mentioned
    61 Post(s)
    Quoted
    364 Post(s)

    Default

    Quote Originally Posted by instagib2001 View Post
    Your screen is not the standard setup and will not work with srl6 scripts.

    Check the simba setup guide and my Op has a picture

    Edit: no one uses the motion detect so it may be bad

  2. #1177
    Join Date
    Feb 2015
    Posts
    422
    Mentioned
    41 Post(s)
    Quoted
    226 Post(s)

    Default

    Quote Originally Posted by instagib2001 View Post
    Ok i did what you said and made the change and the simba setup guide still a problem now i get FindColorsBitmap returned an errorAttachment 26453
    You should probably remove your username from all those pictures, and make sure the chat box is dragged all the way down to the smallest. As in the picture posted in the OP, and move the subscribe button away.

  3. #1178
    Join Date
    Jan 2012
    Posts
    117
    Mentioned
    1 Post(s)
    Quoted
    6 Post(s)

    Default

    working now took awhile but ya when i got the chat box all thw way down and the subcribe button away just worked now

  4. #1179
    Join Date
    Sep 2012
    Location
    Minnesota
    Posts
    107
    Mentioned
    4 Post(s)
    Quoted
    36 Post(s)

    Default

    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

  5. #1180
    Join Date
    Jul 2015
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    16 Post(s)

    Default

    how to add custom Looter? tried but i'm not understanding..

  6. #1181
    Join Date
    Jul 2015
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    21 Post(s)

    Default

    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.

  7. #1182
    Join Date
    Oct 2013
    Location
    East Coast USA
    Posts
    770
    Mentioned
    61 Post(s)
    Quoted
    364 Post(s)

    Default

    Quote Originally Posted by wingerfinger View Post
    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."
    That overload message means the area is too busy. If it made a bad color file for that npc in simbadir\includes\bonsai\colors you should delete it and retry when the screen is a little more calm.

    EDIT: looked at your picture, i bet that river is messing things up.

  8. #1183
    Join Date
    Mar 2014
    Posts
    205
    Mentioned
    4 Post(s)
    Quoted
    116 Post(s)

    Default

    http://puu.sh/jdafp/0d9732d8da.jpg

    At a rough average of 500~/hr, so around 120 hours of solid use. Working damn well!

  9. #1184
    Join Date
    Jun 2015
    Location
    New Zealand
    Posts
    322
    Mentioned
    2 Post(s)
    Quoted
    131 Post(s)

    Default

    Is there a loot option and can I choose which loot to pick up? Thanks

  10. #1185
    Join Date
    Mar 2014
    Location
    East Coast, USA
    Posts
    291
    Mentioned
    10 Post(s)
    Quoted
    148 Post(s)

    Default

    Quote Originally Posted by kiwikiwi View Post
    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.

  11. #1186
    Join Date
    Mar 2014
    Location
    Pennsylvania
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    24 Post(s)

    Default

    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?

  12. #1187
    Join Date
    Oct 2013
    Location
    East Coast USA
    Posts
    770
    Mentioned
    61 Post(s)
    Quoted
    364 Post(s)

    Default

    Quote Originally Posted by yogiman1998 View Post
    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.

  13. #1188
    Join Date
    Mar 2014
    Location
    Pennsylvania
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    24 Post(s)

    Default

    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.

  14. #1189
    Join Date
    Oct 2013
    Location
    East Coast USA
    Posts
    770
    Mentioned
    61 Post(s)
    Quoted
    364 Post(s)

    Default

    Quote Originally Posted by yogiman1998 View Post
    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);

  15. #1190
    Join Date
    Feb 2015
    Posts
    422
    Mentioned
    41 Post(s)
    Quoted
    226 Post(s)

    Default

    Quote Originally Posted by yogiman1998 View Post
    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.
    Random question, do you alt+tab out of SMART while the script is running?

  16. #1191
    Join Date
    Mar 2014
    Location
    Pennsylvania
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    24 Post(s)

    Default

    Quote Originally Posted by bonsai View Post
    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);
    I redid my action bar as in went back into Old School setup and then shrunk the bar and the script started eating.

    And as for the Alt+Tab, I didn't press that while the script was running.

  17. #1192
    Join Date
    Apr 2015
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    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

  18. #1193
    Join Date
    Mar 2014
    Posts
    205
    Mentioned
    4 Post(s)
    Quoted
    116 Post(s)

    Default

    Quote Originally Posted by yogiman1998 View Post
    I redid my action bar as in went back into Old School setup and then shrunk the bar and the script started eating.

    And as for the Alt+Tab, I didn't press that while the script was running.
    Pressing "Alt" for any reason while SMART is active will screw up hotkeys. No idea if that's the issue, though.

  19. #1194
    Join Date
    Oct 2013
    Location
    East Coast USA
    Posts
    770
    Mentioned
    61 Post(s)
    Quoted
    364 Post(s)

    Default

    Quote Originally Posted by TheShawey View Post
    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.

    Quote Originally Posted by adc View Post
    Pressing "Alt" for any reason while SMART is active will screw up hotkeys. No idea if that's the issue, though.
    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.

  20. #1195
    Join Date
    Jun 2015
    Posts
    64
    Mentioned
    2 Post(s)
    Quoted
    21 Post(s)

    Default

    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

  21. #1196
    Join Date
    Jul 2015
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    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

  22. #1197
    Join Date
    Feb 2015
    Posts
    422
    Mentioned
    41 Post(s)
    Quoted
    226 Post(s)

    Default

    Quote Originally Posted by phatkidz View Post
    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

  23. #1198
    Join Date
    Apr 2015
    Location
    FireFox
    Posts
    528
    Mentioned
    10 Post(s)
    Quoted
    227 Post(s)

    Default

    Quote Originally Posted by phatkidz View Post
    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
    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

  24. #1199
    Join Date
    Aug 2014
    Location
    Australia
    Posts
    932
    Mentioned
    53 Post(s)
    Quoted
    495 Post(s)

    Default

    Quote Originally Posted by phatkidz View Post
    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
    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

  25. #1200
    Join Date
    Apr 2015
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Thanks for the reply Bonsai, will re try this on one of my accounts soon and see what the outcome is

Page 48 of 55 FirstFirst ... 384647484950 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •