Results 1 to 16 of 16

Thread: Draynor Rooftop no mark added yet

  1. #1
    Join Date
    Sep 2015
    Posts
    32
    Mentioned
    1 Post(s)
    Quoted
    4 Post(s)

    Default [Reflection] Draynor + Canifis Rooftop Agility Course - Loots Marks now

    Warning Don't use for too long doesn't have FailSafe


    Instructions
    -Start near the start of course
    - set camara angle to the East
    Capture1.PNG
    -Game setting to this
    Capture.PNG

    It needs
    -Define Smart
    -AeroLib
    -Reflection


    Progress
    Added Loot for Marks
    Shows XP
    Antiban
    Added Canifis Rooftop(it has some failsafe unlike draynor)


    My first script and it still on the works. Doesn't collect marks yet but i released it now since i am tired of working on it. gonna start adding more stuff when i am high enough lv for Canafis,
    Attached Files Attached Files
    Last edited by lizon; 05-09-2016 at 10:51 PM.

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

    Default

    Nice Release. Keep it up!

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



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

    Default

    Congrats on the release bro. Go strong.

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

    Default

    Got this Bad-Boy working; It is a nice base; though there aren't any fail safes in-case it misses and obstacle.I always intended to make a agility script based on reflection... never happened.

    I have an idea - (INEEDBOTs Banking functions) might be able to write something similar so its able to find the obstacles much more efficiently and without spamming between obstacles.


    GOOD WORK!

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



  5. #5
    Join Date
    Sep 2015
    Posts
    32
    Mentioned
    1 Post(s)
    Quoted
    4 Post(s)

    Default

    Haven't looked through ineedbots script since they seem too complicated for me, but i will check it out

    Added more delay between obstacles for now
    Last edited by lizon; 09-25-2015 at 12:35 AM.

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

    Default

    very nice man..

    It's getting stuck often though, at //narrowwall and //jumpwall
    Last edited by iownyou23; 09-27-2015 at 03:36 AM.

  7. #7
    Join Date
    Sep 2015
    Posts
    32
    Mentioned
    1 Post(s)
    Quoted
    4 Post(s)

    Default

    yea you might have to change some settings since some game objects are at weird positions

  8. #8
    Join Date
    Jan 2012
    Location
    Sydney, Australia
    Posts
    877
    Mentioned
    12 Post(s)
    Quoted
    368 Post(s)

    Default

    Nice release mate. How human like is it? Been looking for something for my main whom is only level 43

  9. #9
    Join Date
    May 2013
    Posts
    69
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    This script might help you out alittle, i used yours as a base from my canfis one, ik there are a couple fail-safe bugs and the mouse movement and timing can be improved with MyPlayer.isMoving but it works pretty well currently.

    Canfis rooftops.simba

  10. #10
    Join Date
    Sep 2015
    Posts
    32
    Mentioned
    1 Post(s)
    Quoted
    4 Post(s)

    Default

    Ty that sounds pretty useful, will probably make script a lot faster if it works

  11. #11
    Join Date
    May 2013
    Posts
    69
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    i havent tested your canfis but why didnt you use

    Simba Code:
    TreePoint := TreeObject.GetMsPoint;
        X:= ((randomRange(0,40)*pi)/180);
        Xamp:= round(93*cos(X));  //finds the x and y componets of the arc of the tree
        Yamp:= round(64*Sin(X));
        TreePoint := Point(TreePoint.x + Xamp, TreePoint.y - Yamp);

    The whole point is that simba thinks that the point of the object is in the middle of the arc of the tree, so it cant click it. so in "Xamp" 93 is roughly where the base of the tree is relative to the point simba thinks and 64 is roughly 45 degrees above in in a circular fashion. so X is a random number between 0 to 40 degrees then converted to radians then plugged in the formulas to find the X and Y components of the circle. since they are decimals the round makes then into integers then add them to the x and y componets of the tree point (treepoint.x, treepoint.y) to get a very broad spectrum of the base of the tree to the arc of the tree, then the randomizer in the humanmmouse gets the thickness of the tree, so that is simulates somewhere a human would click.

    btw the only problem with the dropping failsafe is that it need another point between gap 3 and 4 to roughly the middle of canfis so that i can see the initial tree

  12. #12
    Join Date
    Sep 2015
    Posts
    32
    Mentioned
    1 Post(s)
    Quoted
    4 Post(s)

    Default

    Well i got banned so gonna stop updating.... you can add those stuff and release it again if you want
    p.s i got banned but hadn't used my script in 3 days so probably the fact that i botted like 15 hours a day..

  13. #13
    Join Date
    May 2013
    Posts
    69
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    yeah the bot wasn't very dynamic, it would get stuck and thats where they get you, i pretty much babysat it until i got graceful.

  14. #14
    Join Date
    Sep 2015
    Posts
    32
    Mentioned
    1 Post(s)
    Quoted
    4 Post(s)

    Default

    yea you only need to use it from 40 to 58 to get full gracefull

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

    Default

    Quote Originally Posted by lizon View Post
    yea you only need to use it from 40 to 58 to get full gracefull
    Hey buddy; this is a great attempt as a agility script. don't be deterred firstly for being banned. agility scripts are one of the hardest with timinig and flow; I needed an agility bot and im really to lazy as i will only use it once.

    So i have found some flaws in your script; mostly with clicking; sometime you have a variable of 1 for z/y this means every single time it is clicking on the same spot. a good reason for a ban.

    I will keep tinkering with this script and adjusting it. I will firstly pm you the final result. then we can post it on the forums as part of my Xmas release coming later this month.

    The X-mas release is the hope of covering most skills(i have almost finished)... thus getting the osrs forum back on track

  16. #16
    Join Date
    Sep 2015
    Posts
    32
    Mentioned
    1 Post(s)
    Quoted
    4 Post(s)

    Default

    They reverted perma ban to a strike so i guess i get another chance

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
  •