thanks a lot! my xp count must be off 8000 xp for around 500 bars doesnt seem right. i might update this script in the future...but i have to finish my RMB/PM first.
thanks a lot! my xp count must be off 8000 xp for around 500 bars doesnt seem right. i might update this script in the future...but i have to finish my RMB/PM first.
thanks i swear its the best smeltir script i ever seen
best wishes in other scripts and keep goin
evil dark
thanks...its going to be way better once i update it but that might be awhile until i do.
Hi There, Very Nice Script, Only major problem I encountered was, seeing I was starting with smithing lvl 1 with my character, I was gaining levels rapidly, and there doesn't seem to be anything to handle the "click to continue" screen that is recieved when you get a level, Other than that, No complaints,
Thanks, RAM
Yea forgot to mention that.. it doesnt do anything when you lvl...it just stays stuck their.. I just clicked on it to continue and the script moved on. But yea i forgot about that.
thanks for that...will be addressed when i update it. ill probably redo most of it since it was my first real script and i have learned a ton since i made it.
i works until you get to the furnace. it never clicks on the furnace. what am i doing wrong???
the color of the inside of the smelter changed. get the color of the mainscreen orange color of the inside of the furn and put it where it says
SCAR Code:Const furnace = 1528765; //orange part of furnace...change the number
also thanks for the feed back
This is the best smelter i've used so far and I'm looking forward to your next versions... however, I had to do some work on this script to make it run correctly... the procedures i've changed was in Furn;
Procedure Furn;
begin
Repeat
antirandoms;
if (FindColorRightTol(x,y,BarColor,15, 378, 494, 437,8)) then
MMouse(x-10,y,2,2);
wait(250);
if (IsUpText('melt 1')=true) then
Wait(250);
Mouse(x-10,y,2,2,false);
if (ChooseOption(x,y,'melt X')) then
begin
Flag;
FTWait(1);
repeat
Wait(100);
until (Amount);
end;
until (Amount);
TypeSend(inttostr(BAmount+random(999)));
repeat
wait(100);
until(Findcolor(x,y,finishedbarcolor,604,322,646,3 53));
{
if not LoggedIn then Exit;
wait(1000+random(500));
antirandoms;
until (BarCount=true) or FindText(x, y, 'You have run out of',+
smallchars, MCX1, MCY1, MCX2, MCY2);
if (BarCount=true) then writeln('Found Bars');
If (FindText(x, y, 'You have run out of', smallchars, MCX1, MCY1, MCX2,+
MCY2)) then Writeln('Found Text')
}
end;
The finishedbarcolor line is the color of the bar at the specified location 604,322,646,353 which is at column 2, row 4... if you don't know how to do basic scar scripts like this then it'd be hard to understand.... but this is so easy once you learn it... read some tutorials, it's easy!
And then I modified a little bit for the FindFurnace procedure:
Procedure FindFurnace;
begin
antirandoms;
Status('Finding furnace...');
if (invfull=false) then
begin
writeln('Can''t Find Ores');
end
else
begin
Antirandoms;
repeat
if not LoggedIn then Exit;
FindMSColorTol(x,y,furnace,5);
wait(50+random(10));
MMouse(x,y,0,0);
wait(20+random(10));
until IsUpTextMulti('melt','me','lt');
begin
Mouse(x,y,0,0,true);
writeln('Found Furnace');
FTWait(2+random(1));
AntiRandoms;
end;
end;
end;
I changed the FindMSColorTol(x,y,furnace,5); line...
And then towards the top, in the Const field, i added finishedbarcolor = 2704729;, that's the color of the finished bar (at a specific location).
This is noob way of scripting, I'm waiting for a updated version of your script... if you think made a mistake somewhere or I should do it in another way, just post your suggestions.
Do you think you can make a cooking script for Al Kharid too? It could be based on this script... I think you'll make the best cooking script if you do the same banking, clicking procedures... just l33t scripting! Please make a cooking script based on this script!! Thanks for this script.
^^ thanks. but you havent seen the redone script. i have to say myself it is very good. the redone script should be out this week. look for it![]()
Im sorry to bother you and this is probbaly a huge nooby question for me to ask...
when i get to furnace the mosue just goes to top left corner... i know there is a quick easy fix but i was wondering if u can help...
also if im smithing iron will ti withdraw rings of forging?
thnx
umm...you have to change the furnace color in const and no it wont withdraw rings of forgings
It w/draws the ores, goes to the furnace and smelts them, but if i lvl up it'll stop and also once it's done smelting it just logs out, it won't do anymore loads.
when i get to furnace the mosue just goes to top left corner
and i tried to sed a other furnes coler and it still doest work help pls
then your setting a bad color. what part of the furnace are you picking the color from? and you might want to wait considering my redone smelter will be out either today or tomorrow.
I'll wait for the new one and give you a progress report and any bugs, I just manually smelted 1.5k bronze bars <.<
oh ill be sure to test this out and post some proggys =]
just wait till i update it should be out tomorrow.
oh, alright ill wait, cause this one seems to not find the furnace for me
you got to change the furnace color in const for this one to work.
edit: updated...check it out.
v2 seems to mess up this is what happens, i run it walks to furn when done smelting it walks to the bank find but....then it goes past it too that little green arrow "-->>>" right next to the bank and doesn't do anything after that
the arrow near the water?
Is there any way to delay the typing time when you click withdraw x amount? Because it types the number of ores before the box actually pops up and than doesnt withdraw anything.... please help.
For me it goes tot he bank and just sits there...
matter of fact lemme check somethign i think i just made a noob mistake.
yeah i forgot the 185 -->> 184 after re-DLing, i'll have a proggie of 2k+ bars in the morning.
There are currently 1 users browsing this thread. (0 members and 1 guests)