Page 7 of 31 FirstFirst ... 5678917 ... LastLast
Results 151 to 175 of 751

Thread: AutoRangeGuilder_11

  1. #151
    Join Date
    Mar 2013
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    If your going to make a script atleast make it work

  2. #152
    Join Date
    Mar 2013
    Posts
    82
    Mentioned
    0 Post(s)
    Quoted
    30 Post(s)

    Default

    this script logs me into eoc runescape..I know I have all the files done right because Im running a dif scipt right now and its working fine on 07 cape...but this one takes me to eoc everytime

  3. #153
    Join Date
    Apr 2012
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by purpleguy0 View Post
    this script logs me into eoc runescape..I know I have all the files done right because Im running a dif scipt right now and its working fine on 07 cape...but this one takes me to eoc everytime
    Your SRL may have updated which is why your loading eoc, redownload the params

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

    Default

    Quote Originally Posted by Bmor3 da kang View Post
    Your SRL may have updated which is why your loading eoc, redownload the params
    but none of my other scripts have this problem...only this one...

  5. #155
    Join Date
    Mar 2013
    Posts
    67
    Mentioned
    0 Post(s)
    Quoted
    36 Post(s)

    Default

    Why doesn't it open a new window like the Fight Cave bot?

    Fixed, he commented it.
    Last edited by moneyman331; 04-03-2013 at 05:32 PM.

  6. #156
    Join Date
    Mar 2013
    Posts
    56
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    Quote Originally Posted by fellowboy View Post
    If your going to make a script atleast make it work
    lets see you make one.

  7. #157
    Join Date
    Apr 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    1.4 is having a lot of trouble with accepting the task from the instructor, misclicks etc. also when attempting to click the X on the box after spam clicking it clicks a tree outside of the range guild and it starts to run towards it. after a few bug fixes in 1.5 this script should do fine.

  8. #158
    Join Date
    Mar 2013
    Posts
    56
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    Quote Originally Posted by ibot_dung11 View Post
    i know, not everyone has smart8 setup correctly so i put in as comments for those who cant figure out how to set it up properly. and darn, i thought i fixed that lol. try changing the wait time or add a second clickmouse2(mouse_left) and see if that works

    if FindDTM(ClicktoContinueDTM, x, y, 10, 351, 511, 470) then
    begin
    MMouse(x,y,5,5); //this will click it the first time
    ClickMouse2(mouse_left);
    wait(randomrange(600,1000));
    ClickMouse2(mouse_left); //this will click it the second time
    end;
    end;
    writeln('The competition has started! Wielding the Bronze arrows...');

    Found the problem. Not sure if its just my comp being laggy or if SMART makes rs more laggy in nature (even though I have the bar on the right side of the SMART client turned all the way up to constantly refresh. I increased the wait times and added a couple extra double clicks. Still doesnt work that great but I'll keep messing with it. I'm not very good at coding and don't know what most of this means, but where do you get the crazzy ass type that looks like this:

    Code:
    procedure Click_to_Continue;
    begin
      wait(randomrange(2000,2500));
      AgainDTM := DTMFromString('m1gAAAHic42JgYNgHxFuA+BoQnwbig0D8F4hzGRkYUoDYD4jVgXgpEM8G4gVAPB2IZwFxARCXA3EtEOcAcT4QYwMNWDCxgJFIjAAA6o4OCg==');
      ClicktoContinueDTM := DTMFromString('mbQAAAHicY2VgYDBkZGB4CaQrgDQfEGsD8REgPgSlQfgoEDMw/EfBp3dNZWAFstAxIxYMBgApxQvh');
      SureDTM := DTMFromString('mrAAAAHic42BgYGBmZGDYC6TdgPRbIH0HiPWB7MdAWhxIdwJxBxD3AHELlIbhLiDGBS4fWshw6eAcBlYgGx9mJIBhAADX4gzx');
      if FindDTM(AgainDTM, x, y, 10, 351, 511, 470) then
    Those long string characters?

    I need to do some research lol...I dont even know what a DTM or string is

  9. #159
    Join Date
    Apr 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    i like the structure of 1.3 over 1.4, though 1.3 sometimes does not click the X and will sit the mouse hovering over it. currently 1.3 is more functional then 1.4 but both cannot do more than 1 cycle. script should either rely on spam click or click X, when both are put together it bugs and clicks tree. very well appreciated your efforts, trying to help .

  10. #160
    Join Date
    Mar 2013
    Posts
    67
    Mentioned
    0 Post(s)
    Quoted
    36 Post(s)

    Default

    Happens after 5 games every time. Also, it messes up clicking the "yes I'd like to participate" and then gets stuck on the bronze arrow wield.
    Often doesn't click after moving the mousepointer.

    And this beauty:

    Error: Exception: The given DTM Index[9] doesn't exist at line 197
    The following DTMs were not freed: [SRL - Lamp bitmap, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap, SRL - Options Bitmap]

  11. #161
    Join Date
    Feb 2013
    Location
    Narnia
    Posts
    615
    Mentioned
    8 Post(s)
    Quoted
    252 Post(s)

    Default

    Quote Originally Posted by vigilante123 View Post
    Found the problem. Not sure if its just my comp being laggy or if SMART makes rs more laggy in nature (even though I have the bar on the right side of the SMART client turned all the way up to constantly refresh. I increased the wait times and added a couple extra double clicks. Still doesnt work that great but I'll keep messing with it. I'm not very good at coding and don't know what most of this means, but where do you get the crazzy ass type that looks like this:

    Code:
    procedure Click_to_Continue;
    begin
      wait(randomrange(2000,2500));
      AgainDTM := DTMFromString('m1gAAAHic42JgYNgHxFuA+BoQnwbig0D8F4hzGRkYUoDYD4jVgXgpEM8G4gVAPB2IZwFxARCXA3EtEOcAcT4QYwMNWDCxgJFIjAAA6o4OCg==');
      ClicktoContinueDTM := DTMFromString('mbQAAAHicY2VgYDBkZGB4CaQrgDQfEGsD8REgPgSlQfgoEDMw/EfBp3dNZWAFstAxIxYMBgApxQvh');
      SureDTM := DTMFromString('mrAAAAHic42BgYGBmZGDYC6TdgPRbIH0HiPWB7MdAWhxIdwJxBxD3AHELlIbhLiDGBS4fWshw6eAcBlYgGx9mJIBhAADX4gzx');
      if FindDTM(AgainDTM, x, y, 10, 351, 511, 470) then
    Those long string characters?

    I need to do some research lol...I dont even know what a DTM or string is
    those long beauties are called DTM's. They allow you to pick a central point and other points with unique colors to help identify the central point. Google Demise DTM, he has a good tut where i learned how to do those

    It sounds like these are simple DTM problems so i will clean those up. If you guys could post the angle at which something goes wrong it would help me repeat the error. Thanks guys. Also if you like 1.3 better, try changing this random wait time at line 159 to like 2500 or something around there, that will slow down the rate at which it spams click

    159 wait(randomrange(80,105));

  12. #162
    Join Date
    Feb 2013
    Location
    Narnia
    Posts
    615
    Mentioned
    8 Post(s)
    Quoted
    252 Post(s)

    Default

    Quote Originally Posted by fellowboy View Post
    If your going to make a script atleast make it work
    thanks for the suggestion.

    Quote Originally Posted by flipwhip View Post
    i like the structure of 1.3 over 1.4, though 1.3 sometimes does not click the X and will sit the mouse hovering over it. currently 1.3 is more functional then 1.4 but both cannot do more than 1 cycle. script should either rely on spam click or click X, when both are put together it bugs and clicks tree. very well appreciated your efforts, trying to help .
    read my above comment if you like 1.3 better. the issue with clicking the x is just my DTM is not being defined enough hence clicking the tree, easy fix. Do you know what angle it occurs at?

    Quote Originally Posted by moneyman331 View Post
    Happens after 5 games every time. Also, it messes up clicking the "yes I'd like to participate" and then gets stuck on the bronze arrow wield.
    Often doesn't click after moving the mousepointer.

    And this beauty:

    Error: Exception: The given DTM Index[9] doesn't exist at line 197
    The following DTMs were not freed: [SRL - Lamp bitmap, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap, SRL - Options Bitmap]
    1) Simple DTM clean up should do the trick
    2) honestly couldnt tell you why that occured lol


    those having problems with smart8 try reading my front page or looking at other tuts to install it properly before spamming the thread with "the script doesnt work". the script works great, YOU just need to setup Simba properly. Something i can't do for you, sorry.

  13. #163
    Join Date
    Mar 2013
    Posts
    67
    Mentioned
    0 Post(s)
    Quoted
    36 Post(s)

    Default

    Quote Originally Posted by ibot_dung11 View Post
    t

    1) Simple DTM clean up should do the trick
    2) honestly couldnt tell you why that occured lol

    those having problems with smart8 try reading my front page or looking at other tuts to install it properly before spamming the thread with "the script doesnt work". the script works great, YOU just need to setup Simba properly. Something i can't do for you, sorry.

    Anything I can do on my side? Not sure what DTM clean up is (repicking colors?). ETA on a fix?

  14. #164
    Join Date
    Feb 2013
    Location
    Narnia
    Posts
    615
    Mentioned
    8 Post(s)
    Quoted
    252 Post(s)

    Default

    Quote Originally Posted by moneyman331 View Post
    Anything I can do on my side? Not sure what DTM clean up is (repicking colors?). ETA on a fix?
    Fixed the click to continue and tree bugs. They shouldnt persist. Download 1.45

  15. #165
    Join Date
    Jul 2012
    Posts
    50
    Mentioned
    0 Post(s)
    Quoted
    24 Post(s)

    Default

    Keeps getting stuck on 1.45 @ "Sure I'll give it a go".....Keeps opening the "worn" tab and messing it up.

  16. #166
    Join Date
    Mar 2013
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    20 Post(s)

    Default

    it HOVERS over the "sure, il give it a go" option but it doesnt click it, instead it clicks my equipment tab....

  17. #167
    Join Date
    Mar 2013
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    20 Post(s)

    Default

    sometimes it will click "sure, il give it a go" option but it wont click "continue" right after so it just goes into inventory even though there arent any bronze arrows to equip because it didnt click continue to the next step....

  18. #168
    Join Date
    Feb 2013
    Location
    Narnia
    Posts
    615
    Mentioned
    8 Post(s)
    Quoted
    252 Post(s)

    Default

    do these happen often? i just ran 43 competitions flawless with 1.45 till getting a random event. Tell me if this solves the error. Otherwise ill have to make the wait time longer or something. Replace line 90.

    Code:
          if FindDTM(SureDTM, x, y, 10, 351, 511, 470) then
            begin
              MMouse(x,y,5,5);
              ClickMouse2(mouse_left);
              wait(randomrange(600,1000));
            end;
    with this or just enter the second clickmouse2 manually

    Code:
          if FindDTM(SureDTM, x, y, 10, 351, 511, 470) then
            begin
              MMouse(x,y,5,5);
              ClickMouse2(mouse_left);
              ClickMouse2(mouse_left);
              wait(randomrange(600,1000));
            end;
    add a second clickmouse2 to the continue option aswell
    Last edited by Sk1nyNerd; 04-03-2013 at 10:13 PM.

  19. #169
    Join Date
    Mar 2013
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    20 Post(s)

    Default

    nope, the main problem is going through the options with the instructor/trainer. I RAN THE BOT FOR ABOUT AN HOUR WITHOUT ANY PROBLEMS. now it does not go through the steps, it just doesnt click every option its supposed to.

    Sometimes it will click sure il give it a go, then it wont click the next option, and just hover over the inventory and try and shoot even tho i havent paid the 200gp....

  20. #170
    Join Date
    Mar 2013
    Posts
    82
    Mentioned
    0 Post(s)
    Quoted
    30 Post(s)

    Default

    whats reason it logs me into eoc runescape??I know all my files are done correctly because all other scripts work fine for me.

  21. #171
    Join Date
    Feb 2013
    Location
    Narnia
    Posts
    615
    Mentioned
    8 Post(s)
    Quoted
    252 Post(s)

    Default

    Quote Originally Posted by maxxxed View Post
    nope, the main problem is going through the options with the instructor/trainer. I RAN THE BOT FOR ABOUT AN HOUR WITHOUT ANY PROBLEMS. now it does not go through the steps, it just doesnt click every option its supposed to.

    Sometimes it will click sure il give it a go, then it wont click the next option, and just hover over the inventory and try and shoot even tho i havent paid the 200gp....
    Thats good to hear!!!! Some positive feedback. As for the click to continue stuff does it just hover over the option or ignore the option completely?

    Quote Originally Posted by purpleguy0 View Post
    whats reason it logs me into eoc runescape??I know all my files are done correctly because all other scripts work fine for me.
    please analyze my script and learn some basic coding before posting in the thread. if you can not figure it out then you dont deserve to use smart8.

  22. #172
    Join Date
    Mar 2013
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    20 Post(s)

    Default

    it hovers over the options but it doesnt click it. At the moment it doesnt even reach the 200gp option, it doesnt pass the sure il give it a go option...

  23. #173
    Join Date
    Feb 2013
    Location
    Narnia
    Posts
    615
    Mentioned
    8 Post(s)
    Quoted
    252 Post(s)

    Default

    Quote Originally Posted by maxxxed View Post
    it hovers over the options but it doesnt click it. At the moment it doesnt even reach the 200gp option, it doesnt pass the sure il give it a go option...
    Did u input the second clickmouse2 option like I asked

  24. #174
    Join Date
    Jul 2012
    Posts
    50
    Mentioned
    0 Post(s)
    Quoted
    24 Post(s)

    Default

    I did, same thing.

    Gets to Sure......then clicks the inv tab....then starts clicking the targets.

    If you have teamviewer i can send you a meeting ID if you want to see it
    Last edited by burner3287; 04-04-2013 at 12:14 AM.

  25. #175
    Join Date
    May 2012
    Location
    John's Creek, Georgia, United States
    Posts
    392
    Mentioned
    0 Post(s)
    Quoted
    86 Post(s)

    Lightbulb

    would u mind notifying people of the risks of these too "common" scripts in the thread similar to seans fight cave script. Would help some people out

Page 7 of 31 FirstFirst ... 5678917 ... 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
  •