Page 8 of 10 FirstFirst ... 678910 LastLast
Results 176 to 200 of 240

Thread: [SRL-6] AIO Divination

  1. #176
    Join Date
    Mar 2012
    Posts
    90
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Still looking for some help, thanks!

  2. #177
    Join Date
    May 2015
    Location
    Memphis, Tennessee, USA
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Script continually goes out of bounds for Gleaming wisps. Follows wisps, get full inventory, and cannot find rift.

  3. #178
    Join Date
    Jan 2015
    Location
    Straya
    Posts
    87
    Mentioned
    1 Post(s)
    Quoted
    34 Post(s)

    Default

    Quote Originally Posted by destinyxx View Post
    WOrking perfectly now. I think this should be posted on the first Page.

    You have to set the camera straight before starting the script, else character wont walk to rift if its out of the screen.
    That made all the difference!

  4. #179
    Join Date
    May 2012
    Location
    Texas
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    Quote Originally Posted by Pompus View Post
    That made all the difference!
    That piece of information really has to be posted in the setting up instructions for the script:P
    ------------------------------------------------------------------------------------------------------------------
    Fimmy Jallon is here ! Lets get Fimmy!

  5. #180
    Join Date
    Mar 2012
    Posts
    90
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    It doesn't deposit when guthixian cache is active, just stands there for 20 minutes

  6. #181
    Join Date
    Jan 2015
    Location
    Straya
    Posts
    87
    Mentioned
    1 Post(s)
    Quoted
    34 Post(s)

    Default

    Quote Originally Posted by destinyxx View Post
    That piece of information really has to be posted in the setting up instructions for the script:P
    Agreed

  7. #182
    Join Date
    May 2012
    Posts
    29
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    At vibrant location it can find and harvest em, but it cant find the drift if the character is far away. ive watched it for like 15-20 mins, and many times i gotta klick the direction of the rift myself.

  8. #183
    Join Date
    Jul 2012
    Location
    Australia
    Posts
    136
    Mentioned
    0 Post(s)
    Quoted
    57 Post(s)

    Default

    I achieved 99 today, thanks heaps!

  9. #184
    Join Date
    May 2012
    Posts
    29
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by Godless View Post
    I achieved 99 today, thanks heaps!
    Congrats! May i ask what divination location you used to lvl 99?

  10. #185
    Join Date
    Jul 2012
    Location
    Australia
    Posts
    136
    Mentioned
    0 Post(s)
    Quoted
    57 Post(s)

    Default

    Quote Originally Posted by drittnothing View Post
    Congrats! May i ask what divination location you used to lvl 99?
    I used every new spot as soon as I unlocked it (except for the one in the desert).

  11. #186
    Join Date
    May 2012
    Posts
    29
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Quote Originally Posted by Godless View Post
    I used every new spot as soon as I unlocked it (except for the one in the desert).
    Ok ive seen some guides on youtube that just tells me to stick with a spot that the energy sells good in GE, and get lvl 99 there. But that is just the moneyway to lvl 99, not the fastest way!

  12. #187
    Join Date
    Jul 2012
    Location
    Australia
    Posts
    136
    Mentioned
    0 Post(s)
    Quoted
    57 Post(s)

    Default

    Quote Originally Posted by drittnothing View Post
    Ok ive seen some guides on youtube that just tells me to stick with a spot that the energy sells good in GE, and get lvl 99 there. But that is just the moneyway to lvl 99, not the fastest way!
    Yeah it just depends on whether you want money or exp. I wanted the 99 as RS gold is really, really cheap again, anyway! Good luck!

  13. #188
    Join Date
    Mar 2012
    Posts
    90
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Has this been updated to fix the guthixian cache issues?

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

    Default

    Hi all. It has been awhile since I have been active on here but I am starting to come back (hopefully to learn a bit as well). I have been using this since 54 to get to 99 (possibly, not sure if I will go that far yet). The script runs very well as long as I set it up right meaning, when the script logs in, I manually click on the compass to face north and set the camera angle to the highest (pretty much looking straight at the ground). I am getting roughly 37k exp/h right now with the wisps I am on. Hopefully things stay good

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

    Default

    Hey guys, I've seen that you are manually setting up the camera angle every time you run the script... Sounds like a huge pain. Here is code that should do that for you! You can add in the procedure wherever you want that doesn't matter.
    Simba Code:
    procedure compassSetup();
    begin
      minimap.clickCompass();
      mainscreen.setAngle(MS_ANGLE_HIGH);
      mainscreen.setZoom(true);
    end;

    Replace (which is at the bottom area of the script)
    Simba Code:
    mainscreen.setangle(ms_angle_high);
    with
    Simba Code:
    compassSetup();

    Hope this helps!
    Scripting with ogLib

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

    Default

    Quote Originally Posted by srlMW View Post
    Hey guys, I've seen that you are manually setting up the camera angle every time you run the script... Sounds like a huge pain. Here is code that should do that for you! You can add in the procedure wherever you want that doesn't matter.
    Simba Code:
    procedure compassSetup();
    begin
      minimap.clickCompass();
      mainscreen.setAngle(MS_ANGLE_HIGH);
      mainscreen.setZoom(true);
    end;

    Replace (which is at the bottom area of the script)
    Simba Code:
    mainscreen.setangle(ms_angle_high);
    with
    Simba Code:
    compassSetup();

    Hope this helps!
    Thank you!!! I am going to try this now.

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

    Default

    Quote Originally Posted by Grimxxdeath223 View Post
    Thank you!!! I am going to try this now.
    No worries, glad I could help out.
    Scripting with ogLib

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

    Default

    Quote Originally Posted by srlMW View Post
    No worries, glad I could help out.
    Works flawlessly! Thank you again!

    Since I can't post pictures yet (not high enough post count) I will just have to say my stats.

    Exp Gained: 438566
    Exp per hour: 49850
    Time Running: 8 Hours 48 Minutes 23 Seconds

    CHEERS
    Last edited by Grimxxdeath223; 06-20-2015 at 02:39 AM.

  19. #194
    Join Date
    Jun 2015
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    Working great on lustrous
    Exp: 549,370
    Exp per hour: 47,078
    Time running: 11 hours 40 minutes 9 seconds

    Edit: Got 80, onto brilliants!
    Exp: 191070
    Exp per hour: 60660
    Time Running: 3 hours 9 minutes 8 seconds
    Last edited by bapsta; 07-08-2015 at 06:40 PM.

  20. #195
    Join Date
    Mar 2014
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm at glowing wisps but all it does is run north away from the colony. Also, I put "bright" in for the wisp type since there is no glowing and I believe that "bright" is "glowing" in the script so it should work.

  21. #196
    Join Date
    Mar 2014
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I looked at the box and found my problem, it was putting the mouse over the wisp and since I had mouse over text off it was assuming that the wisp wasn't actually a wisp. I fixed it by enabling mouse over text.

  22. #197
    Join Date
    Mar 2014
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Okay now I don't know whats wrong.... The bot just runs north when it has a full inventory of memories at glowing wisps.

  23. #198
    Join Date
    Jul 2015
    Posts
    64
    Mentioned
    2 Post(s)
    Quoted
    38 Post(s)

    Default

    The bot isn't harvesting Bright wisp?

  24. #199
    Join Date
    Oct 2014
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    The energy in the inventory switches between slots 1 and 2. When the energy's in the wrong slot the bot thinks it's not harvesting energy when it is. Any chance this could be fixed? Thanks!

  25. #200
    Join Date
    Jul 2015
    Posts
    64
    Mentioned
    2 Post(s)
    Quoted
    38 Post(s)

    Default

    I get this error when I edit it too glowing?

    Error: The given DTM Index[0] doesn't exist at line 211
    Execution failed.

Page 8 of 10 FirstFirst ... 678910 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
  •