Page 76 of 87 FirstFirst ... 2666747576777886 ... LastLast
Results 1,876 to 1,900 of 2158

Thread: [Reflection] ineedbot's AIO Woodcutter

  1. #1876
    Join Date
    Feb 2013
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    I'm new to simba and can't seem to get this script to work. I've followed the instructions as best as I can but when I run the scipt I get:
    Exception in Script: Unknown compiler directives at 2:3


    I also tried running the functions script and I get this error:
    [Error] C:\Simba\Scripts\[AL][Reflection] ineedbot's functions.simba(10:119): Unknown type 'Timer' at line 11
    Compiling failed.

    Does anyone know how to fix these errors?

  2. #1877
    Join Date
    Feb 2013
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    For some reason im getting different errors now even though I didn't change anything, i'm now getting:
    Error: Access violation
    Compiling failed.

    and on the woddcutting functions im getting:
    Error: Unknown declaration "Timer" at line 9
    Compiling failed.

  3. #1878
    Join Date
    Feb 2013
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Nvm got it working, excellent script!

  4. #1879
    Join Date
    Nov 2014
    Posts
    24
    Mentioned
    1 Post(s)
    Quoted
    8 Post(s)

    Default

    Code:
    :begin
          jobString := 'Varrock East Yews (Palace BURN)';
          LocationTreeObjects := [R_MakeTTreeObject(Point(3205, 3504), [11758], [9714], 'Yew', 0, [0, 0, 200]), R_MakeTTreeObject(Point(3209, 3500), [11758], [9714], 'Yew', 1, [0, 0, 200]), R_MakeTTreeObject(Point(3222, 3503), [11758], [9714], 'Yew', 2, [0, 0, 200])];
          TreeLocations := [Point(3207, 3502)];
          fireMake := true;
          setLength(LocationLogs, 1);
          LocationLogs[0].ID := 1515;
          fireTiles := [Point(3226, 3501), Point(3227, 3500), Point(3228, 3499), Point(3229, 3498)];
          endFireTiles := [Point(3211, 3501), Point(3211, 3500), Point(3211, 3499), Point(3207, 3498)];
        end;
    Wanted to burn Yews and thought this would be most fun.

  5. #1880
    Join Date
    Nov 2014
    Posts
    24
    Mentioned
    1 Post(s)
    Quoted
    8 Post(s)

    Default

    Code:
        11:begin
          BankLocations := [Point(3166, 3489)];
          LocationTreeObjects := [R_MakeTTreeObject(Point(3205, 3504), [11758], [9714], 'Yew', 0, [0, 0, 200]), R_MakeTTreeObject(Point(3209, 3500), [11758], [9714], 'Yew', 1, [0, 0, 200]), R_MakeTTreeObject(Point(3222, 3503), [11758], [9714], 'Yew', 2, [0, 0, 200])];
          TreeLocations := [Point(3207, 3502)];
          setLength(LocationLogs, 1);
          LocationLogs[0].ID := 1515;
          CanBank := true;
          jobString := 'Varrock Yews (palace)';
          fireMake := true;
          fireTiles := [Point(3227, 3500), Point(3228, 3499), Point(3229, 3498)];
          endFireTiles := [Point(3211, 3500), Point(3211, 3499), Point(3207, 3498)];
        end;
    this seemed to work

  6. #1881
    Join Date
    Feb 2012
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    So How does the break handler work exactly? I get the break after and for part, But was does random determine?

  7. #1882
    Join Date
    Apr 2015
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Break handler is still in milliseconds???

  8. #1883
    Join Date
    Apr 2013
    Posts
    57
    Mentioned
    2 Post(s)
    Quoted
    16 Post(s)

    Default

    At seers - magics, it click on tree after loging, but after tree fall, than its dead, nothin happen seems like it stop working or not refreshing... any help

  9. #1884
    Join Date
    Apr 2013
    Posts
    57
    Mentioned
    2 Post(s)
    Quoted
    16 Post(s)

    Default

    when i tryed full me inv with yew, all happened was one click on minimap so i started run but after this it freezed and nothin happened, as usual, seems like something is wrong... ir work wiht log in, than click on tree but aafter rthat seems like ddata not going to refresh..

    screen http://prntscr.com/898xh0 this, att this time it freeze and doing nothin... and can i ask about your fishing script, read a msg on last page of comments, not working for me, or just otto and catherby harpoon, thank you

  10. #1885
    Join Date
    Apr 2014
    Posts
    323
    Mentioned
    0 Post(s)
    Quoted
    131 Post(s)

    Default

    Hey Ineedbot, I'm getting the error "error starting smart, ensure the target page has an applet declaration." I'm only having this error with your script atm.

  11. #1886
    Join Date
    Feb 2013
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    This script is great but is there any way to improve the clicking, often at times it might misclick on the minimap and end up running really far away because of a wall beside the tree. Another time it misclicks very often is when it is trying to bank which is the biggest problem I face when using the script

  12. #1887
    Join Date
    Jul 2015
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Agreed with ^. In combination with the script rotating the view around frequently after chopping a tree down and the script trying to find a tree, it makes it difficult to click them. Maybe if you lowered the amount that the script would rotate the screen, or if it didn't rotate while it was trying to click/find a tree (more humanlike that way anyway...)

    EDIT:: Also, when doing progressive lumby training, it will frequently buy an axe from the axe store even if there is already one in my inventory.
    Last edited by Snoozie; 08-31-2015 at 02:13 AM.

  13. #1888
    Join Date
    Oct 2007
    Location
    #srl
    Posts
    6,102
    Mentioned
    39 Post(s)
    Quoted
    62 Post(s)

    Default

    Be careful; got my first ban since 2006 using this script. Only took roughly 6 hours of run-time over 2 days.

  14. #1889
    Join Date
    Aug 2007
    Posts
    539
    Mentioned
    20 Post(s)
    Quoted
    266 Post(s)

    Default

    Quote Originally Posted by NCDS View Post
    Be careful; got my first ban since 2006 using this script. Only took roughly 6 hours of run-time over 2 days.
    Must of been reported or something, where were you using the script?

    I haven't got a ban yet in a long while on my level 3 f2p.

  15. #1890
    Join Date
    Oct 2007
    Location
    #srl
    Posts
    6,102
    Mentioned
    39 Post(s)
    Quoted
    62 Post(s)

    Default

    Quote Originally Posted by ineedbot View Post
    Must of been reported or something, where were you using the script?

    I haven't got a ban yet in a long while on my level 3 f2p.
    Draynor yews.

    I wasnt trying to "degrade" the script at all btw, just figured I would let people know.

    It ran great though.

  16. #1891
    Join Date
    Aug 2014
    Posts
    54
    Mentioned
    1 Post(s)
    Quoted
    24 Post(s)

    Default

    Error: Unknown declaration "doBreakCheck" at line 3799
    Compiling failed.

    Didn't start happening till the recent update

  17. #1892
    Join Date
    Feb 2012
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by nixter243 View Post
    Error: Unknown declaration "doBreakCheck" at line 3799
    Compiling failed.

    Didn't start happening till the recent update
    Same error.

  18. #1893
    Join Date
    Aug 2007
    Posts
    539
    Mentioned
    20 Post(s)
    Quoted
    266 Post(s)

    Default

    Just run the updater, you probably got the update during the time I uploading the changes.

  19. #1894
    Join Date
    Feb 2012
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    You should improve walking in the falador yews, it gets stuck behind the bank. And in the edgeville yews it doesn't recognize the door sometimes getting stuck.

  20. #1895
    Join Date
    Jul 2007
    Posts
    83
    Mentioned
    1 Post(s)
    Quoted
    39 Post(s)

    Default

    Error: Access violation
    Compiling failed.

    all scripts that use reflection, only ones working for me are ones like hoodz that can run on osbuddy
    Last edited by scar_operater; 09-04-2015 at 05:48 AM.

  21. #1896
    Join Date
    Mar 2015
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    14 Post(s)

    Default

    Quote Originally Posted by ineedbot View Post
    Just run the updater, you probably got the update during the time I uploading the changes.
    Getting spammed with this in Simba.
    [Reflection] [Warn] TReflectWidget is Null @ .GetBounds

    Any idea why? Great script by the way! got 76 wc from 1 in 2.5 days

  22. #1897
    Join Date
    Sep 2014
    Posts
    447
    Mentioned
    10 Post(s)
    Quoted
    203 Post(s)

    Default

    Quote Originally Posted by iownyou23 View Post
    Getting spammed with this in Simba.
    [Reflection] [Warn] TReflectWidget is Null @ .GetBounds

    Any idea why? Great script by the way! got 76 wc from 1 in 2.5 days
    I'm getting a similar error. It's starting to take up a lot of CPU usage

  23. #1898
    Join Date
    Jul 2015
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    wc proggy post 1.png
    Thanks ineedbot! Lovin' the script, works great!

  24. #1899
    Join Date
    Mar 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks for script.
    I have one problem. I don't see any proggies. There are screenshots in folder but they are empty. Whats could be wrong?

  25. #1900
    Join Date
    Mar 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    And another problem raised. It doesn't work during banking. Opens bank, but doesn't deposit. Just clicking right button on every log.
    Maybe it could be related with this error: 'Error: Access violation error'. I just deleted 3 lines which was suggested to do.
    And before everything was working perfectly. Banking and proggies.
    Any ideas about that?

Page 76 of 87 FirstFirst ... 2666747576777886 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 2 users browsing this thread. (0 members and 2 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
  •