its not in your part of the script, i looked. it might be a function they changed in srl
Printable View
its not in your part of the script, i looked. it might be a function they changed in srl
It just flicks through my tasks and Inventory. Any ideas?
Make sure you are on Safe mode, all minimum settings, and fixed screen (all of these options found in the runescape settings interface).
It has been 3 minutes and Runescape is not yet ready... Terminating.
Make sure your settings are set to fixed screen
Successfully executed.
my SMART doesnt start up!help!!
That's because SMART isn't a part of the script.
You can add SMART to the script by adding line:
Simba Code:{$i srl/srl/misc/smart.scar}
above the line:
Simba Code:{.include SRL\SRL.scar}
So it looks like this:
Simba Code:Program YoHoJosPMS;
{$i srl/srl/misc/smart.scar}
{.include SRL\SRL.scar}
{.Include SRL\SRL\Misc\Debug.SCAR}
{$i SRL\SRL\Misc\Stats.simba}
Uploaded version 1.06, only change is that I added SMART support!
This means that a SMART window will pop up with the Runescape client in it, so it can auto without taking control of your mouse/keyboard, ENJOY!
Have u considered adding granite/sandstone powermining. Fastest mining exp in game upto 80k/hour
I have no member accounts.
If they are mined dropped just like normal rocks (I think they look different in inventory though?) then I could add them very easily.
If someone who wants them added could lend me a member account for like 10 minutes I could add them.
Yeh sure no problem, pm me your skype or msn or something and ill hook u up
Yohojo8@hotmail.com
I think that's it. You can double check by clicking the MSN icon on the right of the screen past my username. We can sort it all out over MSN then should be pretty snappy.
Support the banking?
Doesnt login for me and if i login for it it doesn't do anything neither
I did this and it should work.
Whats wrong ?Quote:
with Players[0] do
begin
Name := 'my email to login'; //Player username.
Pass := 'password'; //Player password.
Nick := 'rs name.'; //Player nickname - 3-4 letter
First if all nick only needs to be a few letters of your username.
Make sure you're runescape settings are on SAFE MODE and the brightness slider is all the way to the right.
The following DTMs were not freed: [SRL - Lamp bitmap, 1, 3]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap]
what does this mean?
This script currently is not working for me. It can't find the Iron Rocks at ardougne East Mining spot, nor can it correctly drop the iron ore in my inventory. Is this because of the new Runescape Update by chance?
Bro, runescape updated, NOTHING is working right now. Wait a few days for SRL to get fixed.
Yes.
How do you disable SMART in your script? I want to use a downloaded client instead, but don't know how to disable SMART.
Remove the line
{$DEFINE SMART}
or comment it out like this
//{$DEFINE SMART}
But all bots broken right now because of recent update.
Fix this asap. i need to get 70 mining.
What's wrong with it?
Should be working as far as I know.
There are some commits to the stats from today: http://stats.villavu.com/script/3/commits
When I start the script, it mines 4 ores, then it just hovers around multiple iron ores without clicking it. Any help ?
Does this script have any antiban?
Yes, it does. You can look in the script and see for yourself if you want.
Simba Code:{*******************************************************************************
Procedure Antiban;
By: YoHoJo/SRL
Description: Multiple antiban procedures from SRL
*******************************************************************************}
Procedure Antiban;
Begin
Case Random(192) Of
0: HoverSkill('Mining', False);
1: Begin PickUpMouse; SleepAndMoveMouse(3000 + Random(500)); End;
2: ExamineInv;
3: RandomAngle(1);
4: Begin GameTab(Tab_Stats); Wait(3000 + Random(500)); GameTab(Tab_Inv); End;
5: HoverSkill('random', False);
End;
End;
No one has used in quite some time, everything okay guys?
worked for me probably 10 days ago, but I would rather bank the ore. I can test real quick if youd like? :)
It mines the first few rocks, then just detects and hovers over multiple rocks :/
yup, just tested it. Mines the first rocks and then goes nuts and doesn't actually click on the rocks anymore.
^ then logs out
Ohhh weird! Thanks guys I'll check it out and fix it this weekend!
Is this working as of now?
I'm not sure, if you read the two posts above you it seems like there are a few problems I need to tweak to get it working again. I might work on it today.
working fine for me.