Results 1 to 6 of 6

Thread: Bank screen co'ords

  1. #1
    Join Date
    Feb 2009
    Location
    Irvine, CA
    Posts
    2,873
    Mentioned
    8 Post(s)
    Quoted
    138 Post(s)

    Default Bank screen co'ords

    SCAR Code:
    const
      BSX1 = 24;
      BSY1 = 83;
      BSX2 = 482;
      BSY2 = 291;

    These would be the boundaries for the primary portion of the bank screen (i.e., no tabs). This is useful when searching for items in the bank, because if the item is the icon for the tab then it might find that instead of the item in the coords above. Clicking that item would do you no good.
    Last edited by TomTuff; 12-28-2010 at 08:04 AM.

  2. #2
    Join Date
    Feb 2007
    Location
    Alberta,Canada
    Posts
    2,358
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This is already in SRL isn't it?

    edit: here it is

    SCAR Code:
    { const MBX1, MBY1, MBX2, MBY2;
      Description: BankScreen EdgePoints (where you click the items, does not include tabs). }

    const
      MBX1 = 26;
      MBY1 = 84;
      MBX2 = 480;
      MBY2 = 292;

  3. #3
    Join Date
    Feb 2009
    Location
    Irvine, CA
    Posts
    2,873
    Mentioned
    8 Post(s)
    Quoted
    138 Post(s)

    Default

    D'oh. disregard this thread.

  4. #4
    Join Date
    Feb 2007
    Location
    Alberta,Canada
    Posts
    2,358
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    haha no worries

  5. #5
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

    Default

    Gah. I give you answers and you just think I'm wrong.


  6. #6
    Join Date
    Feb 2009
    Location
    Irvine, CA
    Posts
    2,873
    Mentioned
    8 Post(s)
    Quoted
    138 Post(s)

    Default

    Quote Originally Posted by i luffs yeww View Post
    Gah. I give you answers and you just think I'm wrong.

    I thought you were just suggesting they be renamed, I didn't know you were saying they were in the include. I'm sorry, my love :'(

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
  •