Results 1 to 18 of 18

Thread: error with sumilitons rimmington miner

  1. #1
    Join Date
    Sep 2007
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    error with sumilitons rimmington miner

    [Script Removed]

    it logs in for me then it just stands there in falador bank

  2. #2
    Join Date
    Sep 2007
    Location
    newcastle australia
    Posts
    240
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    looks like either pathing error or its not detecting you as logged in, add this to the script at "banktomine" procedure
    replace:
    Code:
    procedure BankToMine;
    var
    MaxTime: Integer;
    begin
    if not(LoggedIn)then
    Exit;
    if(FalaRoadColor = 0)or(not(FindColor(x, y, FalaRoadColor, MMX1, MMY1, MMX2, MMY2)))then
    FalaRoadColor := SumFindRoadColor(True);
    with
    Code:
    procedure BankToMine;
    var
    MaxTime: Integer;
    begin
    writeln('start banktomine procedure')
    if not(LoggedIn)then
    Exit;
    writeln('it says im not logged in')
    if(FalaRoadColor = 0)or(not(FindColor(x, y, FalaRoadColor, MMX1, MMY1, MMX2, MMY2)))then
    FalaRoadColor := SumFindRoadColor(True);
    writeln('i got past log in stage')
    post the results of the debug tray

    note: use "[code]" when you are posting a script, otherwise its too hard to scroll thru posts.

  3. #3
    Join Date
    Sep 2007
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)
    Quote Originally Posted by elementalelf View Post
    looks like either pathing error or its not detecting you as logged in, add this to the script at "banktomine" procedure
    replace:
    Code:
    procedure BankToMine;
    var
    MaxTime: Integer;
    begin
    if not(LoggedIn)then
    Exit;
    if(FalaRoadColor = 0)or(not(FindColor(x, y, FalaRoadColor, MMX1, MMY1, MMX2, MMY2)))then
    FalaRoadColor := SumFindRoadColor(True);
    with
    Code:
    procedure BankToMine;
    var
    MaxTime: Integer;
    begin
    writeln('start banktomine procedure')
    if not(LoggedIn)then
    Exit;
    writeln('it says im not logged in')
    if(FalaRoadColor = 0)or(not(FindColor(x, y, FalaRoadColor, MMX1, MMY1, MMX2, MMY2)))then
    FalaRoadColor := SumFindRoadColor(True);
    writeln('i got past log in stage')
    post the results of the debug tray

    note: use "[code]" when you are posting a script, otherwise its too hard to scroll thru posts.
    i replaced it and it still stands in the middle of the falador bank

  4. #4
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    2,984
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by elementalelf View Post
    looks like either pathing error or its not detecting you as logged in, add this to the script at "banktomine" procedure
    replace:
    Code:
    procedure BankToMine;
    var
    MaxTime: Integer;
    begin
    if not(LoggedIn)then
    Exit;
    if(FalaRoadColor = 0)or(not(FindColor(x, y, FalaRoadColor, MMX1, MMY1, MMX2, MMY2)))then
    FalaRoadColor := SumFindRoadColor(True);
    with
    Code:
    procedure BankToMine;
    var
    MaxTime: Integer;
    begin
    writeln('start banktomine procedure')
    if not(LoggedIn)then
    Exit;
    writeln('it says im not logged in')
    if(FalaRoadColor = 0)or(not(FindColor(x, y, FalaRoadColor, MMX1, MMY1, MMX2, MMY2)))then
    FalaRoadColor := SumFindRoadColor(True);
    writeln('i got past log in stage')
    post the results of the debug tray

    note: use "[code]" when you are posting a script, otherwise its too hard to scroll thru posts.
    You... doubt my script ? ^^

    If it exits it wont say its not logged in ...

    Anyway, you should've asked this on my thread

    Anyway, you could've pmed me otherwise

    Anyway, you could've add me on msn

    Anyway, do you have SRL 4 and SRM v0.25 ?
    Administrator's Warning:


  5. #5
    Join Date
    Sep 2007
    Location
    newcastle australia
    Posts
    240
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Sumilion View Post
    You... doubt my script ? ^^

    If it exits it wont say its not logged in ...

    Anyway, you should've asked this on my thread

    Anyway, you could've pmed me otherwise

    Anyway, you could've add me on msn

    Anyway, do you have SRL 4 and SRM v0.25 ?
    why wouldnt i if someone was having a problem with it?
    hehe, sorry mate, i dont actually know who you are :/ havnt been cheating for a while, but unless you have been scripting for 4 years+(which im guessing you havn't been, or i would know you ) then you are just as susceptible to making mistakes as the next scripter.

    look foward to correcting more of your mistakes later :P
    perhaps some real ones next time.

  6. #6
    Join Date
    Feb 2006
    Location
    London, England
    Posts
    2,045
    Mentioned
    2 Post(s)
    Quoted
    0 Post(s)

    Default

    Generally speaking, most of the Moderators / Administrators / Devs are absolutely amazing scripters.

    So even if they haven't been scripting for 4+ years, they definitely know what they're talking about. Sumilion for one is on the front lines of scripting, and has produced some absolutely amazing work, as you will all see when the new SRL version comes out
    SRL Wiki | SRL Rules | SRL Stats
    Ultimate SCAR Scripting Tutorial | Starblaster100's Auth System | Join the official SRL IRC now!


    Help Keep SRL Alive! Please disable Advert Blockers on SRL! Help Keep SRL Alive!


  7. #7
    Join Date
    Sep 2007
    Location
    newcastle australia
    Posts
    240
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Starblaster100 View Post
    Generally speaking, most of the Moderators / Administrators / Devs are absolutely amazing scripters.

    So even if they haven't been scripting for 4+ years, they definitely know what they're talking about. Sumilion for one is on the front lines of scripting, and has produced some absolutely amazing work, as you will all see when the new SRL version comes out
    i have no doubt he is good, probably better then i am, however everyone is prone to mistakes.

  8. #8
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    2,984
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Starblaster100 View Post
    Generally speaking, most of the Moderators / Administrators / Devs are absolutely amazing scripters.

    So even if they haven't been scripting for 4+ years, they definitely know what they're talking about. Sumilion for one is on the front lines of scripting, and has produced some absolutely amazing work, as you will all see when the new SRL version comes out
    Thanks, i really impressed you with that didnt i ? ^^
    Quote Originally Posted by elementalelf View Post
    why wouldnt i if someone was having a problem with it?
    hehe, sorry mate, i dont actually know who you are :/ havnt been cheating for a while, but unless you have been scripting for 4 years+(which im guessing you havn't been, or i would know you ) then you are just as susceptible to making mistakes as the next scripter.

    look foward to correcting more of your mistakes later :P
    perhaps some real ones next time.
    Hmm, i feel some tension ?

    In case you misunderstood, only the first sentence was towards you and that was just a joke / sarcasme.

    I have no doubt i make mistakes, otherwise there will literally be flawless scripts, no need to take it out like that and trying to make me feel less (perhaps even patronising), at least thats how it arrived at my screen.

    ~Sumilion

    EDIT : At the main idea of this thread, i dont think you (sudersmily ) can access the scripts section yet, so you probably have an outdated rimmington miner using probably an outdated SRL.
    Administrator's Warning:


  9. #9
    Join Date
    Feb 2006
    Location
    London, England
    Posts
    2,045
    Mentioned
    2 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by elementalelf View Post
    i have no doubt he is good, probably better then i am, however everyone is prone to mistakes.
    Very true. My only intention was to inform you that he is a good scripter.

    Quote Originally Posted by Sumilion View Post
    Thanks, i really impressed you with that didnt i ?
    Twas a damn fine piece of work

    Quote Originally Posted by Sumilion View Post
    Hmm, i feel some tension ?

    In case you misunderstood, only the first sentence was towards you and that was just a joke / sarcasme.

    I have no doubt i make mistakes, otherwise there will literally be flawless scripts, no need to take it out like that and trying to make me feel less (perhaps even patronising), at least thats how it arrived at my screen.

    ~Sumilion
    No tension, we go back a long way, and i was just filling him in on whats been happening. I hope you didn't think i was attacking you ElementalElf, didn't mean to come out like that sorry.

    Everyone makes mistakes. Despite those, hopefully we can all get along
    SRL Wiki | SRL Rules | SRL Stats
    Ultimate SCAR Scripting Tutorial | Starblaster100's Auth System | Join the official SRL IRC now!


    Help Keep SRL Alive! Please disable Advert Blockers on SRL! Help Keep SRL Alive!


  10. #10
    Join Date
    Sep 2007
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)
    Quote Originally Posted by Sumilion View Post
    EDIT : At the main idea of this thread, i dont think you (sudersmily ) can access the scripts section yet, so you probably have an outdated rimmington miner using probably an outdated SRL.
    you might be right i am using SCAR divi 3.11 with srl 381 [sarcasm] U SPELLED MY NAME WRONG!!![end sarcasm]

  11. #11
    Join Date
    Sep 2007
    Location
    newcastle australia
    Posts
    240
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Starblaster100 View Post
    Very true. My only intention was to inform you that he is a good scripter.
    Twas a damn fine piece of work
    No tension, we go back a long way, and i was just filling him in on whats been happening. I hope you didn't think i was attacking you ElementalElf, didn't mean to come out like that sorry.
    nah
    if you remember me from earlier cheating days, i was never one of the guys that got hot-headed about things like that(back then, 90% of the scripters were arrogant jerks, especially odie)
    no tension here, just friendly conversation

    sumilion: one thing you must know about me is that i have been in cheating so long that i am disillusioned to the whole idea that mods/admins are better then all and deserve heroworship, although that doesnt mean im hostile towards any authority figure in a forum, it just means ill treat you like the rest of the members

    some mods i talk to actually prefer this, i do it out of principle.

  12. #12
    Join Date
    Sep 2007
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  13. #13
    Join Date
    Aug 2007
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The script works perfect for me

  14. #14
    Join Date
    Sep 2007
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by HighRoller21 View Post
    The script works perfect for me
    you have the same everything as me o.O

  15. #15
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    @Sumilion: while you were here, why didn't you just remove the script? X)


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  16. #16
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    2,984
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Starblaster100 View Post
    No tension, we go back a long way,
    I ment from elemental towards me

    Quote Originally Posted by sudersmiley View Post
    you might be right i am using SCAR divi 3.11 with srl 381 [sarcasm] U SPELLED MY NAME WRONG!!![end sarcasm]
    Hehe, oops, here we go again : sudersmiley, got it right now ?

    Quote Originally Posted by elementalelf View Post
    sumilion: one thing you must know about me is that i have been in cheating so long that i am disillusioned to the whole idea that mods/admins are better then all and deserve heroworship, although that doesnt mean im hostile towards any authority figure in a forum, it just means ill treat you like the rest of the members

    some mods i talk to actually prefer this, i do it out of principle.
    Well then you need to know a thing about me too, i dont expect you to expect me to be better, i do expect you to take it slow with telling people that you hope to solve more 'bugs' by them until you have really seen what they can do / what they mean on the forum. If you then see things that you feel are definately not right in any of my code, I will be more than happy to read what you have to say.

    I feel like we definately got off on the wrong foot. You also seem to need some help with scar scripting, judging by some threads you made. I will be more than happy to fill an old school scripter in on what is new, what needs to be done, etc. (perhaps i even learn some old school stuff from you, highly likely judging by what i read about you). Pm me if you feel like it.

    Quote Originally Posted by sudersmiley View Post
    am i using the right scar and srl
    scar 3.11 divi
    srl 3.81
    Nop, you need SRL 4.0, and then you need SRM v0.25, if your a junior member then thats no problem, otherwise, be patient.

    Quote Originally Posted by hy71194 View Post
    @Sumilion: while you were here, why didn't you just remove the script? X)
    Dont know, did it now.
    Administrator's Warning:


  17. #17
    Join Date
    Sep 2007
    Location
    newcastle australia
    Posts
    240
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Sumilion View Post
    I ment from elemental towards me
    what i meant was that i wouldnt conciously try to create any animosity between me and anyone else on these forums, especially someone starblaster holds in high regard :P

    Hehe, oops, here we go again : sudersmiley, got it right now ?



    Well then you need to know a thing about me too, i dont expect you to expect me to be better, i do expect you to take it slow with telling people that you hope to solve more 'bugs' by them until you have really seen what they can do / what they mean on the forum. If you then see things that you feel are definately not right in any of my code, I will be more than happy to read what you have to say.
    thats fair enough, i probably come over as arrogant, but i honestly dont try to be. In my defense, the reason why i posted here the first time was because i saw something that was defenately not right, in the end it turned out that the procedure had been changed(chooseobject i think it was) in the latest SRL
    I feel like we definately got off on the wrong foot. You also seem to need some help with scar scripting, judging by some threads you made. I will be more than happy to fill an old school scripter in on what is new, what needs to be done, etc. (perhaps i even learn some old school stuff from you, highly likely judging by what i read about you). Pm me if you feel like it.
    hmm, this is most likely my fault, and im sorry for that.
    i will however, take you up on your offer, i do need to learn all the basic stuff over again, i didnt realise how much i had forgotten until i started making the tut island runner yesterday.
    Nop, you need SRL 4.0, and then you need SRM v0.25, if your a junior member then thats no problem, otherwise, be patient.



    Dont know, did it now.

  18. #18
    Join Date
    Sep 2007
    Posts
    20
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Rimmington Miner ~ By Tickyy
    By Tickyy in forum RS3 Outdated / Broken Scripts
    Replies: 73
    Last Post: 03-07-2009, 03:18 PM
  2. Rimmington Any Miner [Reflection] By: Lee Lok Hin
    By Lee Lok Hin in forum RS3 Outdated / Broken Scripts
    Replies: 13
    Last Post: 08-10-2008, 03:41 PM
  3. Sumilions Rimmington Miner help
    By CrazyCow73 in forum OSR Help
    Replies: 9
    Last Post: 02-08-2008, 03:12 PM
  4. Rimmington Miner (RSCD)
    By Fejki in forum RS3 Outdated / Broken Scripts
    Replies: 5
    Last Post: 11-05-2007, 04:24 AM

Posting Permissions

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