PDA

View Full Version : The Automatically split characters are too wide.



Era Xz
05-01-2012, 12:17 PM
Try decreasing minspacing.

This happens once every so often in my banking function when im using ChooseOption. Quite annoying :P
Any idea how to solve this.
I did a search but people said to update SRL, mine is up to date tho.

Thanks

nickrules
05-01-2012, 08:20 PM
Not really :/ It's an SRL issue, and a rare(ish) one at that, which shouldn't impede your script much, if at all.

Era Xz
05-01-2012, 08:45 PM
Hmm okay :P will have to deal with it then, thanks

Abu
05-01-2012, 08:50 PM
You could always use SlideMouse
(*
SlideMouse
~~~~~

.. code-block:: pascal

procedure SlideMouse(cx, cy, rx, ry: Integer);

Moves the mouse 'cx' across the x axis and 'cy' along the y axis
with a randomness of rx and ry

.. note::

by abu_jwka

Example:

.. code-block:: pascal

if IsUptext('ord') then
begin
Mouse(x, y, 0, 0, false);
SlideMouse(0, 10, 0, 0,);
ChooseOption('aw all');
end'

*)

So say the option you wanted to choose was 10 pixels down you would do:
Mouse(x, y, 0, 0, False); // move it to where you want and right-click
SlideMouse(0, 10, 0, 0); // move mouse 10 pixels down
GetMousePos(x, y); // get the mouse position
Mouse(x, y, 0, 0, True); // Left click the mouse to select

Justin
05-02-2012, 01:11 AM
From memory you maily see this issue if jagex have changed the uptext