I'm just need something easy to show me what coords i am standing on.. Thx..
I'm just need something easy to show me what coords i am standing on.. Thx..
The function is
GetBotPosition(x,y);![]()
The truth finally came out...
How would i let it run in a "writeln" also, can this be used for rsc?
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));
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]
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 :]
If your talking about the coordinates of the tile you're standing on, then you should use KYAB to be able to find that.
Tiles - KYAB
Minimap mouse coordinates of your character
X = MMCX Y = MMCY (MMC = MainScreenCentre) (SRL)
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....
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^
There are currently 1 users browsing this thread. (0 members and 1 guests)