Page 2 of 3 FirstFirst 123 LastLast
Results 26 to 50 of 54

Thread: [ProjectRs06] The Willower - Draynor Willow Cutter

  1. #26
    Join Date
    Dec 2012
    Posts
    86
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    Quote Originally Posted by cjweb View Post
    [Error] C:\Simba\Includes\SRL/SRL/core/globals.simba(786:5): Unknown identifier 'ImageSetClientArea' at line 785
    Compiling failed.

    thats what happend when i changed with ur global
    try updating SRL, then open up the new globals.simba and edit line 33 to this
    Simba Code:
    SRL_NAVBAR_LOGIN_Y = 0;
    and just save, don't compile. then close the tab and open up my script try running it again

  2. #27
    Join Date
    Jan 2013
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    For version 3 Do i need to do anything different? It just keeps looking for window.

    Walking to Willows
    Cutting Willows
    Opening inventory
    Inventory is already open
    Checking if inventory is full
    Inventory is full
    Walking to bank

    When it gets to "cutting willows" it immediately does "open inventory - Walking to bank" then "looking for window"
    Last edited by brycehazen; 01-16-2013 at 12:15 AM.

  3. #28
    Join Date
    Dec 2012
    Posts
    86
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    Quote Originally Posted by brycehazen View Post
    For version 3 Do i need to do anything different? It just keeps looking for window.
    shoot i forgot. i think you need the original globals.simba, not the modified one. and then you need to choose the whole 06 client window, you have to include the top bar too, the one with the minimize, exit thing.

    EDIT: I'm thinking about removing pixelshift for V05, too glitchy
    EDIT2:also gotta create a DTM for the window instead. but after i finish my essence miner
    Last edited by doxin; 01-16-2013 at 12:26 AM.

  4. #29
    Join Date
    Jan 2013
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Quote Originally Posted by brycehazen View Post
    For version 3 Do i need to do anything different? It just keeps looking for window.

    Walking to Willows
    Cutting Willows
    Opening inventory
    Inventory is already open
    Checking if inventory is full
    Inventory is full
    Walking to bank

    When it gets to "cutting willows" it immediately does "open inventory - Walking to bank" then "looking for window"
    ok i got it to cut logs. but it will only cut one, goes to the bank, opens my bank and then walks back to the willows.

  5. #30
    Join Date
    Jan 2013
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Quote Originally Posted by doxin View Post
    shoot i forgot. i think you need the original globals.simba, not the modified one. and then you need to choose the whole 06 client window, you have to include the top bar too, the one with the minimize, exit thing.
    I re installed and got this when i tried to run it

    [Error] C:\Simba\Includes\SRL/SRL/core/globals.simba(786:5): Unknown identifier 'ImageSetClientArea' at line 785
    Compiling failed.

  6. #31
    Join Date
    Jan 2013
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Quote Originally Posted by brycehazen View Post
    I re installed and got this when i tried to run it

    [Error] C:\Simba\Includes\SRL/SRL/core/globals.simba(786:5): Unknown identifier 'ImageSetClientArea' at line 785
    Compiling failed.
    Nevermind i didnt see your earlier post. Let me try again.

  7. #32
    Join Date
    Jan 2013
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Alright v3 only works with your globas file. v3 for me works better than v5. v3 though still will only cut one, goes to the bank, opens my bank and then walks back to the willows.

  8. #33
    Join Date
    Dec 2012
    Posts
    86
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    Quote Originally Posted by brycehazen View Post
    Alright v3 only works with your globas file. v3 for me works better than v5. v3 though still will only cut one, goes to the bank, opens my bank and then walks back to the willows.
    oh okay ill fix all this after i finish cooking. sounds like all i need is to add a DTM for the checkinv and change the coordinates for the last inventory slot

  9. #34
    Join Date
    Jan 2013
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Sounds great thanks.

  10. #35
    Join Date
    Dec 2012
    Posts
    86
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    Quote Originally Posted by brycehazen View Post
    Sounds great thanks.
    well looks like i was blacklisted for supposedly ddosing. can't work on it till i'm off the blacklist :/

  11. #36
    Join Date
    Dec 2012
    Posts
    87
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    Wow man that's some real nice scripting work. Sadly I can't test it currently but looking through your script I'm impressed.

    If you are blacklisted can't you just change your ip?

  12. #37
    Join Date
    Jan 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    It works good but banking doestn work ;s
    greetz

  13. #38
    Join Date
    Dec 2011
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    hmm doesn't even seem to be running for me. I put the script in, i changed globals, nothing worked though :/

  14. #39
    Join Date
    Jan 2013
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    once I click run nothing happens!! iv done everything on the tutorials. but my mouse doesnt move or anything when i click run. it just stands still. the program says its walking to willows but it doesnt. What am I doing wrong here?

  15. #40
    Join Date
    Jan 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Moves around and so does the cursor, but the only problem is it wont click. Im using your globals and V5

  16. #41
    Join Date
    Dec 2012
    Posts
    86
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    Quote Originally Posted by Pew View Post
    Wow man that's some real nice scripting work. Sadly I can't test it currently but looking through your script I'm impressed.

    If you are blacklisted can't you just change your ip?
    i could but i'm not backlisted anymore

    Quote Originally Posted by hellravager View Post
    It works good but banking doestn work ;s
    greetz
    alright ill try TPA or a DTM for the bank window next time. ill be home tomorrow to work on it

    Quote Originally Posted by cheesedbh View Post
    hmm doesn't even seem to be running for me. I put the script in, i changed globals, nothing worked though :/
    did you start the script while in the bank? what showed up in the debug console?

    Quote Originally Posted by twills View Post
    once I click run nothing happens!! iv done everything on the tutorials. but my mouse doesnt move or anything when i click run. it just stands still. the program says its walking to willows but it doesnt. What am I doing wrong here?
    are you on V-bright? and when you selected the RS client window, did you exclude the title bar?

    Quote Originally Posted by Suner02 View Post
    Moves around and so does the cursor, but the only problem is it wont click. Im using your globals and V5
    sounds like it's not finding the Uptext ill figure it out soon

  17. #42
    Join Date
    Jan 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    v05 only hovered over the trees, never clicked on them. tried v03 and it right clicks first tree, cuts it, then says inventory is full and goes to bank and keeps trying to use deposit box. It followed all of your instructions exactly.

  18. #43
    Join Date
    Jan 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    It cuts the trees and moves to the willows fine it seems, but it won't detect when my inventory is full, so it sits there and keeps trying to cut trees until I stop the script.

  19. #44
    Join Date
    Dec 2012
    Posts
    86
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    Quote Originally Posted by itsyaboy View Post
    v05 only hovered over the trees, never clicked on them. tried v03 and it right clicks first tree, cuts it, then says inventory is full and goes to bank and keeps trying to use deposit box. It followed all of your instructions exactly.
    Quote Originally Posted by fpsuber View Post
    It cuts the trees and moves to the willows fine it seems, but it won't detect when my inventory is full, so it sits there and keeps trying to cut trees until I stop the script.
    fixed both problems with the V0.6 update

  20. #45
    Join Date
    Jan 2013
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    In v6 he doesnt even start walking from bank to trees

  21. #46
    Join Date
    Dec 2012
    Posts
    86
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    Quote Originally Posted by hellravager View Post
    In v6 he doesnt even start walking from bank to trees
    Did you even read my whole post?

  22. #47
    Join Date
    Jan 2013
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    The bot still doesn't detect when the inventory is full!
    good luck

  23. #48
    Join Date
    Jan 2013
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    When the bot runs it just checks the inventory non-stop and won't start cutting.
    Seems like a nice bot from the code, just a little time will fix this.

  24. #49
    Join Date
    Dec 2012
    Posts
    86
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    Quote Originally Posted by Mill View Post
    The bot still doesn't detect when the inventory is full!
    good luck
    Quote Originally Posted by daitrix View Post
    When the bot runs it just checks the inventory non-stop and won't start cutting.
    Seems like a nice bot from the code, just a little time will fix this.
    correctly setting up your SRL client, following my directions, and editing or replacing globals.simba will solve this

  25. #50
    Join Date
    May 2007
    Location
    knoxville
    Posts
    2,873
    Mentioned
    7 Post(s)
    Quoted
    70 Post(s)

    Default

    you should make your own globals for everything, its bad form to make people change their include
    <TViYH> i had a dream about you again awkwardsaw
    Malachi 2:3

Page 2 of 3 FirstFirst 123 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •