i made dtm for yew logs but now the script widraws willow logs
DTMFromString('78DA636C60626098C6C8800CDC8C3919FE0 36' +
'990E87F2060AC03AAE94755C3C0C0042661A28C5D40FE1402 6A40' +
'762D22A0A610C89F43404D1F903F17BF1A002FDB0C41');
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.![]()
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.
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);
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.
SCAR Code:DTM := DTMFromString('78DA639CCEC4C0F09401055868B0333002691' +
'0FE0F048CBD40357718D000135C0D0830CE07AAB94940CD52A09A' +
'1704D44C00AAF940404D3B11E680DCFC0855454194218A1A00930' +
'F0FD4');
Not hard to make, read up on some tutorials.
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 - !!
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 - !!
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.
Lol, I doub't that having DevSvn would help with a DTM problem! Haha.
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.
thanks
Rogeruk's Al-Kharid Tanner V1.1 [Released]
Rogeruk's Barbarian Crafter [Coming Soon]
Rogeruk's Guild Fisher [Coming Soon]
!! - Taking Requests - !!
There are currently 1 users browsing this thread. (0 members and 1 guests)