SCAR Code:
program AutoSmelter;
{.include SRL/SRL.scar}
{.include SRL/srl/extended/xmapwalk.scar}
{.include SRL/srl/skill/woodcutting.scar}
//Begin at Faly east bank.
// Do NOT use with out my concent
Const
B=2 //1 means useing bronze 2 means not (choose only 1 type)
;I=1 //1 means useing iron 2 means not (choose only 1 type)
;Begin
FindColorTolerance(x,y,4810881,85,165,400,300,3)
If False
Then SendArrowWait(1,500)
If True
Then ClickMouse(x+20,y+5,False)
wait(500)
ClickMouse(x+5,y+50,True)
wait(4000)
If (B=1)
Then
ClickMouse(95,69,true)
wait(1000)
ClickMouse(95,69,true)
wait(1000)
ClickMouse(95,69,true)
wait(1000)
ClickMouse(95,69,true)
wait(1000)
ClickMouse(95,69,true)
wait(1000)
ClickMouse(95,69,true)
wait(1000)
ClickMouse(95,69,true)
wait(1000)
ClickMouse(95,69,true)
wait(1000)
ClickMouse(95,69,true)
wait(1000)
ClickMouse(95,69,true)
wait(1000)
ClickMouse(95,69,true)
wait(1000)
ClickMouse(95,69,true)
wait(1000)
ClickMouse(95,69,true)
wait(1000)
ClickMouse(95,69,true)
wait(1000)
ClickMouse(140,69,true)
wait(1000)
ClickMouse(140,69,true)
wait(1000)
ClickMouse(140,69,true)
wait(1000)
ClickMouse(140,69,true)
wait(1000)
ClickMouse(140,69,true)
wait(1000)
ClickMouse(140,69,true)
wait(1000)
ClickMouse(140,69,true)
wait(1000)
ClickMouse(140,69,true)
wait(1000)
ClickMouse(140,69,true)
wait(1000)
ClickMouse(140,69,true)
wait(1000)
ClickMouse(140,69,true)
wait(1000)
ClickMouse(140,69,true)
wait(1000)
ClickMouse(140,69,true)
wait(1000)
ClickMouse(140,69,true)
wait(1000)
If (I=1)
then
ClickMouse(95,69,false)
wait(500)
ClickMouse(60,140,True)
End.