Results 1 to 10 of 10

Thread: Coords where you are standing.

  1. #1
    Join Date
    Sep 2007
    Posts
    52
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Coords where you are standing.

    I'm just need something easy to show me what coords i am standing on.. Thx..

  2. #2
    Join Date
    Aug 2007
    Location
    England
    Posts
    734
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    The function is
    GetBotPosition(x,y);
    The truth finally came out...


  3. #3
    Join Date
    Sep 2007
    Posts
    52
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    How would i let it run in a "writeln" also, can this be used for rsc?

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

    Default

    when you mean:
    ''the ''coords(location)'' where you standing on the runescape map. like ''falador, varrock'''' scar cant do that.

    when you mean the coords where you mouse currently is you can use what mat de b said.
    how to let it writeln
    SCAR Code:
    WriteLn('x:= ' +IntToStr(x)+' y:= ' + IntToStr(y));

  5. #5
    Join Date
    Nov 2006
    Location
    NSW, Australia
    Posts
    3,487
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Mouse position is:

    SCAR Code:
    GetMousePos(X, Y);

    Mat was just joking...
    [CENTER][img]http://signatures.mylivesignature.com/54486/113/4539C8FAAF3EAB109A3CC1811EF0941B.png[/img][/CENTER]
    [CENTER][BANANA]TSN ~ Vacation! ~ says :I Love Santy[/BANANA][/CENTER]

    [CENTER][BANANA]Raymond - Oh rilie? says :Your smart[/BANANA][/CENTER]

  6. #6
    Join Date
    May 2007
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    well you'll pretty much always be in the same position since your character is in the centre of the screen pretty much all of the time..

    so maybe just get the coords to the middle of the game screen
    unless you mean something else, eh.

    hope that helped :]

  7. #7
    Join Date
    Dec 2006
    Posts
    130
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    If your talking about the coordinates of the tile you're standing on, then you should use KYAB to be able to find that.

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

    Default

    Tiles - KYAB

    Minimap mouse coordinates of your character
    X = MMCX Y = MMCY (MMC = MainScreenCentre) (SRL)

  9. #9
    Join Date
    Nov 2007
    Location
    USA, Michigan
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default



    GetMousePos(X, Y);
    WriteLn('x:= ' +IntToStr(x)+' y:= ' + IntToStr(y));

    Minimap mouse coordinates of your character
    X = MMCX Y = MMCY (MMC = MainScreenCentre) (SRL)

    ...I don't know about KYAB...

    And GetBot...give me a break...help or don't say anything at all.

    If your looking for the position you are standing on, then open runescape and open SCAR Divi and make SCAR small by clicking on the outer edges and pulling them in so you only see the heading and ... here's the good part... the coordinates of where your mouse is when you drag the bulls-eye over runescape.

    You can tell your coordinates in the main window and the mini using this process. .....good for scripting....

  10. #10
    Join Date
    Oct 2006
    Posts
    334
    Mentioned
    0 Post(s)
    Quoted
    18 Post(s)

    Default

    I thought it was something like MMCX, MMCY for minimap, and MSCX, MSCY for mainscreen...

    As far as i can understand from the question, he wants to know the coords for the middle of the screen, which is the above here^

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Coords help
    By phonokin in forum OSR Help
    Replies: 2
    Last Post: 04-18-2007, 09:27 AM
  2. Invin box Coords?
    By ammo2006 in forum OSR Help
    Replies: 1
    Last Post: 03-28-2007, 10:21 AM

Posting Permissions

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