Page 2 of 14 FirstFirst 123412 ... LastLast
Results 26 to 50 of 342

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

  1. #26
    Join Date
    Mar 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Would anyone be able to help me with the anti leech please? Done a few things myself but its my first time and it would help me learn

  2. #27
    Join Date
    Feb 2013
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    16 Post(s)

    Default

    If eating is added this would be amazing

  3. #28
    Join Date
    Mar 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Should have asked for permission first, can't simply release if you never asked

  4. #29
    Join Date
    Mar 2013
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    Quote Originally Posted by solar1337 View Post
    i want to click on the arrows, so i equipt them again ^^
    Ahh, yes . . . I plan on implementing this into the script but currently you can simply use the loot option to pickup arrows.

    Quote Originally Posted by akizfamous View Post
    I honestly have no idea how to do anti-leech As I've never done it before

    Thanks in advance ~
    Have you solved any of it, where are you stuck?

    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...
    Can you post the debug log too?

    Quote Originally Posted by wolkano View Post
    what means (Solve all 7 anti-leech steps) ?
    I have created 7 errors in the script that are very easy to solve. They revolve around: spelling, begin and ending, ;'s and .'s. They are very easy to solve as I did not want to make it difficult for new users to solve.

    Quote Originally Posted by solar1337 View Post
    anti-leech
    there are some faults in the script, when you want to start the script simba will take you to the line where an error is. you have to fix this error, for instance there is something spelled wrong, or there misses a word that you should be able to find out without any problem. it took 3mins for me and it was the first time ever i fixxed an antileech
    Thank you for clarifying what anti-leech is for him. I purposely made the anti-leech easy to solve as I personally am still learning to code and have trouble solving some of the anti-leeches users post so I decided I would just make a basic anti-leech so it wouldn't get last paged.

    Quote Originally Posted by bmanferlife View Post
    How do I find the 2 colors to kill men in the little house above edgeville?

    JK, googled my best friend. figured it out :P
    Thank you for googling and using the script, just use the eyedrop tool on the monster on two different spots and post the numbers in the defined color area.

    Quote Originally Posted by jimmmy01 View Post
    Does this bank for food?
    Not currently and that will be a while down the road since it is an AIO but I will attempt to add possible banking and a dropdown menu that you can select the closest bank and it will attempt to walk to it. The problem with this though would be that I can not determine how to make it walk from wherever the user is to another area without knowing where the user is first and scripting it based around that.

    Quote Originally Posted by mindless7333 View Post
    Would anyone be able to help me with the anti leech please? Done a few things myself but its my first time and it would help me learn
    I would gladly help you, what is the debug log you are stuck on?

    Quote Originally Posted by jaypwns View Post
    If eating is added this would be amazing
    Thanks for the suggestion, I am working on this as soon as possible.

    Quote Originally Posted by jeton View Post
    Should have asked for permission first, can't simply release if you never asked
    I made the script for personal use and edited it enough to say that it was a new script with new features. I have accredited both users however and Ogre for helping me however as I did use their code to provide a base for mine.

  5. #30
    Join Date
    Mar 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    @OP Thanks for this and figured out the anti-leach, however it just says successfully executed and it wont actually 'run' the script. Maybe I did the colors wrong, still gonna keep trying

  6. #31
    Join Date
    Mar 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Thanks I'm on line 44

  7. #32
    Join Date
    Mar 2013
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    Quote Originally Posted by blackbird678 View Post
    @OP Thanks for this and figured out the anti-leach, however it just says successfully executed and it wont actually 'run' the script. Maybe I did the colors wrong, still gonna keep trying
    Do you have SMART installed for 07Scape?

    Quote Originally Posted by mindless7333 View Post
    Thanks I'm on line 44
    Can you post your debug log and the area of the script you are stuck on? I'm on my phone and can't access the code.

  8. #33
    Join Date
    Mar 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by Shorteh96 View Post
    Do you have SMART installed for 07Scape?


    .
    I do, I've run the Rat-Smasher script posted here without any problems, still new to this though.

  9. #34
    Join Date
    Mar 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    [Error] C:\Simba\Scripts\AIO 01.simba(45:1): 'BEGIN' expected at line 44
    Compiling failed.

    It's the line that says 'ver'

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

    Default

    @mindless

    Part of the anti-leach, look at the rest of the script that's what I did and you'll figure out what it should be, its really close to what you already have

  11. #36
    Join Date
    Nov 2012
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    does this run away when hit by randoms?

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

    Default

    After some fine tuning this script has been running for 2.5hours (almost) flawlessly. The wait times were a bit extreme, and it works 10x better if you redo the monster & loot colors with the color picker

    Running on goblins this script got my def from lvls 21-30 in under 2 hours.

  13. #38
    Join Date
    Mar 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    thanks blackbird can't believe i didnt figure that out now haha

  14. #39
    Join Date
    Feb 2013
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    16 Post(s)

    Default

    I like how this doesn't use right click attack like other scripts alot faster xp, it seems to be clciking on other monsters when already in combat though

  15. #40
    Join Date
    Feb 2012
    Posts
    70
    Mentioned
    0 Post(s)
    Quoted
    27 Post(s)

    Default

    Great work on this script. However I have one antileech bug I seem to never solve:

    [Error] C:\Simba\Includes\SRL\SRL\misc\SmartParams.Simba(7 8:8): Unknown identifier 'RSReady' at line 77
    Compiling failed.

    Thought this is where I just missed out adding in 8 manually on the Define SMART. However I;ve done this and there's been no change, care to help me out OP? Thanks

  16. #41
    Join Date
    Mar 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok tried solving anti-leach myself new and still learning I Wanted to try and do it alone but i've reached a brick wall.

    Invalid number of parameters at line 57
    Compiling failed.

    ClickMouse2(ClickType);

    :S

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

    Default

    Do not click that link ^

    It is a phishing site.

  18. #43
    Join Date
    Mar 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    First anti-leech i have ever solved
    Works great! tyvm!

  19. #44
    Join Date
    Jan 2012
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Hey there. I've fixed the anti-leeches and have the bot running. I have a basic knowledge of scripting so I was able to fix the anti-leeches pretty easy and start the bot (fighting experiments).

    I have 2 problems I'd like help with anyone can (via PM or in thread whilst not giving away anti-leeches)

    1. (Main Problem) Experiments are quite spread out and therefore after 1 is killed it cannot see the other one till either I manually rotate the mini-map OR it rotates the mini-map itself (which is only occasionally), So for anyone knowledgable enough, is there any way to counter this that you can assist me with?

    2. I've tried a few different ways to remove the loot option, since some training monsters don't drop anything worthwhile (Experiments, maybe rock crabs etc) and the few lines of code I have tried to remove to stop the looting, ends up stopping the script altogether since I think the looting is tied in with combat, and I dont know enough to remove the looting without removing the combat. Can anyone help with this?

    Other than these two things there are no major issues with this script, it does what is intended and I'm sure it would work a lot better with monsters that are close too each other. Also, smaller issue was that when it did see two monsters on the screen the time taken from killing one, too looting, too attacking the other was a tad on the slow side but other than that, works great.

    Thanks

    Edit: Sorry for the wall of text.

  20. #45
    Join Date
    Mar 2013
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    main problem cant be helped aslong this uses colors to seek the enemy
    your second problem is easy, just pick a colour that is not existing near the experiments (i guess pink, or maybe a weird green/blue colour? and rename the item which should be looted to something that doesnt exist. then you should not loot anymore

  21. #46
    Join Date
    Mar 2013
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    What is the main thing everyone sees as a need to add to the script?
    Last edited by Shorteh96; 03-07-2013 at 09:52 PM.

  22. #47
    Join Date
    Mar 2013
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Hey, not to sound like a noob or anything but I was just wondering where i can find the eyedrop tool. thanks and good work on the script

  23. #48
    Join Date
    Mar 2013
    Location
    Scotland
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    Quote Originally Posted by xjarx1 View Post
    Hey, not to sound like a noob or anything but I was just wondering where i can find the eyedrop tool. thanks and good work on the script


    Middle button here, just click and drag onto the colour in the RS client.

  24. #49
    Join Date
    Mar 2013
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by PartyShanked View Post


    Middle button here, just click and drag onto the colour in the RS client.
    Thanks for the quick reply!

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

    Default

    sadly im stuck at:

    Unknown identifier 'P07_AutoRetaliate' at line 66
    Compiling failed.


    can someone help?

Page 2 of 14 FirstFirst 123412 ... 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
  •