Page 3 of 3 FirstFirst 123
Results 51 to 73 of 73

Thread: Ross's Summoner

  1. #51
    Join Date
    Feb 2015
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    31 Post(s)

    Default

    Quote Originally Posted by Ross View Post
    stuck where? I might update this due to bxp.
    that would be perfect!

    I did a couple test runs of this script, it seems to walk above the bank and the obelisk, not sure if thats a graphics issue or a scripting issue, but I cant currently test it again as i dont want to risk my current accounts.

  2. #52
    Join Date
    Aug 2014
    Location
    Michigan, USA
    Posts
    138
    Mentioned
    1 Post(s)
    Quoted
    68 Post(s)

    Default


    This script got me a PERMABAN.

    After 2400+ levels using simba, Ross's summoner finally fails me...

    GG


    Great community, but no more Runescape for me...

  3. #53
    Join Date
    Jul 2014
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    :*(

  4. #54
    Join Date
    Mar 2015
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Works really well! Been running in two hours, but 15 minutes in the first time i came back from shower and found it clicking in a odd place on minimap and just standing still, after i walked it back and rebooted it was fine. I also get the occasional behind the bank glitch. Thanks for he contribution! ^-^ Im learning my pascal my self so i might look at your code as refrence, as well as others!

  5. #55
    Join Date
    May 2012
    Location
    USA
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by xSorrels View Post

    This script got me a PERMABAN.

    After 2400+ levels using simba, Ross's summoner finally fails me...

    GG


    Great community, but no more Runescape for me...
    Would you say it was your fault or the scripts anti-ban features?

  6. #56
    Join Date
    Aug 2014
    Location
    Michigan, USA
    Posts
    138
    Mentioned
    1 Post(s)
    Quoted
    68 Post(s)

    Default

    Quote Originally Posted by Kato View Post
    Would you say it was your fault or the scripts anti-ban features?
    No idea, but im devastated.

  7. #57
    Join Date
    Jul 2012
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Quote Originally Posted by xSorrels View Post
    No idea, but im devastated.
    You must have been reported unfortunately. When people see high levels nowadays they go report happy if you don't talk to them. Just look at R/Runescape.

  8. #58
    Join Date
    Apr 2015
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    9 Post(s)

    Default

    Good script but missclicks sometimes and stands long time outside of the house ..

  9. #59
    Join Date
    Feb 2012
    Posts
    74
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    Any bans reported from using this? besides the one above this post

  10. #60
    Join Date
    Jan 2015
    Location
    Mission Viejo,CA
    Posts
    83
    Mentioned
    1 Post(s)
    Quoted
    38 Post(s)

    Default

    how often does it misclick?

  11. #61
    Join Date
    Aug 2014
    Location
    Michigan, USA
    Posts
    138
    Mentioned
    1 Post(s)
    Quoted
    68 Post(s)

    Default

    I still love runescape. <3 &Ross

  12. #62
    Join Date
    Jan 2012
    Location
    East Coast
    Posts
    733
    Mentioned
    81 Post(s)
    Quoted
    364 Post(s)

    Default

    Quote Originally Posted by xSorrels View Post
    I still love runescape. <3 &Ross
    Ah, wow. I'm just now seeing all this. Sorry, I wasn't subscribed to the thread. Sorry to hear about your account! That's awful.

    I've developed walking with OGL, so I should be able to update this script soonTM and it be 100% accurate.

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

    Default

    Really glad to know that your gonna update it

    Thanks a lot man!
    ------------------------------------------------------------------------------------------------------------------
    Fimmy Jallon is here ! Lets get Fimmy!

  14. #64
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    working map:



    Simba Code:
    //path from bank to obelisk
     Path[0] := [Point(131, 222), Point(135, 222), Point(141, 222), Point(147, 222), Point(153, 222), Point(159, 222), Point(165, 223), Point(171, 224), Point(177, 226), Point(183, 227), Point(190, 229), Point(197, 229), Point(204, 230), Point(210, 229), Point(219, 231), Point(227, 231), Point(235, 231), Point(242, 231), Point(251, 233), Point(259, 232), Point(264, 225), Point(270, 217), Point(275, 211), Point(281, 205), Point(287, 199), Point(294, 195), Point(302, 192), Point(310, 189), Point(317, 183), Point(321, 174), Point(324, 163), Point(325, 153), Point(327, 141), Point(329, 129), Point(330, 119), Point(332, 109), Point(333, 99), Point(339, 94), Point(347, 94), Point(354, 93), Point(360, 93)];

    //path from obeslisk to bank
    Path[1] := [Point(360, 93), Point(354, 93), Point(347, 94), Point(339, 94), Point(333, 99), Point(332, 109), Point(330, 119), Point(329, 129), Point(327, 141), Point(325, 153), Point(324, 163), Point(321, 174), Point(317, 183), Point(310, 189), Point(302, 192), Point(294, 195), Point(287, 199), Point(281, 205), Point(275, 211), Point(270, 217), Point(264, 225), Point(259, 232), Point(251, 233), Point(242, 231), Point(235, 231), Point(227, 231), Point(219, 231), Point(210, 229), Point(204, 230), Point(197, 229), Point(190, 229), Point(183, 227), Point(177, 226), Point(171, 224), Point(165, 223), Point(159, 222), Point(153, 222), Point(147, 222), Point(141, 222)];
    @Ross;

    Creds to DannyRS for this wonderful sig!

  15. #65
    Join Date
    Jan 2012
    Location
    East Coast
    Posts
    733
    Mentioned
    81 Post(s)
    Quoted
    364 Post(s)

    Default

    Updated OP with @Sjoe's fixes.

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

    Default

    went from lv 15 to 70 with this, works amazing
    LV 99 skills so far

    - Fletching 99/99- Divination 99/99
    Defense 99/99 Range 99/99

  17. #67
    Join Date
    Jul 2014
    Posts
    135
    Mentioned
    0 Post(s)
    Quoted
    55 Post(s)

    Default

    "
    Walking to Obelisk
    Walking to Obelisk
    Clicking Obelisk
    Walking to Obelisk
    Clicking Obelisk
    Walking to Obelisk
    Clicking Obelisk
    Walking to Obelisk
    Clicking Obelisk
    Walking to Obelisk
    Clicking Obelisk
    Walking to Obelisk
    Clicking Obelisk
    Walking to Obelisk
    Clicking Obelisk
    Walking to Obelisk
    Clicking Obelisk
    Clicking Obelisk"

    Looks like it sometimes has issues finding the values for the obelisk.

  18. #68
    Join Date
    Oct 2006
    Posts
    334
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    Any plans to update this for DXP weekend?
    See post 2.5:
    http://services.runescape.com/m=foru...5610848,goto,2

  19. #69
    Join Date
    Feb 2009
    Location
    Denmark.
    Posts
    359
    Mentioned
    12 Post(s)
    Quoted
    64 Post(s)

    Default

    Quote Originally Posted by nategr8ns View Post
    Any plans to update this for DXP weekend?
    See post 2.5:
    http://services.runescape.com/m=foru...5610848,goto,2
    You probably shouldn't count on it he's working on some other projects and also playing mostly Darkscape

  20. #70
    Join Date
    Apr 2012
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Is anyone using this successfully at the moment? Couldn't get it to move personally.

    Trying to get 69 before attempting to write my own fruitfall script.

  21. #71
    Join Date
    Apr 2007
    Posts
    49
    Mentioned
    3 Post(s)
    Quoted
    18 Post(s)

    Default

    Nice script Ross - appreciate the upload and keeping it up to date.

  22. #72
    Join Date
    Apr 2007
    Posts
    49
    Mentioned
    3 Post(s)
    Quoted
    18 Post(s)

    Default

    Quote Originally Posted by Sjoe View Post
    working map:


    Simba Code:
    //path from bank to obelisk
     Path[0] := [Point(131, 222), Point(135, 222), Point(141, 222), Point(147, 222), Point(153, 222), Point(159, 222), Point(165, 223), Point(171, 224), Point(177, 226), Point(183, 227), Point(190, 229), Point(197, 229), Point(204, 230), Point(210, 229), Point(219, 231), Point(227, 231), Point(235, 231), Point(242, 231), Point(251, 233), Point(259, 232), Point(264, 225), Point(270, 217), Point(275, 211), Point(281, 205), Point(287, 199), Point(294, 195), Point(302, 192), Point(310, 189), Point(317, 183), Point(321, 174), Point(324, 163), Point(325, 153), Point(327, 141), Point(329, 129), Point(330, 119), Point(332, 109), Point(333, 99), Point(339, 94), Point(347, 94), Point(354, 93), Point(360, 93)];

    //path from obeslisk to bank
    Path[1] := [Point(360, 93), Point(354, 93), Point(347, 94), Point(339, 94), Point(333, 99), Point(332, 109), Point(330, 119), Point(329, 129), Point(327, 141), Point(325, 153), Point(324, 163), Point(321, 174), Point(317, 183), Point(310, 189), Point(302, 192), Point(294, 195), Point(287, 199), Point(281, 205), Point(275, 211), Point(270, 217), Point(264, 225), Point(259, 232), Point(251, 233), Point(242, 231), Point(235, 231), Point(227, 231), Point(219, 231), Point(210, 229), Point(204, 230), Point(197, 229), Point(190, 229), Point(183, 227), Point(177, 226), Point(171, 224), Point(165, 223), Point(159, 222), Point(153, 222), Point(147, 222), Point(141, 222)];
    @Ross;
    I found that I did have to download this, save in folder and name 'taverly_summoning.png' to get the script to work. Thanks for updating the map.

  23. #73
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by badez View Post
    I found that I did have to download this, save in folder and name 'taverly_summoning.png' to get the script to work. Thanks for updating the map.
    np

    Creds to DannyRS for this wonderful sig!

Page 3 of 3 FirstFirst 123

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
  •