Any chances of getting middle button and wheel work? Why we dont have these yet?
Any chances of getting middle button and wheel work? Why we dont have these yet?
You mean get a function that spins the wheel?
Simply a GOD beast...
My Tutorials
Simba Code:procedure ScrollChat(Lines :Integer; Down :Boolean);
var
SLines :Integer;
begin
If Lines >= 3 then
SLines := Round(Lines / 3) else SLines := Lines;
If Down then SLines := Slines * - 1;
MouseBoxEx(MCX1 + 25, MCY1 + 20, MCX2 - 25, MCY2 - 20, 0, mouse_move);
Scrollmouse(0, 0, SLines);
end;
I quickly ditched that up. Please note that if you give Lines 1 it means that it will scroll one line but the truth is that it will scroll 3 lines.
~Home
A "ScrollMouseWheel" function is something that would have to be added to Simba.
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
Heh, completely missed that.
SRL's F.A.Q. (Error fixes) | How to Convert SRL-5 Scripts to SRL-6 | Draynor Chop N' Bank (RS3)| AIO Superheater (RS3)
T - E - A - MTogether Everyone Achieves More
There are currently 1 users browsing this thread. (0 members and 1 guests)