View Poll Results: How is this Script

Voters
61. This poll is closed
  • Awesome Script!! doesnt need any work

    7 11.48%
  • Good Script, needs some work though

    26 42.62%
  • OK Script, needs lots of work

    16 26.23%
  • Horrible Script, needs a ton of work!

    12 19.67%
Page 4 of 68 FirstFirst ... 234561454 ... LastLast
Results 76 to 100 of 1683

Thread: Xcan's Smelter

  1. #76
    Join Date
    Oct 2006
    Location
    Ontario,Canada
    Posts
    1,718
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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.

  2. #77
    Join Date
    Jan 2007
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks i swear its the best smeltir script i ever seen

    best wishes in other scripts and keep goin

    evil dark

  3. #78
    Join Date
    Oct 2006
    Location
    Ontario,Canada
    Posts
    1,718
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thanks...its going to be way better once i update it but that might be awhile until i do.

  4. #79
    Join Date
    Oct 2006
    Location
    MI USA
    Posts
    3,166
    Mentioned
    6 Post(s)
    Quoted
    11 Post(s)

    Default

    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


  5. #80
    Join Date
    Feb 2007
    Posts
    125
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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.

  6. #81
    Join Date
    Oct 2006
    Location
    Ontario,Canada
    Posts
    1,718
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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.

  7. #82
    Join Date
    Apr 2007
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i works until you get to the furnace. it never clicks on the furnace. what am i doing wrong???

  8. #83
    Join Date
    Apr 2007
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by J-Son View Post
    I'm was trying to smelt Steel Bars and it takes out the ores all right and goes to the furance just fine but once it's inside the house that has the furance it doesn't find it for me, the mouse just moves to the top left corner of the screen and stays there.
    thats exactly what happened to me. i was on v-bright and i still didn't work.

  9. #84
    Join Date
    Oct 2006
    Location
    Ontario,Canada
    Posts
    1,718
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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

  10. #85
    Join Date
    May 2007
    Posts
    50
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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.

  11. #86
    Join Date
    Oct 2006
    Location
    Ontario,Canada
    Posts
    1,718
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ^^ 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

  12. #87
    Join Date
    May 2007
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Confusion

    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

  13. #88
    Join Date
    Oct 2006
    Location
    Ontario,Canada
    Posts
    1,718
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    umm...you have to change the furnace color in const and no it wont withdraw rings of forgings

  14. #89
    Join Date
    May 2007
    Posts
    344
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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.

  15. #90
    Join Date
    Mar 2007
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default help

    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

  16. #91
    Join Date
    Oct 2006
    Location
    Ontario,Canada
    Posts
    1,718
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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.

  17. #92
    Join Date
    May 2007
    Posts
    344
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'll wait for the new one and give you a progress report and any bugs, I just manually smelted 1.5k bronze bars <.<

  18. #93
    Join Date
    Apr 2007
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    oh ill be sure to test this out and post some proggys =]

  19. #94
    Join Date
    Oct 2006
    Location
    Ontario,Canada
    Posts
    1,718
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    just wait till i update it should be out tomorrow.

  20. #95
    Join Date
    Apr 2007
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    oh, alright ill wait, cause this one seems to not find the furnace for me

  21. #96
    Join Date
    Oct 2006
    Location
    Ontario,Canada
    Posts
    1,718
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    you got to change the furnace color in const for this one to work.

    edit: updated...check it out.

  22. #97
    Join Date
    Apr 2007
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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

  23. #98
    Join Date
    Oct 2006
    Location
    Ontario,Canada
    Posts
    1,718
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    the arrow near the water?

  24. #99
    Join Date
    Jan 2007
    Posts
    82
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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.

  25. #100
    Join Date
    May 2007
    Posts
    344
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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.

Page 4 of 68 FirstFirst ... 234561454 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Smelters: Munk's vs Xcan's Faster Bar per hour
    By nobody u kno in forum News and General
    Replies: 18
    Last Post: 05-10-2008, 08:31 PM
  2. XCAN'S Smelting script
    By donderwolkq in forum First Scripts
    Replies: 1
    Last Post: 01-03-2008, 08:34 PM
  3. Smelter
    By Bobzilla69 in forum RS3 Outdated / Broken Scripts
    Replies: 15
    Last Post: 04-14-2007, 02:11 AM
  4. Help with my smelter
    By Pinqvin in forum OSR Help
    Replies: 1
    Last Post: 03-29-2007, 11:33 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •