Results 1 to 8 of 8

Thread: RSC Banking Method?

  1. #1
    Join Date
    Jan 2010
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default RSC Banking Method?

    I'm new here, call me a leech or whatever lol.. hopefully I can start contributing soon.. if this is in the wrong section perhaps I should of put it in RSC scripting if so move it to the appropriate one please.

    my question is:

    Does anyone have an older RSC/Scar script with some sort of banking method in it? or does anyone want to give me an idea or some code to point me in the right direction for finding a banker and opening the bank? (I'm a beginner and looking to fool around on a private server for fun/learning, my first mission is to make a vial buyer/banker) any and all help/ideas are welcomed Thanks in advance.

  2. #2
    Join Date
    Jan 2010
    Posts
    36
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Your best bet would be to check once you have become a Junior Member(10 posts AND registered for a week)

  3. #3
    Join Date
    May 2007
    Location
    knoxville
    Posts
    2,873
    Mentioned
    7 Post(s)
    Quoted
    70 Post(s)

    Default

    Micro, RSC scripts are not junior member scripts, he has every right to ask/ use RSC banking scripts

    as for the thread, the rsc scripting is pretty much dead. i can make a simple banking method later though
    <TViYH> i had a dream about you again awkwardsaw
    Malachi 2:3

  4. #4
    Join Date
    Jan 2010
    Posts
    36
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    So the banking method ONLY applies to Runescape?

    if that was the case,why not include the banking method for RSC aswell?

    EDIT:yes i do understand if scripters have gave up on RSC,but atleast it'll give the registered users something to look forward to.

    EDIT2: Yes but what i am trying to say is the scripters added a bank method RSC script for junior members,it would be a sort of boost to people posting more often.
    Last edited by Micro; 01-09-2010 at 02:28 PM.

  5. #5
    Join Date
    Jan 2010
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Awkwardsaw View Post
    i can make a simple banking method later though
    this would be great, or even just an idea to point me in the right direction would be fine (I plan to watch my scripts run since I dont have an OCR/sleeper for said private server and have to manually sleep anyways) this is mostly for fun/learning/break for my fingers :P

    @micro - I am talking about RSC not rs2.

  6. #6
    Join Date
    May 2007
    Location
    knoxville
    Posts
    2,873
    Mentioned
    7 Post(s)
    Quoted
    70 Post(s)

    Default

    Micro, rsc isnt rs2, and these two sections are totally different for scripts

    and to "guide" you in the right direction:
    find color of banker, probobly the black shirt/ hair
    mmouse, check uptext(you need to count the colors, or make a dtm. isuptext() or getuptext doesnt work in rsc)
    click, go through the talking ect.
    select the item you want to withdraw/ deposit, and withdraw/ deposit
    <TViYH> i had a dream about you again awkwardsaw
    Malachi 2:3

  7. #7
    Join Date
    Jan 2010
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hmm, I somewhat understood most of that but I have no idea what these do or how to use them:

    Quote Originally Posted by Awkwardsaw View Post
    mmouse, uptext, dtm
    I'm still really new to this

  8. #8
    Join Date
    May 2007
    Location
    knoxville
    Posts
    2,873
    Mentioned
    7 Post(s)
    Quoted
    70 Post(s)

    Default

    Quote Originally Posted by nrpknerds View Post
    Hmm, I somewhat understood most of that but I have no idea what these do or how to use them:



    I'm still really new to this
    mmouse = the procedure that moves the mouse

    SCAR Code:
    begin
      setupsrl;
      mmouse(100, 100, 0, 0);
    end.

    uptext is the text at the top left of the screen when you hover your mouse over something

    dtm is intermediate stuff.
    <TViYH> i had a dream about you again awkwardsaw
    Malachi 2:3

Thread Information

Users Browsing this Thread

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

Posting Permissions

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