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 45 of 68 FirstFirst ... 35434445464755 ... LastLast
Results 1,101 to 1,125 of 1683

Thread: Xcan's Smelter

  1. #1101
    Join Date
    Jan 2008
    Location
    Michigan, USA
    Posts
    143
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    what are we supposed to set the bank pin to if we dont have one? i tryed leaving it blank but i get a syntax error??

  2. #1102
    Join Date
    Dec 2007
    Posts
    200
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by jelloman View Post
    what are we supposed to set the bank pin to if we dont have one? i tryed leaving it blank but i get a syntax error??
    Change it to two '' in the pin spot.

  3. #1103
    Join Date
    Jan 2008
    Location
    Michigan, USA
    Posts
    143
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    that doesnt work either, it says right there its not a string:
    Code:
      Players[0].Pin     := ;           //Pin number(not a string!!)

  4. #1104
    Join Date
    Dec 2007
    Posts
    200
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Players[0].Pin :=''; //Pin number(not a string!!)

    Thats what I have and it works fine

  5. #1105
    Join Date
    Apr 2008
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Luski14 View Post
    Thanks XCan
    Now I still get the error about Variables ROW and COL never being used in Line 1022
    and now this: Line 1283: [Error] (14011:8): Unknown type 'TPointArrayArray'
    Try changing the type to "Array of TPointArray". I think that's what I did to fix this. I was on SCAR 3.15 and SRL Rev #15 at the time.

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

    Default

    Quote Originally Posted by jelloman View Post
    that doesnt work either, it says right there its not a string:
    Code:
      Players[0].Pin     := ;           //Pin number(not a string!!)
    i forgot to change the caption. it is a string now.

  7. #1107
    Join Date
    Dec 2007
    Posts
    200
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    So now, I press Start and it doesn't do anything.
    I end it and press Start again, and it just crashes.

    Any clue?
    Using Scar 3.15 and Rev 16

    EDIT: Also tried 3.14 with Rev 14, and 3.15 Rev 14, 15 and 16
    D:

    http://www.srl-forums.com/forum/show...postcount=1090
    I also don't think im putting that in the right spot.
    Exactly which line do I put it at? Everywhere I put it gets error after error.

    procedure MyOpenBank;
    begin
    If (not(Loggedin)) then exit;
    FindNormalRandoms;
    XDebug('Opening bank...');
    FFlag(0);
    wait(700)
    if not (BankScreen) then
    repeat
    If (not(Loggedin)) then exit;
    wait(100)
    if FindBankBooth([604492,605778,5988448,12097,7763321]) then
    begin
    getmousepos(x,y)
    Wait(250);
    Mouse(x,y,0,0,false);
    if XChooseOption then
    begin
    FFlag(0);
    repeat
    Wait(1000);
    InPin2(Players[CurrentPlayer].Pin);
    until (BankScreen);
    end;
    end;
    until (BankScreen)
    end;
    InPin2 gets the error and all that, do I just cut from there on down out?

  8. #1108
    Join Date
    Dec 2007
    Location
    Colombia. Bogotá D.C
    Posts
    720
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    omfg it isnt detecting most of the randoms... and none of the fighting ones, Ive went away , and both times i came back and found it at lumby....wtf?
    -------------------------------------------------------------------


  9. #1109
    Join Date
    Jan 2008
    Location
    Michigan, USA
    Posts
    143
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    heres a decent proggy from last night, i came on this morning and it was at the bank with a mysterious box unsolved and when i clicked to manually sovle it i got evil bob,
    Code:
     ____________________________________________ 
    /             Xcan's Smelter/CannonballMaker                       \
    |                         V2.29                                               |
    |---------------------------------------------------------|
    |Ran For: 5 Hours, 30 Minutes and 9 Seconds.
    |Finished: 125 load(s).                                                   |
    |Made: 1750 bars.                                                        |
    |Gained: 10850 exp.                                                      |
    |Gained: 3 level(s).                                                       |
    |_________________________________________________|
    |0: ***** = True,  132 Bank[s], Smelted 1750 Bars 
    ____________/

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

    Default

    Quote Originally Posted by Luski14 View Post
    So now, I press Start and it doesn't do anything.
    I end it and press Start again, and it just crashes.

    Any clue?
    Using Scar 3.15 and Rev 16

    EDIT: Also tried 3.14 with Rev 14, and 3.15 Rev 14, 15 and 16
    D:

    http://www.srl-forums.com/forum/show...postcount=1090
    I also don't think im putting that in the right spot.
    Exactly which line do I put it at? Everywhere I put it gets error after error.



    InPin2 gets the error and all that, do I just cut from there on down out?
    you find the function inpin2 and change that not everytime i call it.

    Quote Originally Posted by Dracody View Post
    omfg it isnt detecting most of the randoms... and none of the fighting ones, Ive went away , and both times i came back and found it at lumby....wtf?
    i havent changed anything dont ask me. are you using 2.3? because i took the download out from before.

  11. #1111
    Join Date
    Dec 2007
    Location
    Colombia. Bogotá D.C
    Posts
    720
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yea Im using 2.3, whats the difference with 2.29??

    Proggy:
    SCAR Code:
    _________________________________________________________
    /             Xcan's Smelter/CannonballMaker              \
    |                          V2.3                          |
    |---------------------------------------------------------|
    |Ran For: 3 Hours, 3 Minutes and 28 Seconds.
    |Finished: 96 load(s).                                    |
    |Made: 480 bars.                                          |
    |Gained: 14400 exp.                                       |
    |_________________________________________________________|
    |0: slokrard     = True,  102 Bank[s], Smelted 480 Bars   |
    \_________________________________________________________/
    success
    -------------------------------------------------------------------


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

    Default

    i fixed some bugs and updated to whatever rev it was last time

  13. #1113
    Join Date
    Dec 2007
    Posts
    200
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    So we should be using Rev 16 or Rev 15?

    And Smart doesn't open for you script for me. Opens for other scripts though
    Even if I redownloaded the script and try it out.

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

    Default

    16 obviously...and just change the world to a world that works. jagex changed the prefixes for some worlds (125,126,127,128 etc) so smart doesnt work for them

  15. #1115
    Join Date
    Dec 2007
    Posts
    200
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Okay. All seems good. Sometimes it stops at around 20 minutes though D:

  16. #1116
    Join Date
    Apr 2008
    Posts
    223
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  17. #1117
    Join Date
    Jan 2008
    Location
    Barrie, Ontario, Canada
    Posts
    126
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You can just always update the prefixes of the world manually. I did it myself.

    For anyone that wants to use any world they want, here are the new prefixes

    Anyway, amazing script. I've read through it and it seems as if you've worked on it for quite a while. I have a whole bunch of coal collected from Kingdom Of Miscelania so, I'll be mining some iron ores, and eventually use this smelter to make steel bars, and cannonballs. Thanks Can

    EDIT: Chose to delete the World Prefixes out of the post. If anyone wants a full list of the prefix's just let me know, or PM me
    Version 2 Of Sig, made my own vectors, used my own character and everything.
    http://img248.imageshack.us/img248/7...goodsigxp7.png

    The Shilo Fisher has been halted temporarily. Sorry guys... Too much school work at the moment.

  18. #1118
    Join Date
    Apr 2008
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by XcanadamanX View Post
    16 obviously...and just change the world to a world that works. jagex changed the prefixes for some worlds (125,126,127,128 etc) so smart doesnt work for them
    This seems like something that Jagex could easily use to trap and detect autoers. Anyone trying to get to a world using the old prefix is probably autoing, so they could just keep those old links alive just to trap people. I'm not being paranoid, am I?

  19. #1119
    Join Date
    Jan 2008
    Location
    California, US
    Posts
    2,765
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Don't post that, some Jagex staff go on these forums once in a while and use the info they get to make more protection.

  20. #1120
    Join Date
    Apr 2008
    Posts
    86
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    can someone tell me how to fix this?

    Line 1024: [Hint] (13763:1): Variable 'ROW' never used in script C:\Documents and Settings\Daniel\My Documents\Xcan's Smelter2[1].29-Pub.scar
    Line 1024: [Hint] (13763:1): Variable 'COL' never used in script C:\Documents and Settings\Daniel\My Documents\Xcan's Smelter2[1].29-Pub.scar
    Line 1275: [Error] (14014:35): Type mismatch in script C:\Documents and Settings\Daniel\My Documents\Xcan's Smelter2[1].29-Pub.scar

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

    Default

    sunny ive answered that too many times go back a page or 2 and read!

  22. #1122
    Join Date
    Apr 2008
    Posts
    86
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by XcanadamanX View Post
    sunny ive answered that too many times go back a page or 2 and read!
    ok will do cheers

  23. #1123
    Join Date
    Jan 2008
    Location
    Barrie, Ontario, Canada
    Posts
    126
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm having a problem trying to run the script.

    Error comming up with Rev16.

    Says...

    Line 1266: [Error] (13930:8): Unknown type 'TPointArrayArray' in script C:\Documents and Settings\Desktop\Xcan's Smelter2.29-Pub.scar

    Also, another problem with the pin, you forgot to change it to '0000' not ;=0000
    Aswell, the inpin2.. there needs to be a fix there aswell... :/

    EDIT: I've read a couple pages back and I fixed the pin problem, I took out the TPointArrayArray in line 1266, the script actually does compile, but SMART doesn't come up. Help please
    Version 2 Of Sig, made my own vectors, used my own character and everything.
    http://img248.imageshack.us/img248/7...goodsigxp7.png

    The Shilo Fisher has been halted temporarily. Sorry guys... Too much school work at the moment.

  24. #1124
    Join Date
    Apr 2008
    Posts
    86
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    read from page 2-15 and didnt see any thing about my error might have missed it but most of the pages were about fixing a log out problem there was one like mine but it said "acc" not "ROW" or "COL"

    thanks,
    sunny

    *edit*

    sorry read your post wrong thought you said go back to page 2
    i'll go shoot myself now

    *edit again*
    now im getting this sorry if you allready fixed it but i might have missed a post
    Line 1023: [Hint] (13762:1): Variable 'ROW' never used in script C:\Documents and Settings\Daniel\My Documents\Xcan's Smelter2[1].29-Pub.scar
    Line 1023: [Hint] (13762:1): Variable 'COL' never used in script C:\Documents and Settings\Daniel\My Documents\Xcan's Smelter2[1].29-Pub.scar
    Line 1285: [Hint] (14024:1): Variable 'I' never used in script C:\Documents and Settings\Daniel\My Documents\Xcan's Smelter2[1].29-Pub.scar
    Line 1285: [Hint] (14024:1): Variable 'ARL' never used in script C:\Documents and Settings\Daniel\My Documents\Xcan's Smelter2[1].29-Pub.scar
    Line 1286: [Hint] (14025:1): Variable 'P' never used in script C:\Documents and Settings\Daniel\My Documents\Xcan's Smelter2[1].29-Pub.scar

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

    Default

    Quote Originally Posted by XxXx Toxin XxXx View Post
    I'm having a problem trying to run the script.

    Error comming up with Rev16.

    Says...

    Line 1266: [Error] (13930:8): Unknown type 'TPointArrayArray' in script C:\Documents and Settings\Desktop\Xcan's Smelter2.29-Pub.scar

    Also, another problem with the pin, you forgot to change it to '0000' not ;=0000
    Aswell, the inpin2.. there needs to be a fix there aswell... :/

    EDIT: I've read a couple pages back and I fixed the pin problem, I took out the TPointArrayArray in line 1266, the script actually does compile, but SMART doesn't come up. Help please
    go back ONE Page and read

    Quote Originally Posted by sunny View Post
    read from page 2-15 and didnt see any thing about my error might have missed it but most of the pages were about fixing a log out problem there was one like mine but it said "acc" not "ROW" or "COL"

    thanks,
    sunny

    *edit*

    sorry read your post wrong thought you said go back to page 2
    i'll go shoot myself now

    *edit again*
    now im getting this sorry if you allready fixed it but i might have missed a post
    those are hints not errors

Page 45 of 68 FirstFirst ... 35434445464755 ... 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
  •