Page 5 of 14 FirstFirst ... 34567 ... LastLast
Results 101 to 125 of 342

Thread: [07] AIO Fighter Release [0.1] - SMART Compatible

  1. #101
    Join Date
    Mar 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    procedure Combat;

    Combat1 := 1;

    if (FindColor(X, Y, 65280, 220, 110, 330, 220)) then
    begin
    WriteLn('In Combat . . .');
    end

    stuck here any help pls?

  2. #102
    Join Date
    Feb 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by aatykkimies View Post
    is really great that im trying to solving about 2.5h and still stuck at line 27...i just CAN*T understand what "Function BuryBones: Bones; " means :/ LOL XD if someone is kind feel free to help me ! XD----- i mean i triet to write "Function BuryBones: 'bones'; , Function BuryBones: Boolean; and much more and still getting error sorry this is really first time i try to resolve anti leech :0.
    same thing here =(

  3. #103
    Join Date
    Feb 2013
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    repeat
    Mouse(x,y,3,3,true);
    wait(900 +(random(700))
    repeatCounter := repeatCounter + 1;
    buriedBones := buriedBones + 1;
    ProgressReport;
    until(FindDTM(bonesInv,x,y,559, 214,726, 463) = false);


    AIO Fighter.simba(159:5): comma (',') expected at line 158


    I keep getting this error no matter what i do, been looking at tutorials and other scripts but cant find the error. Any help would be greatly appreciated.

  4. #104
    Join Date
    Mar 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    This is my first time ever scripting using Simba. I have no idea what I'm doing. I have everything installed properly, I'm just not sure what an "anti-leech" is and what the purpose of it is. It appears as if you intentionally insert some form of flaw in the script and make people search for what the issue is? Would that be correct? If so, what's the point in doing this? Thanks for your help.
    Last edited by jdawg132; 03-11-2013 at 10:27 PM.

  5. #105
    Join Date
    Mar 2013
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    It's so people don't just take the scripts and they actually learn something. Pretty much, to figure them out... Look up tutorials or corrected scripts and you can compare to fix the problems.

  6. #106
    Join Date
    Feb 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Successfully executed.
    New window: 11208250
    Compiled successfully in 608 ms.
    SRL Compiled in 0 msec
    Paired with SMART[1096]

    ------

    bot doesn't do anything just sits there never starts, any advice?
    Last edited by EmptyBucket; 03-11-2013 at 11:33 PM.

  7. #107
    Join Date
    Mar 2013
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    i'm assuming you will be removing the anti leeches from the script due to the recent announcement?

  8. #108
    Join Date
    Mar 2013
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Ok, I'm stuck. It's saying "expected semi colon"...but there is one..

  9. #109
    Join Date
    Mar 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    So I'm brand new to all this, and this is the first script im trying. But I managed solve the anti leach with not too much difficulty. Some feedback on the script itself.. it seems incredibly slow, painful to watch even. After a kill it sits for 15 seconds or more doing nothing. The same thing will happen if it click a monster someone else is already fighting. It also occasionally clicks on the stats its checking for anti-ban and gets confused. Maybe this has something to do with the area/color of monster im fighting as they are somewhat close in color, Im not sure. Anyone have locations they'd like to share where they are having success?

  10. #110
    Join Date
    Sep 2012
    Posts
    91
    Mentioned
    0 Post(s)
    Quoted
    41 Post(s)

    Default

    Extremely messy script

  11. #111
    Join Date
    Mar 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Not good enough to solve the updated one, running this one for 2 hours at cows. Pretty slow but it does what it says.

  12. #112
    Join Date
    Mar 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by blackbird678 View Post
    While (GetColor(382, 252) = 0) Do
    begin
    if RSReady Then
    Break;
    SmartSetRefresh(SmartGetRefresh + 1);
    MMouse(4, 4, 0, 0);
    SmartSetRefresh(SmartGetRefresh - 1);
    if (GetSystemTime >= T) Then
    Break;
    Wait(500);
    end;
    end;

    Not sure what Im doing wrong on this one...
    Same here cant fix it,could someone pm with a few tips? plz and thank u

  13. #113
    Join Date
    Mar 2013
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Solved all the antileech and got it compiling, however my mouse just wizzes around the screen instead of actually clicking a goblin. How can I solve this problem?

  14. #114
    Join Date
    Mar 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Exception in Script: Unable to find file 'SLR/SRL.Simba' used from 'C:\Simba\Scripts\Phury_RatSmasher_v1_3_BROWSER_AL .simba'

    how do i fix this?

  15. #115
    Join Date
    Mar 2013
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Its against the rules to have anti-leach

  16. #116
    Join Date
    Sep 2006
    Posts
    156
    Mentioned
    1 Post(s)
    Quoted
    19 Post(s)

    Default

    Quote Originally Posted by Paff View Post
    Its against the rules to have anti-leach
    OP haven't been on since the 10th, im pretty sure he will get rid of it once he gets back.

  17. #117
    Join Date
    Mar 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    stupid anti-leach

  18. #118
    Join Date
    May 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Exception in Script: Unable to find file 'SLR/SLR.simba' used from 'C:\Users\TOSHIBA\Downloads\[07] AIO Fighter Release [0.1].simba'

    error i keep getting when i start the script

  19. #119
    Join Date
    Jan 2013
    Posts
    34
    Mentioned
    1 Post(s)
    Quoted
    14 Post(s)

    Default

    Quote Originally Posted by kazemrocks View Post
    Exception in Script: Unable to find file 'SLR/SLR.simba' used from 'C:\Users\TOSHIBA\Downloads\[07] AIO Fighter Release [0.1].simba'

    error i keep getting when i start the script
    Anti-leech dude :fp:

  20. #120
    Join Date
    Jun 2012
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Slow, but does it's job. Perhaps some added functionality of movement when no monsters are in sight of the camera?

    Also, thanks for combining the scripts for a 07 version!

  21. #121
    Join Date
    Jan 2013
    Posts
    34
    Mentioned
    1 Post(s)
    Quoted
    14 Post(s)

    Default

    Better remove that anti leech before this script goes to waste.

  22. #122
    Join Date
    Mar 2013
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    what does this mean

    Exception in Script: Unable to find file 'SLR/SLR.simba' used from 'C:\Simba\Scripts\[07] AIO Fighter Release [0.1].simba'

  23. #123
    Join Date
    Jun 2012
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Quote Originally Posted by pookiie View Post
    what does this mean

    Exception in Script: Unable to find file 'SLR/SLR.simba' used from 'C:\Simba\Scripts\[07] AIO Fighter Release [0.1].simba'
    Read the previous posts in this thread...

  24. #124
    Join Date
    Mar 2013
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    how do i change/take off/ or whatever anti leech? sorry guys, i'm new to this stuff

  25. #125
    Join Date
    Jan 2012
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    I think you should stop updating the script if they force you to remove anti-leech.

Page 5 of 14 FirstFirst ... 34567 ... 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
  •