Imunsure since lates update today when rightclicking say ring duel to select cwars it wont it will just right click and miss it as well as pouchs in invent etc to fill
anyone else experincing this>?
Imunsure since lates update today when rightclicking say ring duel to select cwars it wont it will just right click and miss it as well as pouchs in invent etc to fill
anyone else experincing this>?
This was fixed several days ago, make sure you have the updated SRL.
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
Yea everything was working earlier? then I updated and now wont empty my pouchs, or tele back to cwars? just right clicks and doesnt select option.
Debug it. I've been using ChooseOption for the last few days and I've had no problems.
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
Yea strange it was working then when i reploaded client for client token there was an SRL update and now it wont tele or empty fill or withdraww ess for that matter, ill try debugging but iv tried messing round with script im gunna un install simba etc and then see if problem persists.
Screen shot of ChooseOption with ring when it fails?
(Scripts outdated until I update for new SRL changes)
AK Smelter & Crafter [SRL-Stats] - Fast Fighter [TUT] [SRL-Stats]
If you PM me with a stupid question or one listed in FAQ I will NOT respond. -Narcle
Summer = me busy, won't be around much.
It does this as well with the Familiars.. Lets say the first option is "Interact" and I put ChooseOption('') then it will randomly choose the right option.. meaning that sometimes it will right click and then move the mouse to MSBox.. then try again.. sometimes it will actually choose the option though.
This is what is happening with the dueling rings.. It's that it will right click but will NOT choose.. It's a hit and miss sorta thing.
I am Ggzz..
Hackintosher
Can you guys replace your ChooseOptionMultiEx with this version? It debugs the options. Then we can see what Simba's seeing as opposed to what's actually there.
Simba Code:function ChooseOptionMultiEx(Texts: TStringArray; TextType: String; Action: fnct_ActionOptions): Boolean;
var
B: TBox;
i, H, ii, L: Integer;
T: TPoint;
Options: array of TOptions;
begin
Result := False;
Options := GetChooseOptions(TextType);
if (Length(Options) < 1) then
Exit;
H := High(Options);
for i := 0 to h do
writeln(options[i].str);
L := High(Texts);
for i := 0 To L do
begin
for ii := 0 to H do
If Pos(Texts[i], Options[ii].Str) > 0 Then
begin
Result := True;
B := Options[ii].Bounds;
GetMousePos(T.x, T.y);
case Action of
ClickLeft: if PointInBox(T, B) then
ClickMouse2(true)
else
MouseBoxEx(B.x1 + 5, B.Y1, B.x2 - 5, B.Y1 + 5,5, 1);
Move: if not PointInBox(T, B) then
MouseBoxEx(B.x1 + 5, B.Y1, B.x2 - 5, B.Y1 + 5,5, 3);
Nothing: begin end;
else
srl_warn('ChooseOptionMultiEx', 'ClickRight not a valid click for RS menus!', warn_AllVersions);
end;
Exit;
end;
end;
B := IntToBox(Options[0].Bounds.X1, Options[0].Bounds.Y1,
Options[H].Bounds.X2, Options[H].Bounds.Y2);//to mmouse away
if Action <> Nothing then
begin
MMouse(Max(B.X1 - 50, 0), Max(B.Y1 - 50, 0), 40, B.Y2 - B.Y1);
Wait(200 + Random(100));
end;
end;
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
Its supposed to say:Code:Face NoMh //face north.. Cancel Int%@t //interact.. Cast //Cast Goad.. Attack Renew Familiar Take BoB Dismiss Call Follower Follower Details Select leM-click option //select left-click option.. Cancel
Will let it keep running and update that report above in a sec. Oh and sometimes it doesn't print anything at all.. for the duelling ring, it prints absolutely nothing.. just stands there right clicking.. For the follower, it prints what is above..
I am Ggzz..
Hackintosher
^ Please include what it's supposed to say as well. Looks like some characters need updating.
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
I tried this and ran the gatestone script, and it output this before the script logs me out:
The options are supposed to be:Code:/ ^ ?T t / ^ ?T t / ^ ?T t / ^ ?T t / ^ ?T t / ^ ?T t / ^ ?T t / ^ ?T t / ^ ?T t / ^ ?T t / ^ ?T t
Code:Cast Create Gatestone Quick-cast Create Gatestone Cancel
Yes, I am experiencing the same problem as ggzz. ChooseOption or WaitOption won't work for me on the duelling ring either.
Please look into this, I believe there is some kind of font error or colour that is causing it.
For now, I've implemented my own fix so that this works for me, using GetMousePos and then adding the the Y axis.
Click Here for my PUBLIC script: Auto Tabs Pro
Much of the spellbook is also broken by this.
Simba Code:~
./ ?T
/ ^
is supposed to be
Simba Code:Cast
Cancel
Yanhua, do you mean - Right click then move mouse to relative y offset then click?
That's odd. What functions are you guys using? I'm using waitUptext right now in my superheater and having no problems. Did you guys download different fonts from somewhere?
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
I think waitUptext is working fine. We're having problems with the ChooseOption series functions. I did not modify my SRL includes except adding the debug print suggested by you.
E: It breaks particularly often when right-clicking and trying to chooseoption in the spellbook. Don't know why.
Its finding a similar color in magic tab. I have an idea how to fix it, will push after.
(Scripts outdated until I update for new SRL changes)
AK Smelter & Crafter [SRL-Stats] - Fast Fighter [TUT] [SRL-Stats]
If you PM me with a stupid question or one listed in FAQ I will NOT respond. -Narcle
Summer = me busy, won't be around much.
All my scripts are held on Googlecode git, so if you ever see a problem, fork it and send me a pull request
If a script is grey, it doesn't work, if it's colour then it does!
My Tutorials:-
Everything you need to know about setting up Simba, SRL and Reflection!, How to sort out the MSVCR71.dll error
How to set up players for autoing with Simba, SRL/Simba Standards (with examples), Defines
Auto Updater and Git, Using a testing branch for git, Adding SRL Stats to your script
Creating your own font set for Simba, Guide to Cups, How to make 1.45M (RSGP) a day (not really my tut)
Download a image and set it as your Desktop Wallpaper in C#, How to make your first PHP file uploader
<Coh3n> Shuttleu, fuck I love you right now
(Scripts outdated until I update for new SRL changes)
AK Smelter & Crafter [SRL-Stats] - Fast Fighter [TUT] [SRL-Stats]
If you PM me with a stupid question or one listed in FAQ I will NOT respond. -Narcle
Summer = me busy, won't be around much.
Current projects:
[ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]
"I won't fall in your gravity. Open your eyes,
you're the Earth and I'm the sky..."
Simba Code:Remove Ring of duelling (7
Duel Arena Ring of duelling (7
Castle Wars Ring of duelling (7)
Mobilising Armies Ring of duelling (7
Fist of Guthix Ring of duelling (7
Examine Ring of duelling (7
Cancel
Idk why it but it doesn't like )
Also I noted that sometimes 'ft' and 'rt' are actually stuck together and it mistakes them as a M because there's no space between them.
Last edited by Narcle; 01-19-2012 at 11:48 AM.
(Scripts outdated until I update for new SRL changes)
AK Smelter & Crafter [SRL-Stats] - Fast Fighter [TUT] [SRL-Stats]
If you PM me with a stupid question or one listed in FAQ I will NOT respond. -Narcle
Summer = me busy, won't be around much.
What SRL rev # is that, Narcle?
Current projects:
[ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]
"I won't fall in your gravity. Open your eyes,
you're the Earth and I'm the sky..."
Its because they "stick" similar to ft and rt.
(Scripts outdated until I update for new SRL changes)
AK Smelter & Crafter [SRL-Stats] - Fast Fighter [TUT] [SRL-Stats]
If you PM me with a stupid question or one listed in FAQ I will NOT respond. -Narcle
Summer = me busy, won't be around much.
There are currently 1 users browsing this thread. (0 members and 1 guests)