Results 1 to 8 of 8

Thread: MSX1,MIX1, etc

  1. #1
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default MSX1,MIX1, etc

    I forgot those MSX,MIX... How many are there?


  2. #2
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ms mainscreen
    SCAR Code:
    MSX1, MSY1, MSX2, MSY2
    mc main chat
    SCAR Code:
    MCX1, MCY1, MCX2, MCY2
    mi main inv
    SCAR Code:
    MIX1, MIY1, MIX2, MIY2
    mm minimap
    SCAR Code:
    MMX1, MMY1, MMX2, MMY2
    ~Hermen

  3. #3
    Join Date
    Mar 2007
    Location
    Netherlands->Amersfoort.
    Posts
    1,615
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  4. #4
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    { const MMX1, MMY1, MMX2, MMY2;
    Description: MiniMap Edge Points. }
    const
    MMX1 = 550;
    MMY1 = 8;
    MMX2 = 703;
    MMY2 = 161;

    { const MMCX, MMCY;
    Description: MiniMap Centre Point. }
    const
    MMCX = 627;
    MMCY = 85;

    { const MSX1, MSY1, MSX2, MSY2;
    Description: Main Screen EdgePoints. }
    const
    MSX1 = 1;
    MSY1 = 1;
    MSX2 = 516;
    MSY2 = 338;

    { const MSCX, MSCY;
    Description: Main Screen Centre Points. }
    const
    MSCX = 259;
    MSCY = 170;

    { const MIX1, MIY1, MIX2, MIY2;
    Description: Inventory EdgePoints. }
    const
    MIX1 = 547;
    MIY1 = 202;
    MIX2 = 737;
    MIY2 = 466;

    { const MICX, MICY;
    Description: Inventory Centre Points. }
    const
    MICX = 642;
    MICY = 334;

    { const MCX1, MCY1, MCX2, MCY2;
    Description: Chat Screen EdgePoints. }
    const
    MCX1 = 4;
    MCY1 = 342;
    MCX2 = 496;
    MCY2 = 460;

    { const MCCX, MCCY;
    Description: Chat Screen Centre Points. }
    const
    MCCX = 250;
    MCCY = 401;

  5. #5
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thx i forgot those M... things thx guys!


  6. #6
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hermpie: I Was First!
    Markus(or rikje w/e(who cares ): No I Was First, Virtual Shoots Me
    N3ss3s Uses His Tpa To Launch A Missle On Markus
    ~Hermen

  7. #7
    Join Date
    Mar 2007
    Location
    Netherlands->Amersfoort.
    Posts
    1,615
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Lucky markus didn't post
    but you cheat! you edited you're post!!

  8. #8
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i did it again xD

    now close this thread xD
    ~Hermen

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
  •