Page 6 of 7 FirstFirst ... 4567 LastLast
Results 126 to 150 of 162

Thread: SurfingYewsEdgeville

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

    Default

    Quote Originally Posted by Sin View Post
    Suuuurrrrfffffiiiiiinnnggggg Use SPS!
    Quote Originally Posted by bigmike6675 View Post
    Unable to find file 'ObjectDTM\ObjDTMInclude.simba' used from ''



    I keep getting this error, any idea why?
    I will when 2.0 comes out and use Dtm as a fail safe or vise visra.

    Read my first post and you will see why.

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

    Default

    =========UPDATED=============
    ADDED SPS as backup walking if DTM fails.
    ADDED fail safe to tree clicking, will right click the tree after the first click if it can't detect a click.
    Should be hard to break now.

  3. #128
    Join Date
    Jan 2012
    Posts
    117
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    by chance could you pleasse add support for a bank pin?

    EDIT: Exception in Script: Unable to find file 'ObjectDTM\ObjDTMInclude.simba' used from ''
    Last edited by rotchy1; 02-09-2012 at 04:06 AM.

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

    Default

    Quote Originally Posted by rotchy1 View Post
    by chance could you pleasse add support for a bank pin?
    You don't need pin support because this script banks at the deposit box.

  5. #130
    Join Date
    Jan 2012
    Posts
    117
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    genius!

    p.s can you please read my previous edit

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

    Default

    Quote Originally Posted by rotchy1 View Post
    genius!

    p.s can you please read my previous edit
    My first post says what you need to run the script. Here is the link to what you need. http://villavu.com/forum/showthread....ghlight=objDTM

    You need to download ObjectDTM.sex and install it to simba ( that link will show you how) and then your good to go.

  7. #132
    Join Date
    Jan 2012
    Posts
    117
    Mentioned
    0 Post(s)
    Quoted
    12 Post(s)

    Default

    wow i feel stupid now, i forgot that i just redownloaded simba on this laptop and lost it from the last time I used this script haha, thanks

  8. #133
    Join Date
    Oct 2006
    Posts
    313
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default



    manually stopped....script is working good since latest update

  9. #134
    Join Date
    Oct 2006
    Posts
    313
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    here's another one:


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

    Default

    Quote Originally Posted by sk80rdie76 View Post


    manually stopped....script is working good since latest update
    Quote Originally Posted by sk80rdie76 View Post
    here's another one:

    Thanks For the reports, looks like this version is pretty faultless

  11. #136
    Join Date
    Oct 2006
    Posts
    313
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default



    manually stopped

  12. #137
    Join Date
    Nov 2011
    Posts
    1,532
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You show good use of FindColorsTolerance, I'm impressed.

    Simba Code:
    CTS := GetColorToleranceSpeed;  //you didn't use this to set back the cts after done
      ColorToleranceSpeed(2);
      SetColorSpeed2Modifiers(0.14, 0.043);
      FindColorsSpiralTolerance(MSCX, MSCY, TPA, 3819340, MSX1, MSY1, MSX2, MSY2,6);
    //SetColorToleranceSpeed(cts);//you should probably do this here
    //if length(tpa) < 1 then Exit; //much faster if it is not finding the points.
      aTPA := TPAToATPAEx(TPA, 20, 20);

    There you can do better with a bit of work here.
    Current activity: Recovering from vacation
    - Nulla pars vitae vacare officio potest -
    SRL membership? Can I buy that?
    Scripts - AGS - SWF - WAR - EMS - W100S-EM
    If you need scripting help, you can pm me. Remember, if you need help you have to ask for it properly though

  13. #138
    Join Date
    Jan 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by bigmike6675 View Post
    Unable to find file 'ObjectDTM\ObjDTMInclude.simba' used from ''


    I keep getting this error, any idea why?
    Did you download the plugin required for it?

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

    Default

    Quote Originally Posted by nosaj.421 View Post
    You show good use of FindColorsTolerance, I'm impressed.

    Simba Code:
    CTS := GetColorToleranceSpeed;  //you didn't use this to set back the cts after done
      ColorToleranceSpeed(2);
      SetColorSpeed2Modifiers(0.14, 0.043);
      FindColorsSpiralTolerance(MSCX, MSCY, TPA, 3819340, MSX1, MSY1, MSX2, MSY2,6);
    //SetColorToleranceSpeed(cts);//you should probably do this here
    //if length(tpa) < 1 then Exit; //much faster if it is not finding the points.
      aTPA := TPAToATPAEx(TPA, 20, 20);

    There you can do better with a bit of work here.
    Thanks for the tips XD

  15. #140
    Join Date
    Jan 2012
    Location
    Alberta, Canada
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ran very well.

    ~Manual Stopped~

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

    Default

    Quote Originally Posted by Viro57 View Post
    Ran very well.

    ~Manual Stopped~
    Thanks for proggy . Glad to see i haven't needed to update it in a while.

  17. #142
    Join Date
    Feb 2012
    Location
    Newark
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hey there is a bug i must say , everything works well then during the process the player goes next to the soul wars portal .

  18. #143
    Join Date
    Feb 2012
    Location
    Newark
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    also how i remove the resting option>

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

    Default

    Quote Originally Posted by legolas123 View Post
    hey there is a bug i must say , everything works well then during the process the player goes next to the soul wars portal .
    Quote Originally Posted by legolas123 View Post
    also how i remove the resting option>
    It might click out side the yew area if your computer is lagging a lot if you let it go it will be fine. Even if it does click out there it will find it's way back.

    By default the script shouldn't rest.

    In the script under declare players you will find Const.

    In Const there is an option for LessBotLike=True; Or LessBotLike=False;.

    If you don't want the script to rest make it like this LessBotLike=False;.

    Easy as that.

  20. #145
    Join Date
    Feb 2012
    Location
    Newark
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    awsomeee thanks alot mateee!

  21. #146
    Join Date
    May 2008
    Location
    ;)
    Posts
    576
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Chopped 1k logs (no, not in 6 hours). Works really well, but walking could be smoother.
    And why not search for the tree without moving (When you're resting while waiting for a tree to appear). Then, if you find one, click it, then wait while you move, the get the player's position.

  22. #147
    Join Date
    Feb 2012
    Location
    Newark
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by nickrules View Post
    Chopped 1k logs (no, not in 6 hours). Works really well, but walking could be smoother.
    And why not search for the tree without moving (When you're resting while waiting for a tree to appear). Then, if you find one, click it, then wait while you move, the get the player's position.
    yeah i agree but still a aswome script . takes me long to get logs tho.

  23. #148
    Join Date
    Jan 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yo man so far so good, almost got a 3 hour proggy. Fixing to hit dat s*** up lol

    99 Woodcutting with a Dragon Hatchet.



    Add +28 to the total because I accidently stopped smart when i depo'd because I didn't know that it stopped the counter if i stopped it. So pretty much 487 x 550(price of yew) = 268k rouhly / 3 = just under about 90k-100k/hr with 99wc and dragon hatchet. Which I suppose isn't that bad since I'm having to do absolutely nothing haha.

    All in all NICE script just the walking/speed could be tweaked. Other than that a solid 8/10 :P.
    Last edited by jordaneddy; 02-18-2012 at 10:20 PM.

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

    Default

    Quote Originally Posted by nickrules View Post
    Chopped 1k logs (no, not in 6 hours). Works really well, but walking could be smoother.
    And why not search for the tree without moving (When you're resting while waiting for a tree to appear). Then, if you find one, click it, then wait while you move, the get the player's position.
    Quote Originally Posted by legolas123 View Post
    yeah i agree but still a aswome script . takes me long to get logs tho.
    Quote Originally Posted by jordaneddy View Post
    Yo man so far so good, almost got a 3 hour proggy. Fixing to hit dat s*** up lol

    99 Woodcutting with a Dragon Hatchet.



    Add +28 to the total because I accidently stopped smart when i depo'd because I didn't know that it stopped the counter if i stopped it. So pretty much 487 x 550(price of yew) = 268k rouhly / 3 = just under about 90k-100k/hr with 99wc and dragon hatchet. Which I suppose isn't that bad since I'm having to do absolutely nothing haha.

    All in all NICE script just the walking/speed could be tweaked. Other than that a solid 8/10 :P.

    Thanks for the feedback i will have a look into a faster walking method and tree finding. It is good to hear it is still going strong since i haven't updated it in a while XD

  25. #150
    Join Date
    Dec 2011
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hey the script isn't running for me anymore, it compiles and the client never loads. Can anyone help?

Page 6 of 7 FirstFirst ... 4567 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
  •