Page 1 of 3 123 LastLast
Results 1 to 25 of 57

Thread: [AL][REFLECTION]-AFooLish-AiO_V1.0

  1. #1
    Join Date
    Apr 2013
    Posts
    680
    Mentioned
    13 Post(s)
    Quoted
    341 Post(s)

    Cool [AL][REFLECTION]-AFooLish-AiO_V1.0

    -- [AL][REFLECTION]-AFooLish-AiO_V1.0--


    One Of the Debut Feature Of This Script Is Using eZForm; Which Allows The User To Change The Desired Action Of The Bot, On The Fly Without Touching Simba
    This has not been written for gold farming but instead; a sturdy way to achieve some of those level 99's. Please respect this and the public development and releases will continue.





    The UserForm has the ability to change skills on the fly! this has been created with the idea in mind that human playing; generally dart between skills multiple times in day. Natural then if the bot UserForm has this option; the user will utilise it. Making for a seemingly more genuine behavior.

    Agility
    You must have a Mark of grace either on you or in the bank. As it will withdraw them if they are not in the inventory. This is a fail safe to work with the rest of the script. This should only be temporary, though its not really much of deal.

    Features:

    • Agility(Seers)
    • Smelt Bars
    • Make Cannonballs
    • Make Knife's
    • Make Bow Strings
    • Fletching
    • Herblore (Combines)
    • Fail-Safes
    • Randoms
    • Very Stable


    Requirements:


    In-game Setup:





    • Have Zoom Set to 'Default'
    • If the Task Involves A Bank; Start at the selected bank


    Future Update:
    • Migrate this all too strict reflection
    • Hunter
    • I Removed XP/hr from the proggy; as i was planning to include this in the form =D
    • Mining + Banking - Write new mining function (banking complete)
    • Crafting Amulets(all) - Double check inputs; then update
    • High-Alch - (Copy from agility script)
    • Re-include Thieving


    - Included Seers Agility




    FAQ -


    Q - Where can i find the current reflection include?

    A - https://github.com/Elfyyy/OSR-Reflection
    Here you can find the latest include and hooks; if your console cannot auto-update.

    Q - The Script Loads; Nothing Is Happening?

    A - You may need to login manually; and change back to default settings as described above
    Attached Images Attached Images
    Attached Files Attached Files

    <------------------>



  2. #2
    Join Date
    Apr 2013
    Posts
    680
    Mentioned
    13 Post(s)
    Quoted
    341 Post(s)

    Default

    This Post Marks My Official 300 Post Count - For this User, (I have floated around since the beginning of this forum under various users). As a result i would like to contribute back to this community as it has provided an awesome platform for me to develop my coding skills.

    Eventually with a project you will find its limitations and the only way forward is to start a fresh; with some fresh eyes. I plan to polish this off until the new-year (so any suggestion up to then would be great!). Then Coding & Botting will take a back-step in my life. As i need to attend some matters of great urgency, which i have tried to put off.

    I have chosen to release this Massive AIO as the old school section here at villvu has been a little neglected; My hope is that providing this with Ineedbot, Hoodz and Flight scripts almost every single skill can be botted once again!

    My main inspiration for simba coding has come from Fitta', Ineedbot, Hoodz, Flight and of course Elfyyy. Constantly learning new approaches by looking at their examples of work; as each of them, and including myself each have a very different coding style, Which really is great for learning.

    If there are working scripts available there is a much larger chance that some of you will hang around get familiar with scripting and eventually learn to code,give back and maybe even eventually find a job in computer science.

    <------------------>



  3. #3
    Join Date
    Jun 2012
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    20 Post(s)

    Default

    I'm getting the error "Access violation" despite removing the three lines you have shown in the OP?

    Any help?

  4. #4
    Join Date
    Apr 2013
    Posts
    680
    Mentioned
    13 Post(s)
    Quoted
    341 Post(s)

    Default

    Quote Originally Posted by chambo123 View Post
    I'm getting the error "Access violation" despite removing the three lines you have shown in the OP?

    Any help?
    Ouch! You have EZForm installed? i think the error is yet! another access violation inside the EZForm include... I vaguely remember this issue, give me 5 minutes and i should have a solution.


    ******* edit.

    You will need to locate the EZFORM.SIMBA file.. which should be located in the includes -> ezform

    Delete the first line!

    {$loadLib ProSocks}

    <------------------>



  5. #5
    Join Date
    Jun 2012
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    20 Post(s)

    Default

    Quote Originally Posted by AFools View Post
    Ouch! You have EZForm installed? i think the error is yet! another access violation inside the EZForm include... I vaguely remember this issue, give me 5 minutes and i will should have a solution
    I appreciate your speedy reply, and yes I have downloaded EZForm.

  6. #6
    Join Date
    Jun 2012
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    20 Post(s)

    Default

    Quote Originally Posted by AFools View Post
    Ouch! You have EZForm installed? i think the error is yet! another access violation inside the EZForm include... I vaguely remember this issue, give me 5 minutes and i will should have a solution.


    ******* edit.

    You will need to locate the EZFORM.SIMBA file.. which should be located in the includes -> ezform

    Delete the first line!

    {$loadLib ProSocks}
    lol :/

    I deleted as you said, now i get this error:

    Error: Unknown declaration "init" at line 1664
    Compiling failed.

    this is referring to the EZform tab and highlights this:

    _Socket.init();
    _Socket.setURLFollow(true);

  7. #7
    Join Date
    Apr 2013
    Posts
    680
    Mentioned
    13 Post(s)
    Quoted
    341 Post(s)

    Default

    This has become a task! =D

    I will install simba/reflection/ezform from scratch on a seperate computer. i will take notes and maybe make a whole separate post as to how to get this working.

    As all of my script will function with EZForm.

    The form HOLDS A MASSIVE SURPRISE! and it wont work

    <------------------>



  8. #8
    Join Date
    Jun 2012
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    20 Post(s)

    Default

    Quote Originally Posted by AFools View Post
    This has become a task! =D

    I will install simba/reflection/ezform from scratch on a seperate computer. i will take notes and maybe make a whole separate post as to how to get this working.

    As all of my script will function with EZForm.

    The form HOLDS A MASSIVE SURPRISE! and it wont work
    haha no worries man, i've tried fiddling around with stuff but I can't get it to work, but I'm sure you can.

    Will await your response

  9. #9
    Join Date
    Apr 2013
    Posts
    680
    Mentioned
    13 Post(s)
    Quoted
    341 Post(s)

    Default

    Quote Originally Posted by chambo123 View Post
    haha no worries man, i've tried fiddling around with stuff but I can't get it to work, but I'm sure you can.

    Will await your response
    The current revision for eZForm doesn't work; i was following and they did make a few revisions for RS3, I will contact the dev team and try see if we can come to and overall resolution to this problem.

    But for now, anybody experiencing the same problem, which i too got when using the most current eZform.simba file

    Please use:


    <------------------>



  10. #10
    Join Date
    Jun 2012
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    20 Post(s)

    Default

    lmao you're probably hating me right now, but I tried your solution and it does compile the script and brings up the UI and when i click start script, the following happens:

    [AL] Initiating AeroLib...
    [AL] Checking version...
    [AL] Error while checking version
    [AL] Loaded 2 MSObjects.
    [AL] Best world found: 26
    [AL] Error while finding default Java, searching for Java...
    [AL] SMART cannot spawn client
    [08:57:17:125] [] [Status] All cached references free'd from memory
    Error: Access violation
    Execution failed.
    The following bitmaps were not freed: [0, 1]

  11. #11
    Join Date
    Apr 2013
    Posts
    680
    Mentioned
    13 Post(s)
    Quoted
    341 Post(s)

    Default

    Quote Originally Posted by chambo123 View Post
    lmao you're probably hating me right now, but I tried your solution and it does compile the script and brings up the UI and when i click start script, the following happens:

    [AL] Initiating AeroLib...
    [AL] Checking version...
    [AL] Error while checking version
    [AL] Loaded 2 MSObjects.
    [AL] Best world found: 26
    [AL] Error while finding default Java, searching for Java...
    [AL] SMART cannot spawn client
    [08:57:17:125] [] [Status] All cached references free'd from memory
    Error: Access violation
    Execution failed.
    The following bitmaps were not freed: [0, 1]
    It is fine; i would rather go through this with you; solve it.

    make a mini FAQ. and we will be right.
    .................................................

    [AL] Error while finding default Java, searching for Java...
    [AL] SMART cannot spawn client
    [08:57:17:125] [] [Status] All cached references free'd from memory

    Did smart load? if not can you load smart with another script? then stop it; run the AIO so it sync with the previously loaded smart.

    <------------------>



  12. #12
    Join Date
    Jun 2012
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    20 Post(s)

    Default

    OK, that was my bad, I restarted my computer after adding the include and now it works great!

    Thanks man, this script looks great!

  13. #13
    Join Date
    Apr 2013
    Posts
    680
    Mentioned
    13 Post(s)
    Quoted
    341 Post(s)

    Default

    Quote Originally Posted by chambo123 View Post
    OK, that was my bad, I restarted my computer after adding the include and now it works great!

    Thanks man, this script looks great!
    Thank you! for feedback and the replies. I will have a release everyday until X-mas eve. Stay Tuned =D

    <------------------>



  14. #14
    Join Date
    Oct 2006
    Posts
    6,752
    Mentioned
    95 Post(s)
    Quoted
    532 Post(s)

    Default

    Great job on the release, looks good Also, the first access violation with AL & Reflection should be fixed.
    “The long-lived and those who will die soonest lose the same thing. The present is all that they can give up, since that is all you have, and what you do not have, you cannot lose.” - Marcus Aurelius

  15. #15
    Join Date
    Apr 2013
    Posts
    680
    Mentioned
    13 Post(s)
    Quoted
    341 Post(s)

    Default

    Obviously as i make revisions small errors occur; Please post these, otherwise it could be a week until i rotate a bot to check that all is still functioning as it should. Ie. I made some additions to smelting, but these didn't work abroad for co-ords for everything else. So i over-looked this.

    <------------------>



  16. #16
    Join Date
    Jun 2015
    Location
    New Zealand
    Posts
    322
    Mentioned
    2 Post(s)
    Quoted
    131 Post(s)

    Default

    Just wanted to say thanks for making such an in-depth script Keep up the great work!

  17. #17
    Join Date
    Nov 2015
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Hi there the script looks great.
    Only one issue I'm having is i'm trying to download your version of ezforms.simba. When I try and click your attachment link I get this message:
    Invalid Attachment specified. If you followed a valid link, please notify the administrator

  18. #18
    Join Date
    Apr 2013
    Posts
    680
    Mentioned
    13 Post(s)
    Quoted
    341 Post(s)

    Default

    Quote Originally Posted by ibz69 View Post
    Hi there the script looks great.
    Only one issue I'm having is i'm trying to download your version of ezforms.simba. When I try and click your attachment link I get this message:
    I believe this may be because of your post count; apparently if you download the new 'prosocks' and the current Ezform it will work. I haven't bothered trying this yet though.

    <------------------>



  19. #19
    Join Date
    Nov 2015
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by AFools View Post
    I believe this may be because of your post count; apparently if you download the new 'prosocks' and the current Ezform it will work. I haven't bothered trying this yet though.
    Thank you for a quick reply.
    I did download the latest Prosocks + Ezform but stil had issues (something to do with prosocks). The new Prosocks also caused issues with another script so I had to revert back to prosocks 0.4.
    Thank you and I will be back and try this when I have a higher post count.

  20. #20
    Join Date
    Jan 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Very nice release! Maybe a cool addition for later would be to train magic trough plank make, its very fast and decently cheap magic experience.
    Last edited by insenus; 12-22-2015 at 09:04 PM.

  21. #21
    Join Date
    Apr 2013
    Posts
    680
    Mentioned
    13 Post(s)
    Quoted
    341 Post(s)

    Default

    Quote Originally Posted by insenus View Post
    Very nice release! Maybe a cool addition for later would be to train magic trough plank make, its very fast and decently cheap magic experience.
    I will google this.

    <------------------>



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

    Default

    Fantastic script AFools

    How do I make it take a break after 3hours or more like Hoodz script, right now I can only choose length and randomness of break but not after how many hours. can you please post a quick fix that can disable breaking?

  23. #23
    Join Date
    Apr 2013
    Posts
    680
    Mentioned
    13 Post(s)
    Quoted
    341 Post(s)

    Default

    There currently is't a time setting; but having said that, i want to make one very soon for the agility bots, i will try and incorporate this, but i think it will get too messy..

    If you add to the code

    Code:
    Var
     T: TReflectTimer; (At the top of the script page)
    
     
    
     T.start; (somewhere at the start when the script starts not in the loop)
    
    if (T.Elapsedtime >  (THETIMEINMILLISECOND)) then begin terminatescript; end; ( anywhere in the loop)
    There are some presets for the break handler. If you change this to '10000' you will not hit the limit in the 6 hour period.

    I personally dont use script log-outs anymore; as i have been caught out on the world changer screen instead

    *** alternatively.. which is my way. work out how many trips you can do in 3 hours; make that your limit?

    <------------------>



  24. #24
    Join Date
    Mar 2015
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Which lines will I need to change the break handler preset?

  25. #25
    Join Date
    Apr 2013
    Posts
    680
    Mentioned
    13 Post(s)
    Quoted
    341 Post(s)

    Default

    Breaklength; on the user form?

    <------------------>



Page 1 of 3 123 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
  •