rubbish
rubbish
Last edited by justleveling; 02-14-2012 at 07:52 AM.
i will look in more detail in a min, but here is a couple of bits i noticed
Simba Code:MMouse(X, Y, 3, 3)
WaitUpText('se', 1000);
IF IsUpText('se') THEN
Mouse(X, Y, 0, 0, TRUE);
Wait(1500+Random(300));
if it doesnt find the uptext then it will not run Mouse, but it will run everything else
you can replace IsUpText with just WaitUpText
you have incorrect standards (look in my siggy for a tutorial on standards)
and please post your script in simba tags
~shut
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
thanks, ill fix up everything and edit my post
e/ i fixed it up a little more
Last edited by justleveling; 01-17-2012 at 08:05 PM.
after fixing up your standards i have noticed some more stuff
on the case, you have a begin/end for each option, but if the option only have one function/procedue to run then you dont need a begin/end
i also see some FindDTM's where you dont check if it actually found the DTM
you dont seem to have used failsafes
~shut
EDIT: on this bit
Simba Code:MMouse(X, Y, 7,7);
Wait(100+Random(50));
WaitUpText('old', 1000);
Mouse(X, Y, 0, 0, FALSE);
WaitOption('All', 500);
you dont check if it is actually hovering over the item
also, you first move to x, y with 7 randomness, but a little bit down you move to the exact location
you could do something like this
Simba Code:MMouse(x, y, 7, 7); //moves the mouse
GetMousePos(x, y); //gets the mouse position
Mouse(x, y, 0, 0, False); //doesnt move the mouse because x, y was set to its current location on the line above
Last edited by Shuttleu; 01-17-2012 at 08:06 PM.
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
fixed up some failsafes, added GetMousePos(X, Y); and updates first post.
i still need to work on the spacing (standards)
I am getting:
failed to find gold bars in inv, (username) is now inactive.
NextPlayer(False)
SwitchToPlayer(PlayerNo: 0, Active: False);
Player is not Active...
All players not active!
Successfully executed.
The following DTMs were not freed: [2]
I have my gold ore in the first slot of the main tab but it just opens the bank then logs out.
There are currently 1 users browsing this thread. (0 members and 1 guests)