Page 1 of 87 1231151 ... LastLast
Results 1 to 25 of 2158

Thread: [Reflection] ineedbot's AIO Woodcutter

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

    Post [Reflection] ineedbot's AIO Woodcutter



    This is a revival of my first script ever! Thanks to Ashaman88 for helping me out with reviving the thread! With the presence of Reflection, everything is a lot easier to script! Thanks reflection team!
    Script will do just about everything woodcutting related... Check it out!

    Heres the things you need:


    Refer to https://villavu.com/forum/showthread.php?t=109034 for FAQs.

    Credits:
    • Reflection Include Team - For the reflection include
    • Flight - For AeroLib (and contributors to AeroLib)
    • BenLand100 - For SMART
    • Olly - helping me with saving proggy pictures
    • GRATS - for their stats service; http://stats.grats.pw/variable.php?sid=6


    For stats, please have a look at this thread: https://villavu.com/forum/showthread.php?t=112103
    It'll tell you how to setup your stats account, and get rid of that pesky message at the start.

    Please post about bugs, suggestions and proggies!


    THIS SCRIPT NO LONGER WORKS! FIND ALTERNATIVES!
    Attached Files Attached Files
    Last edited by ineedbot; 04-21-2016 at 01:01 AM. Reason: Readding updater
    Discord: Guy#1693

  2. #2
    Join Date
    Jan 2013
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    I get this error, Exception in Script: Unable to find file 'P07Include.Simba' used from 'C:\Users\gale\Desktop\[07] Draynor Willow Banker [1.0].simba'

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

    Default

    thats the anti leech, find out yourself to fix it, its simple really

  4. #4
    Join Date
    Jan 2013
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Alright I noticed something didnt seem right. I fixed what looked wrong and get same error lol.

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

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

    Default

    Your anti-leech disappeared -.-

    Creds to DannyRS for this wonderful sig!

  7. #7
    Join Date
    Nov 2012
    Posts
    2,351
    Mentioned
    55 Post(s)
    Quoted
    603 Post(s)

    Default

    Please make sure the anti-leech is good in this, and I recommend not calling MakeAngleHigh more than once, because it will just hold the up key for a random amount of time ^^ slowing your script down,

    Oh well, was bound to happen sooner or later
    Last edited by DannyRS; 02-25-2013 at 07:31 AM.


    Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling

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

    Default

    Quote Originally Posted by Sjoekeloe View Post
    Your anti-leech disappeared -.-
    nah theres a little more syntax thinking beyond that. i dont want the script completely unusable. also it gives the creator recognition.
    Last edited by ineedbot; 02-25-2013 at 07:31 AM.

  9. #9
    Join Date
    Oct 2012
    Posts
    758
    Mentioned
    6 Post(s)
    Quoted
    282 Post(s)

    Default

    Good job on your first script...there's a section for that, too.
    TIP:
    Include AddOnTerminate('FreeDTMss') at the start of your script after DTM; ...
    None of your DTMs are being freed at the end right now when the script is stopped.

    Also, there's quite a few unnecessary global variables, which isn't exactly good either.

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

    Default

    Quote Originally Posted by Runehack123 View Post
    Good job on your first script...there's a section for that, too.
    TIP:
    Include AddOnTerminate('FreeDTMss') at the start of your script after DTM; ...
    None of your DTMs are being freed at the end right now when the script is stopped.
    Ah, ok I'll do that, i was using FreeDTMss as a place holder but forgot about it, ill fix that too

    thanks for feed back!

  11. #11
    Join Date
    Dec 2011
    Posts
    414
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    Quote Originally Posted by undead16 View Post
    I get this error, Exception in Script: Unable to find file 'P07Include.Simba' used from 'C:\Users\gale\Desktop\[07] Draynor Willow Banker [1.0].simba'
    Also getting this error, fixed what I assumed was the anti-leech and I have the include.

  12. #12
    Join Date
    Jan 2013
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by Jordan155 View Post
    Also getting this error, fixed what I assumed was the anti-leech and I have the include.
    Yea Still getting the error even after fixing the anti-leech and the p07include stuff.

  13. #13
    Join Date
    Oct 2012
    Posts
    758
    Mentioned
    6 Post(s)
    Quoted
    282 Post(s)

    Default

    Quote Originally Posted by ineedbot View Post
    Ah, ok I'll do that, i was using FreeDTMss as a place holder but forgot about it, ill fix that too

    thanks for feed back!
    No problem. If you do AddOnTerminate be sure to put it before your infinite loop and after your DTM procedure otherwise it won't work.

  14. #14
    Join Date
    Jan 2013
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    New window: 30081046
    Successfully executed.
    Compiled successfully in 437 ms.
    Checking P07Include VersionNumber
    Cont [True] URL [http://unofficial-srl-oldschool07-in...ionnumber.txt]
    Local : 1.4 / Latest : 1.4
    You Have The Latest Version of P07Include


    I get that and then the script does nothing.

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

    Default

    Quote Originally Posted by undead16 View Post
    Yea Still getting the error even after fixing the anti-leech and the p07include stuff.
    If I told you, that'd be cheating. Anyway, make sure that path of the include matches the script's include and theres more antileach within the script. Also fixing the things people said above can be added yourself for more work to do!

    Quote Originally Posted by undead16 View Post
    New window: 30081046
    Successfully executed.
    Compiled successfully in 437 ms.
    Checking P07Include VersionNumber
    Cont [True] URL [http://unofficial-srl-oldschool07-in...ionnumber.txt]
    Local : 1.4 / Latest : 1.4
    You Have The Latest Version of P07Include


    I get that and then the script does nothing.
    Read the forum post completely.
    Last edited by ineedbot; 02-25-2013 at 07:52 AM.

  16. #16
    Join Date
    Jan 2013
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    The ant-leach has been fixed. The script just stands there and does nothing.

  17. #17
    Join Date
    Dec 2011
    Posts
    414
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    Quote Originally Posted by ineedbot View Post
    If I told you, that'd be cheating. Anyway, make sure that path of the include matches the script's include and theres more antileach within the script. Also fixing the things people said above can be added yourself for more work to do!
    Did that. Fixed the commented error. Still nothing

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

    Default

    Quote Originally Posted by Jordan155 View Post
    Did that. Fixed the commented error. Still nothing
    If you read what the script is doing, its waiting ChopWaitTime, give it 5 seconds after start up and itll play.

  19. #19
    Join Date
    Dec 2011
    Posts
    414
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    Quote Originally Posted by ineedbot View Post
    If you read what the script is doing, its waiting ChopWaitTime, give it 5 seconds after start up and itll play.
    Naw, can't get it to compile

    When I fixed my errors it gave me an error on line 50, (type mismatch on the IF statement.

    Was this additional anti-leech or am I doing something wrong?

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

    Default

    Updated, quick fix, simple straight forward antileeches, should be a total of 3 of em.

  21. #21
    Join Date
    Feb 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Damn, I managed to get this to work. I've never used Simba before. Thanks a lot.

  22. #22
    Join Date
    Mar 2012
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    From the looks of it i may be overthinking this antileach... lol.

  23. #23
    Join Date
    Jan 2013
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Yea I tried the updated one, found 4 things to fix and still wont compile so not sure what is going on now.

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

    Default

    Quote Originally Posted by undead16 View Post
    Yea I tried the updated one, found 4 things to fix and still wont compile so not sure what is going on now.
    read the errors at the bottom, and make sure your P07 is updated.
    Last edited by ineedbot; 02-25-2013 at 08:27 AM.

  25. #25
    Join Date
    Jan 2013
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by ineedbot View Post
    read the errors at the bottom, and make sure your P07 is updated.
    Did It all compiles no errors then just sits there doing nothing at all.

Page 1 of 87 1231151 ... 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
  •