Results 1 to 4 of 4

Thread: reflection help.

  1. #1
    Join Date
    Nov 2008
    Location
    Arizona
    Posts
    236
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default reflection help.

    noob question but new with reflection..cant quite get the hang of any openbank functions..if someone could help me out that be great.
    I'm Back.

  2. #2
    Join Date
    Mar 2009
    Location
    Illinois
    Posts
    292
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Just use srl's.

    function OpenBankFast(Location: String): Boolean;

  3. #3
    Join Date
    Nov 2008
    Location
    Arizona
    Posts
    236
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    kk ty =]
    I'm Back.

  4. #4
    Join Date
    Jul 2008
    Location
    Canada
    Posts
    1,612
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    No, don't use SRL's ! Your using reflection so use the reflection ones. [unless failsafe]

    PHP Code:
    function R_OpenBankBooth(Bank String) : Boolean
    Same rules apply so for example:

    SCAR Code:
    function R_OpenBankBooth('veb');//Opens bank using booth

    Veb = Varrock East Bank

    *Make sure reflection is properly installed. You'll never learn reflection, if you just implement the functions with color.

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
  •