Dont worry too much about the time limit, think more about the detection system. Get accounts and make an attempt to detect a certain balloon on the ground (that is the most difficult part). Since we only have 15 minutes in the random, I'll keep my accounts busy till one gets in. I'll try and put together a little something from my part also.
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 quickly put together something and unforunatly I didnt have time to run the test, by the time I made my dtm's and setup a script my 15 min past. -.-
Thank you. We will get another account in to finish it![]()
My scripts: LunarPlanker
---
My Utilities: Cross Platform, Open Source, SPS Path Generator
Join the Unoficial SRL Skype Group by clicking here, or visiting this thread.
So this script should take screenshots. If anyone getting this random could run it and upload screenshots, it would be greatly appreciated.
Run the script in the balloon animal screen, the one which rotates the animal around.
Simba Code:program PPHelper;
{$I SRL/SRL.simba}
const
MAX_FRAMES = 100;
FRAME_TTW = 300;
function GetFrames: TIntegerArray;
var
I: Integer;
begin
for I := 0 to MAX_FRAMES do begin
TakeScreen('Prison Pete Random');
Wait(FRAME_TTW);
end;
end;
begin
SetupSRL;
GetFrames();
end.
Last edited by Frement; 04-07-2012 at 07:23 PM.
There used to be something meaningful here.
I'll take the screenies if one of my acc gets in, but would screenies help with the making process?
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
Depends how you do it, but if you do make a plugin/write a solver, comment what you're doing! That's part of the reason I rewrote most of the solvers, because the code was so messy it was easier to start over than figure out what the last writer was doing.
E: Frement, if you were to write code that finds and pulls the lever, takes screen shots, then logs out, I'll add it to the include. That will make it A LOT easier to get the images you need. I also have a few accounts you could use (expired of course) to write the code to find and click the lever. Just PM me.
Last edited by Coh3n; 04-09-2012 at 02:19 AM.
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
The part that we need to do in the time limit is the rotating animals. we can use expired ones for figuring out the main screen animals, but time limit factors the lever and rotation
any progress?
I just got this random if any dev needs access im willing to let them use my account
I am willing to share my account if any developer is interested.
i recorded an hd .avi video of me doing this random, if anyone can use that. i used camtasia, so the quality is the exact same as if i was playing the game. if anyone can use that, pm me, and i can find a way to get you the file
The current prison pete random can be left after logging out and waiting 15 minutes. See @: "The sentence used to be 24 hours long rather than the current 15 minutes." http://runescape.wikia.com/wiki/Prison_Pete
I hope this helps.
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
Mine isn't working, the client does the random, but doesn't opens the door, doesn't leaves the Prison, and logs out after a while for being inactive
Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
{ MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }
When posting a bug, please post debug! Help us, help you!
I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.
SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.
It does, but doesn't leaves the prison, ahah, I'm using a fishing script
You're mistaking it detecting it's there and logging out with it solving it. Simba does NOT solve this random at the moment.
Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
{ MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }
When posting a bug, please post debug! Help us, help you!
I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.
SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.
No one is going to start developing this random?
This is the one that always gets my bot!
![]()
Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
{ MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }
When posting a bug, please post debug! Help us, help you!
I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.
SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.
There are currently 1 users browsing this thread. (0 members and 1 guests)