@Lukas76, Have you tried running it as admin. If you don't have write privileges then the auto updating wont do anything.

@Lukas76, Have you tried running it as admin. If you don't have write privileges then the auto updating wont do anything.
have you changed the inventory slot numbering for P07_DepositInventorySlot? I know YoHo asked if you would start it at 1 instead of 0 but it was working for me last week now it is not deposit the stuff.
This is what I have:
P07_DepositInventorySlot(1,true);
nothing happens
Just to fight the exploding rocks
Code:procedure P07_FindRockBomb; var tpa: TPointArray; begin SetColorToleranceSpeed(2); SetColorSpeed2Modifiers(0.14, 0.51); FindColorsTolerance(tpa, 6190211, 217 , 127, 329, 228, 19); SetColorToleranceSpeed(1); SetColorspeed2Modifiers(0.2, 0.2); if Length(tpa) > 65 then begin MMouse(P07_MMCX,P07_MMCY,1,1); wait(95); ClickMouse2(mouse_left); wait(RandomRange(35000,60000)); // Edit this as you please. end; end;
What's the purpose of this instead of using SRL 4 which works fine?
Srl 4 works fine ? Where might I get SRL 4 ?![]()
Error: Exception: Font [P07UpChars] not found. at line 108
The following DTMs were not freed: [0, 1, 2, 3]
not sure exactly what this means 100% but, i hope it helps in the next update!
Last edited by DannyRS; 03-02-2013 at 09:26 AM.
Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling
sorry i'm tired and wasnt thinking! ha truly a dumb mistake and was coming to edit post when you posted, thanks though.
Glad you got it fixed
Btw for anyone who reads this thread, this Include is only temporary (and was designed as such), it will be completely discontinued when an official Include is released, Tho I will still disable the autoupdater and leave the final version here for archive purposes when this happens![]()
Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling
Hey Danny, do you think you could add a GetCurrentHP function?
Nothing to see here.
Last edited by Ricky; 03-03-2013 at 03:07 AM.
RangeGuilder by Ricky
~ 01010010 01101001 01111001 01111001 01101001 ~
So how do I start the client from this Include?
im getting the error Unable to find file 'SRL/SRL.Simba' how do i fix this?
Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling
Hey people,im new to simba, could anyone run simba for me please?
I am getting this when trying to use an agility bot at gnome course
[Hint] C:\Simba\Includes\SRL/SRL/core/animation.simba(257:3): Variable 'X' never used at line 256
[Hint] C:\Simba\Includes\SRL/SRL/core/animation.simba(257:3): Variable 'Y' never used at line 256
[Error] C:\Simba\Includes\P07Include.Simba(67:62): Invalid number of parameters at line 66
Compiling failed.
keep getting
Exception in Script: Unable to find file 'P07Incliude.Simba' used from ''
Even tho set up
This is really obnoxious. You cannot impose rules like this. It's completely up to you to remove the include if someone else uses it - but why even bother posting it here in the first place then?
If you're not serious about your include, then why not just work on the other include - so we do not end up with >9001 includes like in 2004? (If you're already doing this - then awesome!)
I respect the work you put into this, but forcing people to build in anti-leech is really again software freedom and other things we stand for. I'd like to see you defend this point or just remove this bold statement.![]()
Last edited by Wizzup?; 03-01-2013 at 11:14 PM.
The best way to contact me is by email, which you can find on my website: http://wizzup.org
I also get email notifications of private messages, though.
Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
Documentation | Source | Simba Bug Tracker on Github and Villavu )
My (Blog | Website)
I get this error any help would be great thanks![]()
[Error] C:\Simba\Includes\P07Include.Simba(57:3): Unknown identifier 'MMouse' at line 56
Compiling failed.
And i went to line 56 and this what was there:
Procedure P07_MouseBox(X1, Y1, X2, Y2: Integer; ClickType: Integer);
Begin
MMouse(RandomRange(X1,X2),RandomRange(Y1,Y2),0,0);
ClickMouse2(ClickType);
Wait(RandomRange(37,50));
End;
================================================== ==================
Ok well i fixed that problem by P07 Char and now i get this error
[FATAL] terminal error, cant see bank or rune shop ending script now
Successfully executed.
The following DTMs were not freed: [0, 1, 2]
Last edited by kevintokes; 03-02-2013 at 06:26 AM.
@Wizzup?
I'm personally completely against anti-leech, it defeat's the learning process somewhat because your reading material to learn from is flawed from the get go, if I had my way anti-leech would not exist at all, I'm not trying to force people in any way, (was aimed at something like a green dragon bot farmer, with the best intentions from my part), None of my own written scripts contain any, and I only put that there out of respect for the other Member's views,
http://villavu.com/forum/showthread.php?t=96887
At the time of creation, it was effectively 40-1, So I'm sure you understand my Reasoning? With your go ahed, I'll remove that message from the OP and everything goes
Edit - Updated OP
@kevintokes
Theres a few possibilites, did you try to compile the Include, don't do that, maybe your script is missing {$I Srl/Srl.Simba} from your script before the Include,
The bank / rune shop thing is part of your own script? I've never seen that before? Is it an official RS function you are using from SRL?
@TheEntireForum
Development of this is currently frozen from my part as I contribute to another Include, I've removed any message about anti-leech, this Include will never be removed by me, you may release any Script you want making use of it, Huge apology for the bother
Last edited by DannyRS; 03-02-2013 at 07:09 AM.
Programming is like trying keep a wall of shifting sand up, you fix one thing but somewhere else starts crumbling
So i added it and everything but i cant get my script that i want to use to actually begin.
Im trying to use mxPickPocket i believe, and i have no tried to use a different script yet.
I just dont understand how im supposed to run these scripts with your beginning code in the front because it causes the entire thing to end
There are currently 1 users browsing this thread. (0 members and 1 guests)