Results 1 to 16 of 16

Thread: dtm yews

  1. #1
    Join Date
    Nov 2007
    Location
    lol
    Posts
    176
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default dtm yews

    i made dtm for yew logs but now the script widraws willow logs

    DTMFromString('78DA636C60626098C6C8800CDC8C3919FE0 36' +
    '990E87F2060AC03AAE94755C3C0C0042661A28C5D40FE1402 6A40' +
    '762D22A0A610C89F43404D1F903F17BF1A002FDB0C41');

  2. #2
    Join Date
    Feb 2009
    Posts
    1,447
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by wesleyxD View Post
    i made dtm for yew logs but now the script widraws willow logs

    DTMFromString('78DA636C60626098C6C8800CDC8C3919FE0 36' +
    '990E87F2060AC03AAE94755C3C0C0042661A28C5D40FE1402 6A40' +
    '762D22A0A610C89F43404D1F903F17BF1A002FDB0C41');
    Did you only make the DTM from the log outline? If so, make sure to include at-least 1 point from the yew log (not just the outline).

    Did you accidentally make the DTM from a willow log? If so, make a new DTM of a yew log.

    Is the tolerance for the DTM too high? I think it should be no higher than 5.

    Hope I helped.

  3. #3
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Posting the DTM code wont help.
    Well it depends on your main/first/parent point.
    If you put 255 tolerance on it, then it will withdraw any log, try making the tolerance anywhere from 15-30? And hopefully that will be more accurate, if log colors are too close, then I can help you make a function that will only take yew logs. Good Luck. Ask for more help if you need.

  4. #4
    Join Date
    Nov 2007
    Location
    lol
    Posts
    176
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by YoHoJo View Post
    Posting the DTM code wont help.
    Well it depends on your main/first/parent point.
    If you put 255 tolerance on it, then it will withdraw any log, try making the tolerance anywhere from 15-30? And hopefully that will be more accurate, if log colors are too close, then I can help you make a function that will only take yew logs. Good Luck. Ask for more help if you need.
    i tried 15-30 (20) keeps widrawing willows i made the dtm with help from your tut

  5. #5
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Quote Originally Posted by wesleyxD View Post
    i tried 15-30 (20) keeps widrawing willows i made the dtm with help from your tut
    Try less . And im guessing the colors are just too similar, so one thing to do would have your yew logs closer to the top left of the screen, and that SHOULD make the script find them first instead. Tomorrow (maybe) ill make a withdrawer that works with a universal dtm and takes out any log
    SCAR Code:
    WithdrawLog(WhatLog:String);

  6. #6
    Join Date
    Nov 2007
    Location
    lol
    Posts
    176
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    here i saved my dtm http://www.phpcreation.nl/yew_dtm.dtm

    can you maybe try to make yew log dtm?
    Last edited by wesleyxD; 11-15-2009 at 09:28 AM.

  7. #7
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Quote Originally Posted by wesleyxD View Post
    here i saved my dtm http://www.phpcreation.nl/yew_dtm.dtm

    can you maybe try to make yew log dtm?
    Link is just a bunch of jibberish, and ill make something for you tomorrow(maybe) . Other people will gladly help too!

  8. #8
    Join Date
    Feb 2009
    Posts
    1,447
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    SCAR Code:
    DTM := DTMFromString('78DA639CCEC4C0F09401055868B0333002691' +
           '0FE0F048CBD40357718D000135C0D0830CE07AAB94940CD52A09A' +
           '1704D44C00AAF940404D3B11E680DCFC0855454194218A1A00930' +
           'F0FD4');

    Not hard to make, read up on some tutorials.

  9. #9
    Join Date
    Apr 2007
    Location
    UK
    Posts
    2,295
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    wesleyxD make sure your SRL is updated (OpenDev)

    Rogeruk's Al-Kharid Tanner V1.1 [Released]
    Rogeruk's Barbarian Crafter [Coming Soon]
    Rogeruk's Guild Fisher [Coming Soon]
    !! - Taking Requests - !!

  10. #10
    Join Date
    Nov 2007
    Location
    lol
    Posts
    176
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by rogeruk View Post
    wesleyxD make sure your SRL is updated (OpenDev)
    it is i just checked if i had lastest version.
    Last edited by wesleyxD; 11-15-2009 at 11:59 AM.

  11. #11
    Join Date
    Apr 2007
    Location
    UK
    Posts
    2,295
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Try this then

    PHP Code:
    := DTMFromString('78DA63EC646260B002622460AEC1CEC005A41' 
           
    '981F83F1030D603E5CD50D514441A32B042D58000633550DE1655' 
           
    '4D51B411AA9A26A0BC2301732601E54D51D5303040F87035BD40B' 
           
    'E130135B584D50000A8730CE7'); 

    Rogeruk's Al-Kharid Tanner V1.1 [Released]
    Rogeruk's Barbarian Crafter [Coming Soon]
    Rogeruk's Guild Fisher [Coming Soon]
    !! - Taking Requests - !!

  12. #12
    Join Date
    Nov 2007
    Location
    lol
    Posts
    176
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by rogeruk View Post
    Try this then

    PHP Code:
    := DTMFromString('78DA63EC646260B002622460AEC1CEC005A41' 
           
    '981F83F1030D603E5CD50D514441A32B042D58000633550DE1655' 
           
    '4D51B411AA9A26A0BC2301732601E54D51D5303040F87035BD40B' 
           
    'E130135B584D50000A8730CE7'); 
    worked fletching works now stringing not because it cant find the bow.

  13. #13
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Quote Originally Posted by TRiLeZ View Post
    SCAR Code:
    DTM := DTMFromString('78DA639CCEC4C0F09401055868B0333002691' +
           '0FE0F048CBD40357718D000135C0D0830CE07AAB94940CD52A09A' +
           '1704D44C00AAF940404D3B11E680DCFC0855454194218A1A00930' +
           'F0FD4');

    Not hard to make, read up on some tutorials.
    Hes read my tutorial, and made the DTM pretty properly, its just that yew and willow logs look very similar, so hes having a bit of trouble.

    Quote Originally Posted by rogeruk View Post
    wesleyxD make sure your SRL is updated (OpenDev)
    Lol, I doub't that having DevSvn would help with a DTM problem ! Haha.

    Quote Originally Posted by wesleyxD View Post
    worked fletching works now stringing not because it cant find the bow.
    Did you move yews to top left bank slot, or at least high-er and left-er than the other logs? Also, just make a bow dtm? And if your drying to deposit them all, just move the mouse to the first inventory slot with a bow in it, and right click, deposit. I think we have MouseIvn?

    So lets say the bow is tour 2nd item in inventory (and knife is first?)

    SCAR Code:
    Procedure DepositBows;
    Begin
      MouseItem(2,False);
      ChooseOption('sit A');
    End;

    Something as simple as that would work .

  14. #14
    Join Date
    Nov 2007
    Location
    lol
    Posts
    176
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks

  15. #15
    Join Date
    Apr 2007
    Location
    UK
    Posts
    2,295
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by YoHoJo View Post
    Lol, I doub't that having DevSvn would help with a DTM problem ! Haha.
    Hes having problems running my fletcher and since RS updated the black outline most item functions were broke, eg deposit (problem he is having).

    Most people dont have uptodate version of SRL therefor the scripts dont work

    Rogeruk's Al-Kharid Tanner V1.1 [Released]
    Rogeruk's Barbarian Crafter [Coming Soon]
    Rogeruk's Guild Fisher [Coming Soon]
    !! - Taking Requests - !!

  16. #16
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Quote Originally Posted by rogeruk View Post
    Hes having problems running my fletcher and since RS updated the black outline most item functions were broke, eg deposit (problem he is having).

    Most people dont have uptodate version of SRL therefor the scripts dont work
    Gotcha. I didnt know he was running yours, thought you were referring to DTM not working

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
  •