************ bug report ***************
guy gets stuck outside above the teliport room
i've noticed everytime this happens to me is because the anti ban has turned my brightness down 2 notches
************ bug report ***************
guy gets stuck outside above the teliport room
i've noticed everytime this happens to me is because the anti ban has turned my brightness down 2 notches

Regular rs seems to load, might I get a hint as to how to find this and switch it to 07scape?
The Hope wthomas, add the death path!
Ran L City from V City .
thank you![]()
How to delete the talking?
The only problem with this script is it has a habbit of turning down the brightness and then later on getting stuck outside of the shop.
Did you end up fixing this issue? I have everything installed correctly, i believe.
Additions that could be made:
-Add yanille support
-Mining with Pouches
Problems:
-Failure while standing in bank with the following error "[FATAL] terminal error, cant see bank or rune shop ending script now
Successfully executed."
-Turns down brightness and gets stuck next to rune store because of it.
-Walks to and from essence multiple times while mining.
-Banking tends to be mildly glitchy and it will deposit on occasion 20 essence and leave the rest in inv for some reason?
Positives:
-Notices instantly when inv is full.
-Flawless teleport when not stuck outside of store
etc.
banking does not work, whats up?
http://i.imgur.com/mmNL7a1.png
i get this...Not entirely sure why.. I declared smart8 in the beginning but i think that i just have to change the smart graphics - let me do that and get back to you
Last edited by Skyx; 03-23-2013 at 08:11 PM.
remove the aL... such an awful script might aswell let leechers waste their time
Last edited by bigmac21; 03-23-2013 at 09:19 PM.
Bot works pretty well but does definetley requies babysitting.
I went AFK for approx. 5 hours, and as leaving home with 8 Essence Harvester V2 bots running, I came with 8 logged out accounts.
In simba, I on every script gets the error: [FATAL] terminal error, cant see bank or rune shop ending script now
Successfully executed.
However, as logging in on the accounts, I clearly see they are not stuck somewhere. Some were standing in bank, some at mine and some in the middle of there. How can this be fixed, so I can get some nice proggys?
Anyways, the script works pretty well, however as mentioned before, it often get's stuck north of Rune shop, and banking usually takes a very long time. Looking forward for next version!
- LuckyDucky
Finally got it to work, had to fix banking to be just left click but it's very good other than that.
Last edited by poopeyman; 03-23-2013 at 11:35 PM.
change main loop to this because then if the fatal error at the bank then it will just relog the person in and continue with the program. So far i've been running it for 8 hours straight with no errors except on the 8th hour i got stuck in a random.
this will not fix the fatal error that everyone gets but this will just keep restarting the program whenever you get that error.
begin
AutoUpdateMe;
repeat;
SetupDTMs;
P07_loginPlayer;
wait(1000);
writeln(GetPage(p+'Welcome.txt'));
banked:=-P07_invCount+picininvent;
while P07_LoggedIN do
begin
proggy;
if randomrange(1,10)>8 then; //sing;
Loop();
with Pointers do
begin
Proc();
wait(1000);
end;
end;
until(false);
end.
or
begin
AutoUpdateMe;
SetupDTMs;
repeat;
P07_loginPlayer;
wait(1000);
writeln(GetPage(p+'Welcome.txt'));
banked:=-P07_invCount+picininvent;
while P07_LoggedIN do
begin
proggy;
if randomrange(1,10)>8 then; //sing;
Loop();
with Pointers do
begin
Proc();
wait(1000);
end;
end;
until(false);
end.
i tried sending you a private message but your inbox exceeded the amount of messages you can receive. If you want this off i will be happily to delete it off.
Last edited by yvan49; 03-23-2013 at 11:18 PM.
ive pasted this in but it doesnt log back in. Btw the script should be updated because the antiban adjusts the brightness. This makes the script stop working within minutes because it cant find the bank or shop anymore and logs out.
Last edited by idkfa; 03-24-2013 at 12:36 AM.
if you replace the main loop with that then it will keep looping everything... when you log out it should start over and log you back in. i've ran this program for another 4 hours and every time i get the crash it just logs me back in and goes to the bank. and re-runs the script.. replace the 2nd part.. the 1st main loop it opens up a whole new smart but the 2nd one keeps the same smart and just logs back into your account.
Last edited by yvan49; 03-24-2013 at 01:02 AM.
Go to bottom of your script and replace your main loop with
begin
AutoUpdateMe;
SetupDTMs;
repeat;
P07_loginPlayer;
wait(1000);
writeln(GetPage(p+'Welcome.txt'));
banked:=-P07_invCount+picininvent;
while P07_LoggedIN do
begin
proggy;
if randomrange(1,10)>8 then; //sing;
Loop();
with Pointers do
begin
Proc();
wait(1000);
end;
end;
until(false);
end.
then go to the logout procedure and comment out terminatescript
so it should look like
procedure P07_LogOut;
begin
mouse(643,485,5,5,mouse_left);
wait(300);
mouse(643,375,20,5,mouse_left);
//terminatescript;
end;
haven't had a problem yet. every time i get the error it will just restart the script and log me back in. also turn your brightness all the way down.
Also to toggle off roof type ::toggleroof ... your welcome now you won't get stuck oustide the shop anymore
Last edited by yvan49; 03-24-2013 at 02:46 AM.
script been running fine don't know if was some kind of update to client
i just started gettting a error it opens a script named mouse
highlights this line
e:= e + 1;...................I (I = cursor / . = space)
and this error
[Error] C:\Users\alt\Desktop\Simba\Includes\SRL/SRL/core/mouse.simba(166:36): Invalid number of parameters at line 165
Compiling failed.
To get rid of sing just delete the .txt files that he used a URL to hide them. CTRL + F / search for '.txt' / highlight delete. Actually really smart way of doing this, iunno why you didn't put all the lyrics in that file to hide them better :P (oh found that one you spaced out aswell!sneeky)
Last edited by LynxS; 03-24-2013 at 06:40 AM.
There are currently 1 users browsing this thread. (0 members and 1 guests)