Page 5 of 8 FirstFirst ... 34567 ... LastLast
Results 101 to 125 of 199

Thread: Deadlys' Air Runecrafter

  1. #101
    Join Date
    Dec 2011
    Posts
    327
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Helper View Post
    i tried today and it walks to the altar but dosnt click to make the runes and then it go to bank.
    Maybe it was just a one off? That would only happen if they drastically changed the color of the alter.

    Quote Originally Posted by Helper View Post
    i used this for 9 hours the only problem i saw is that sometimes it dosnt find DTM and its a bit slow.. but still great.
    I can't help that, sometimes even when the objects are all in sight it still can't find it. I'd be helpful if you could shorten down the random waits to the point where it doesn't run off into random places.

  2. #102
    Join Date
    Jan 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Very nice script! Too bad it doesn't bank the air runes for me... anything I can do about it?

  3. #103
    Join Date
    Dec 2011
    Posts
    327
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Alphyn View Post
    Very nice script! Too bad it doesn't bank the air runes for me... anything I can do about it?
    Add "Depositall" in the banking section. I'll leave a note on this on the first post.
    Edit: Just copy and paste the script again. Then take out the // for the depositall;
    Last edited by Deadly Serious; 01-21-2012 at 09:28 PM.

  4. #104
    Join Date
    Jan 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Don't see the ; after Depositall. Do I put it there? Sorry, I'm a complete noob, lol.

  5. #105
    Join Date
    Dec 2011
    Posts
    327
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Alphyn View Post
    Don't see the ; after Depositall. Do I put it there? Sorry, I'm a complete noob, lol.
    Scroll down to Procedure WithdrawEss; It's just below there, it'll be written in blue.

  6. #106
    Join Date
    Jan 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Got it working, thanks! When I get a random it gets stuck though.

    (Had the quizmaster).

  7. #107
    Join Date
    Dec 2011
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nice

  8. #108
    Join Date
    Dec 2011
    Posts
    327
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Alphyn View Post
    Got it working, thanks! When I get a random it gets stuck though.

    (Had the quizmaster).
    The randoms are solved by internal simba scripts.

    Quote Originally Posted by vcheckv View Post
    nice
    Thank you

  9. #109
    Join Date
    Dec 2011
    Posts
    249
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Hey Deadly, i am modding one of S1Ns yew cutter scripts and i was wondering if you could put me in the right direction. What i need is when the chop procedure is running i want to make it instead of just searching for the tree and then keep searching until it appears i want it to search for 10 seconds then if it cant find it then it will end the procedure.

    Simba Code:
    FindObjCustom(x, y, ['hop', 'down'], [4937570, 4344918], 5) Then      
    begin        
    WriteLn('Found North Yew');        
    MMouse(x, y, 2, 2);      
    end;

    Above is what i use atm to find the yew tree.
    Please help thanks.

  10. #110
    Join Date
    Dec 2011
    Posts
    327
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Surfing View Post
    Hey Deadly, i am modding one of S1Ns yew cutter scripts and i was wondering if you could put me in the right direction. What i need is when the chop procedure is running i want to make it instead of just searching for the tree and then keep searching until it appears i want it to search for 10 seconds then if it cant find it then it will end the procedure.

    Simba Code:
    FindObjCustom(x, y, ['hop', 'down'], [4937570, 4344918], 5) Then      
    begin        
    WriteLn('Found North Yew');        
    MMouse(x, y, 2, 2);      
    end;

    Above is what i use atm to find the yew tree.
    Please help thanks.
    You want it to search for a tree for 10 seconds and then end?
    You can do a "Marktime" and then a statement like "if marktime > 10 then exit;"

  11. #111
    Join Date
    Jan 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ah, testing it with 3K rune essence now.

    Is this language easy by the way? Else I might as well give it a try, I made a mining script in Java AGES ago.

    Edit: It sometimes get stuck just after you leave the air runes. Says it did not find the object DTM.
    Last edited by Alphyn; 01-22-2012 at 01:06 PM.

  12. #112
    Join Date
    Dec 2011
    Posts
    327
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Alphyn View Post
    Ah, testing it with 3K rune essence now.

    Is this language easy by the way? Else I might as well give it a try, I made a mining script in Java AGES ago.

    Edit: It sometimes get stuck just after you leave the air runes. Says it did not find the object DTM.
    It's actually quite easy to script, if you look over Yohos' videos, you'll grasp it quite easily. After watching his videos, you can read the occasional tutorial while coding to expand your knowledge.
    Can you take a pic on where it gets stuck?

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

    Default

    Quote Originally Posted by Deadly Serious View Post
    You want it to search for a tree for 10 seconds and then end?
    You can do a "Marktime" and then a statement like "if marktime > 10 then exit;"
    Thanks bro for the help :P

  14. #114
    Join Date
    Dec 2011
    Posts
    327
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Surfing View Post
    Thanks bro for the help :P
    No problem, I hope that helped.

  15. #115
    Join Date
    Dec 2011
    Posts
    202
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Dude can u update yout air tiara crafter ?? please

  16. #116
    Join Date
    Dec 2011
    Posts
    327
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Helper View Post
    Dude can u update yout air tiara crafter ?? please
    I'll do that now. I didn't even know people actually used that script :O

  17. #117
    Join Date
    Dec 2011
    Posts
    249
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Hey bro you should add some paint

  18. #118
    Join Date
    Dec 2011
    Posts
    327
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Surfing View Post
    Hey bro you should add some paint
    It'd look terrible, I suck at designing, haha.

  19. #119
    Join Date
    Dec 2011
    Posts
    249
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Deadly Serious View Post
    It'd look terrible, I suck at designing, haha.
    You don't have to make some awsome picture, take a look at my script and see what you think. :P

    http://villavu.com/forum/showthread.php?t=72889

  20. #120
    Join Date
    Nov 2011
    Posts
    83
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Can u add a download link? its much better than copy/pasting. Also your script has become only reliable for 2-3 trips, and any fail-safes that are included dont seem to help.
    *please perfect this script*!!!

  21. #121
    Join Date
    Dec 2011
    Posts
    327
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Surfing View Post
    You don't have to make some awsome picture, take a look at my script and see what you think. :P

    http://villavu.com/forum/showthread.php?t=72889
    I'll check it out soon.

    Quote Originally Posted by Mink View Post
    Can u add a download link? its much better than copy/pasting. Also your script has become only reliable for 2-3 trips, and any fail-safes that are included dont seem to help.
    *please perfect this script*!!!
    Tell me what it does wrong, it was working perfectly last week. I'll make it a download link the next time I update it.

  22. #122
    Join Date
    Dec 2011
    Posts
    202
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This a very good script im 49 rc on my skiller.

  23. #123
    Join Date
    Feb 2007
    Location
    Estonia.
    Posts
    1,938
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Progress Report:
    You have been crafting for:6 Hours, 12 Minutes and 3 Seconds
    Exp gained:13500

    It often gets lost. One time I was in Rimmington.
    Here's where it was stuck last time(see attachment).

    ~Eerik.

  24. #124
    Join Date
    Dec 2011
    Posts
    327
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Helper View Post
    This a very good script im 49 rc on my skiller.
    Thanks


    Quote Originally Posted by Heavenzeyez1 View Post
    Progress Report:
    You have been crafting for:6 Hours, 12 Minutes and 3 Seconds
    Exp gained:13500

    It often gets lost. One time I was in Rimmington.
    Here's where it was stuck last time(see attachment).

    ~Eerik.
    It sounds like I need to fix the walk paths for it. I'll try and update it within 48 hours.

  25. #125
    Join Date
    Jan 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You have been crafting for:38 Minutes and 35 Seconds
    Exp gained:2565



    This is the longest I was able to get, it gets stuck fairly often.

    Sometimes when walking from bank to the musician it will rest to the north of the musician and will not find the DTM from there. Sometimes it will fail to leave the rock formation, but it thinks it did leave and will not find the next DTM.

    Sometimes when having just left the rock formation it will immediately click on where the mouse is at, at that moment. Which will be the previous portal spot. From the position the character is at then it cannot find DTM.

    Only one time did it make a run without rune essenece for some reason, but I wasn't paying any real attention so I haven;t got any details.


    I hope this is of any use, thanks for the script

Page 5 of 8 FirstFirst ... 34567 ... 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
  •