Results 1 to 3 of 3

Thread: Chatbox finding...

  1. #1
    Join Date
    Mar 2007
    Posts
    1,223
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default Chatbox finding...

    Hey guys..
    I was wandering if there was a way to find a certain color in the runescape chat box, for example thers MMX1 so on..for minimap and MSX1 for mainscreen...is there one for the chatbox...you might be thinking why I need it for the chat box..well I need it when I make soft clay..when you click the clay with the water a pic of the clay comes in the runescape chat box place..and if the your right click it you can choose option "make all"

  2. #2
    Join Date
    Jul 2007
    Location
    Missouri
    Posts
    318
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I don't know if there is a certain number already made for it, but just get the points on your own and enter them instead of the mmx1 or so on. Thats what i do when i look for something like that.

  3. #3
    Join Date
    Jul 2007
    Location
    Norway.
    Posts
    1,938
    Mentioned
    3 Post(s)
    Quoted
    0 Post(s)

    Default

    Globals.scar:

    SCAR Code:
    { 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;

    But for chatbox, I would suggest cordinates with hight randomness.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 3
    Last Post: 09-23-2008, 03:37 AM
  2. cords for chatbox
    By RudeBoiAlex in forum OSR Help
    Replies: 6
    Last Post: 09-29-2007, 11:09 PM
  3. My Chatbox Responder (Updated, Faster, Works better)
    By Pentti in forum RS3 Outdated / Broken Scripts
    Replies: 20
    Last Post: 08-24-2007, 09:40 PM
  4. ChatBox Question
    By Da Der Der in forum OSR Help
    Replies: 14
    Last Post: 12-24-2006, 12:41 PM

Posting Permissions

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