Page 4 of 13 FirstFirst ... 23456 ... LastLast
Results 76 to 100 of 322

Thread: AshamanLividFarm

  1. #76
    Join Date
    Nov 2011
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by ququ View Post
    got Dx finally working .. after half hour script stopped same error :

    Exception in Script: Runtime error: "Access violation" at line 1, column 15 in file "!addGlobalType"
    The following bitmaps were not freed: [Minimap Mask, SMART Debug Image, Gametab Bitmap[0], Gametab Bitmap[1], Gametab Bitmap[2], Gametab Bitmap[3], Gametab Bitmap[4], Gametab Bitmap[5], Gametab Bitmap[6], Gametab Bitmap[7], Gametab Bitmap[8], Gametab Bitmap[9], Gametab Bitmap[10], Gametab Bitmap[11], Gametab Bitmap[12], Gametab Bitmap[13]]

    this is the log :

    [/simba]
    Well your not the only one who got that error. However, it managed to stay stable for an hour before the error appears to have occurred. My SRL log is practically identical to yours and I unfortunately wasn't around to see what was up. If I do manage to catch it, I'll be sure to grab a few screens.

  2. #77
    Join Date
    Jun 2012
    Location
    Canada
    Posts
    39
    Mentioned
    0 Post(s)
    Quoted
    25 Post(s)

    Default

    Quote Originally Posted by Ashaman88 View Post
    Wait actually outside of livid farm complex? That shouldn't be possible haha are you using opengl mode?
    This happens to me also. I'm pretty sure its when the anti-ban goes to right click the Su'Qah troll thing it starts to walk there. I'm running the script on DiX.

  3. #78
    Join Date
    Sep 2012
    Posts
    72
    Mentioned
    1 Post(s)
    Quoted
    38 Post(s)

    Default

    Big thanks to Ashaman


  4. #79
    Join Date
    Dec 2011
    Posts
    2,147
    Mentioned
    221 Post(s)
    Quoted
    1068 Post(s)

    Default

    Quote Originally Posted by NineteenNinetyNine View Post
    This happens to me also. I'm pretty sure its when the anti-ban goes to right click the Su'Qah troll thing it starts to walk there. I'm running the script on DiX.
    Yeah, pretty sure that's what's happening. Removed it from the script for now.

  5. #80
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by Clarity View Post
    Yeah, pretty sure that's what's happening. Removed it from the script for now.
    So antiban.simba being a punk? Also did the graphics update affect this area?

  6. #81
    Join Date
    Jun 2012
    Location
    Canada
    Posts
    39
    Mentioned
    0 Post(s)
    Quoted
    25 Post(s)

    Default

    Quote Originally Posted by Ashaman88 View Post
    So antiban.simba being a punk? Also did the graphics update affect this area?
    The area seems to the look the same, and the bot is still working great as always.

  7. #82
    Join Date
    Dec 2011
    Posts
    2,147
    Mentioned
    221 Post(s)
    Quoted
    1068 Post(s)

    Default

    @Ashaman88, I stood inside Livid Farm and ran this test script for about five minutes and it never failed. So it may actually be something else, or it just happened to never fail on this test run.

    Simba Code:
    procedure mainLoop;
    begin
      mouseMovingObject();
      wait(200);
    end;

    For it to fail it would have to be either left-clicking randomly outside (which isn't in this antiban procedure anywhere, so something else) or right clicking late (after the Suqah has moved away, so the options that appear are Walk here and Cancel) and selecting "walk here" for some reason which seems equally unlikely. Not sure what's up.
    Last edited by Clarity; 02-20-2014 at 09:45 AM.

  8. #83
    Join Date
    May 2012
    Location
    North Yorkshire, UK
    Posts
    61
    Mentioned
    0 Post(s)
    Quoted
    25 Post(s)

    Default

    I'm still getting the same errors as above however mine comes between clicking 'run' on the character load box and the boxes confirmation message in SMART so any aid would be appreciated

    Error here: (Exception in Script: Runtime error: "Access violation" at line 1, column 15 in file "!addGlobalType"
    The following bitmaps were not freed: [Minimap Mask, SMART Debug Image, Gametab Bitmap[0], Gametab Bitmap[1], Gametab Bitmap[2], Gametab Bitmap[3], Gametab Bitmap[4], Gametab Bitmap[5], Gametab Bitmap[6], Gametab Bitmap[7], Gametab Bitmap[8], Gametab Bitmap[9], Gametab Bitmap[10], Gametab Bitmap[11], Gametab Bitmap[12], Gametab Bitmap[13]])
    Create a POH Alter script

    6 99's to go before maxing a mainly botted account

  9. #84
    Join Date
    Feb 2012
    Location
    Canada
    Posts
    1,164
    Mentioned
    26 Post(s)
    Quoted
    433 Post(s)

    Default

    Hey Asha,

    Thought I should let you know a problem that has been happening with this script.

    In OpenGL mode, for some reason the script pauses and no movement in the mouse occurs. It sits there when there is still 9 minutes till the break begins. Also, there is a random point in which the script rakes the player to the top left corner and terminates the script while the player is on the shore.

    Not sure why these happen. I have updated everything.

    Thanks.

  10. #85
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

  11. #86
    Join Date
    Dec 2011
    Posts
    2,147
    Mentioned
    221 Post(s)
    Quoted
    1068 Post(s)

    Default

    Doesn't have anything to do with antiban, I totally disabled the mousemovingobject and it still ran outside. Wasn't around to see exactly what happened. Running northwest could indicate that it was clicking on a 0, 0 coordinate or something i.e. some x, y failed to calculate? No idea really, just throwing out ideas.

  12. #87
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by Clarity View Post
    Doesn't have anything to do with antiban, I totally disabled the mousemovingobject and it still ran outside. Wasn't around to see exactly what happened. Running northwest could indicate that it was clicking on a 0, 0 coordinate or something i.e. some x, y failed to calculate? No idea really, just throwing out ideas.
    Yeah I've got failsafes in mind that should prevent anything like that in the future. It's all about that farmgrid and doing workarounds for lape/simba bugs

  13. #88
    Join Date
    Dec 2011
    Posts
    2,147
    Mentioned
    221 Post(s)
    Quoted
    1068 Post(s)

    Default

    Quote Originally Posted by Ashaman88 View Post
    Yeah I've got failsafes in mind that should prevent anything like that in the future. It's all about that farmgrid and doing workarounds for lape/simba bugs
    Ah, glad that you've figured it out so I guess this doesn't apply anymore, but anyway, I checked the bot at just the right time. Just saw the script give the error and terminate after boredhuman(true); was called (after the camera rotated a bunch of times). Going to try running the script without boredhuman(). Didn't run anywhere outside though so that might be a separate issue.

    Error message as usual:
    Exception in Script: Runtime error: "Access violation" at line 1, column 15 in file "!addGlobalType"
    Last edited by Clarity; 02-22-2014 at 10:46 AM.

  14. #89
    Join Date
    May 2012
    Location
    North Yorkshire, UK
    Posts
    61
    Mentioned
    0 Post(s)
    Quoted
    25 Post(s)

    Default

    Now that the update's been put out (Thanks Asha) the script is working and getting me solid exp.

    |=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=|
    | Running For: 59 Minutes and 36 Seconds |
    | Plants Cured: 180 Cured/H: 181 |
    | Patches Planted: 180 Planted/H: 181 |
    | MageXP Earned: 26,460 MageXP/Hour: 26,631 |
    | FarmXP Earned: 33,120 FarmXP/Hour: 33,335 |
    |_________________________________________________ __________|

    Thanks again.
    Create a POH Alter script

    6 99's to go before maxing a mainly botted account

  15. #90
    Join Date
    Feb 2012
    Location
    Canada
    Posts
    1,164
    Mentioned
    26 Post(s)
    Quoted
    433 Post(s)

  16. #91
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by StickToTheScript View Post
    Just a heads up, in V 1.3, it Still decides to run outside the gate.... Dont know why..
    Yeah no idea either - could you show me exactly where it's running to? Is it the same place everytime?

  17. #92
    Join Date
    Feb 2012
    Location
    Canada
    Posts
    1,164
    Mentioned
    26 Post(s)
    Quoted
    433 Post(s)

    Default

    Quote Originally Posted by Ashaman88 View Post
    Yeah no idea either - could you show me exactly where it's running to? Is it the same place everytime?
    I will post a pic when I run it again. It does not run to the exact spot, but it runs within 2-3 squares.

  18. #93
    Join Date
    Jun 2012
    Location
    Canada
    Posts
    39
    Mentioned
    0 Post(s)
    Quoted
    25 Post(s)

    Default

    It clicks on the minimap, and runs about here, this isn't actually the bug this is just a remake for you lol. http://gyazo.com/9890f27de64ac5fce6f69cdedaada6ad
    It always ends up out of reach from the Su'Qah.

  19. #94
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

    Default

    Quote Originally Posted by NineteenNinetyNine View Post
    It clicks on the minimap, and runs about here, this isn't actually the bug this is just a remake for you lol. http://gyazo.com/9890f27de64ac5fce6f69cdedaada6ad
    It always ends up out of reach from the Su'Qah.
    Wait it clicks the minimap?

  20. #95
    Join Date
    Jun 2012
    Location
    Canada
    Posts
    39
    Mentioned
    0 Post(s)
    Quoted
    25 Post(s)

    Default

    Quote Originally Posted by Ashaman88 View Post
    Wait it clicks the minimap?
    Nvm not sure. Probably not.

  21. #96
    Join Date
    Dec 2011
    Posts
    2,147
    Mentioned
    221 Post(s)
    Quoted
    1068 Post(s)

    Default

    Quote Originally Posted by NineteenNinetyNine View Post
    Nvm not sure. Probably not.
    It probably clicks (0,0) on the main screen hence why it moves northwest, i.e. at some point an x, y point is calcing wrong for some reason. Have not seen the bug personally except after it's already moved, so I don't know this for sure :\

    I'll let the pro handle it ;D

  22. #97
    Join Date
    Feb 2014
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    So these forums aren't letting me post or send any messages to anyone. I require some help from someone. I am requesting a script. Here is the request I made. It isn't letting me send it as a message or post as a new topic. Can someone try to do it? Thanks



    I am requesting a script that stands in the seers flax spot and picks the flax and drops immediately. Picking gives 1 xp, and if you do it fast, one can get 50k farming exp an hour. This is good for those pesky quests that no one likes training farming for. Hopefully this will be made And it should use the actionbar to drop so that you can just pick and drop simultaneously. It should just scan the flax, and repeatedly click it, picking it up. As it is picking it will be dropping at a faster rate, and there you go, 99 farming in 260 hours. Can this script also have a login thing for after 6 hours? Thanks. Peace

  23. #98
    Join Date
    May 2012
    Location
    North Yorkshire, UK
    Posts
    61
    Mentioned
    0 Post(s)
    Quoted
    25 Post(s)

    Default

    Quote Originally Posted by Clarity View Post
    Yeah, pretty sure that's what's happening. Removed it from the script for now.
    As of 1.3 the script still seems to right-click the su'qah (I saw it doing it) and is still winding up outside of the livid farm area - gonna try a few runs with debug on and see what happens and hopefully i'll be able to copy and paste it to here.
    Create a POH Alter script

    6 99's to go before maxing a mainly botted account

  24. #99
    Join Date
    Sep 2012
    Location
    Here.
    Posts
    2,007
    Mentioned
    88 Post(s)
    Quoted
    1014 Post(s)

    Default

    Quote Originally Posted by Garosk View Post
    So these forums aren't letting me post or send any messages to anyone. I require some help from someone. I am requesting a script. Here is the request I made. It isn't letting me send it as a message or post as a new topic. Can someone try to do it? Thanks



    I am requesting a script that stands in the seers flax spot and picks the flax and drops immediately. Picking gives 1 xp, and if you do it fast, one can get 50k farming exp an hour. This is good for those pesky quests that no one likes training farming for. Hopefully this will be made And it should use the actionbar to drop so that you can just pick and drop simultaneously. It should just scan the flax, and repeatedly click it, picking it up. As it is picking it will be dropping at a faster rate, and there you go, 99 farming in 260 hours. Can this script also have a login thing for after 6 hours? Thanks. Peace
    While that sounds impressive off the numbers you give; that's wrong. No way anyone could get 50k xp/hr doing that. that means he picks up and drops 50k flax. That would be 14/second. And Runescape limits you to something more like 1/second. So it's more like 3k xp/hr. And since we have a script (this) that gets 11 times that already, I don't see why someone would want that.

    Also... Why wouldn't you then just post this reply on a thread that's about requesting scripts - even if you can't make a new thread?

  25. #100
    Join Date
    Feb 2014
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hello all my first post here not a coder just found this group and i have tryed using this script and it worked fine for a bit then i ran into the error a few of u have been getting where it ends out outside livi farm and now i load it up and it loggs in fine and im in the right spot and it just stops there and dose notthing im sure its user error but i would really love some help i will add some photos and copy of the few errors im getting as its load to so you 1.JPG2.JPG3.JPG4.JPG
    ok with photo one it was the last time the red boxs came up please help me if u need more details please just ask and i will give u as much as i can

Page 4 of 13 FirstFirst ... 23456 ... 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
  •