Hey i'm making my first script which is a crafting script and got everything working well except the furnace finding part. The script runs from Edgeville bank, to the furnace but it cant not find the furnace, or it finds it and miss clicks and goes behind the furnace. I've tried dtm with up text and bitmaps. The Dtm is for the red part of the furnace with colour tolerance.
Code:procedure FindingFurnace; Begin If finddtm (furnacedtm, x, y, msx1, msy1, msx2, msy2 ) Then If (IsUpTextMultiCustom(['rnace', 'melt', 'urnace', 'nace', 'elt'])) Then Mouse(x, y, 0, 0, Mouse_left); wait (500+(250)); End;


Reply With Quote








