Thanks for the great script. I'm currently 84 divination from running this since I got 70 myself.
Thanks for the great script. I'm currently 84 divination from running this since I got 70 myself.
NP guys, glad it's getting used. I should do an overhaul update to this script sometime...![]()
Cant get this to work, keeps saying its waiting for the client to load, when it has already loaded.
Next time SPS fails for someone (point = -1, -1) can someone please upload a image of their minimap? I want to try alternative to SPS.
Is there a step I'm missing? All the bot does is log in and stays in Lobby.
thanks , i haven't used a bot in ages
got 55-82 for now botting safely taking long breaks and resting on days
going for 99 for now , very solid script , thanks![]()
Finally, I can post! Wouldn't let me post for some odd reason before...
Works pretty damn good! I would prefer it to pick up chronicles and using the enriched wisp when that pops up, but this works![]()
I have no idea what I am doing wrong here.
First it doesn't seem to want to log in.
Second when I'm using OpenGL I keep getting this:
This is always comes up when using this script.Code:---- FATAL ERROR: .setup(): Unable to find map, searched path maps\sparkling_wisps.png ---- Succesfully freed SMART[3108] Successfully executed.
There needs to be a more detailed setup guide since I can't get the declarePlayers to work, once logged in (if that happens) do I need to be at the place where the wisps are that I specified to get rid of the error of unable to find map.
I need some help to set this up.
that issue was fixed for me by actually opening the script from the windows explorer instead of from inside simba.
I set up my declared procedure as well as making sure that every setting is correct, but when a client pulls up, it did not log me and the screen keep flashing.
Any suggestion?
I don't know if it's a bug or not, but on the first run at the canifis spot and the mobilizing armies spot it cant seem to find the well; however if i restart the script it runs really well past that. Got tons of levels so far, awesome script.
This happens to me as well. I think it's only when I spawn SMART. If I run while already in game, I think it's okay.
This happened to me when I first started. Mine was fixed with Brandon's Plugin for DX.I set up my declared procedure as well as making sure that every setting is correct, but when a client pulls up, it did not log me and the screen keep flashing.
Any suggestion?
Ok I finally got this script to work. I kept getting the "Fatal Error: Can't find map" upon opening the script in OpenGL in Simba. Fixed this by navigating to the script in Windows not in Simba, and then running it from there. Then the script wouldn't select the well, just stop the script then restart it.
Works great, ran it for 5 hours went from level 40 to 52.
It should be noted in the first post to navigate to the folder in Windows, because you can also navigate to the folder in Simba. This is where most of the confusion arises.
I don't really care if people can run my script or not :P If you're so new at coding that you don't understand the error "Unable to find map, searched path maps\sparkling_wisps.png" then you can go to a tutorial section, learn, contribute and eventually leach back off the community.
Errors are one of the best ways to learn. It's just basic troubleshooting. Go to the line that prints out the error. Look right above it and see why it printed the error. Sometimes the error is descriptive enough. In our case it's obvious that the file doesn't exist where it thinks it should. If you look at the SPS setup procedure you'll see the default location it checks for the maps. Even if you don't know to open the script from the folder you downloaded it into(as are the instructions in the OP) you'll see in the SPS file the location where it by default loads SPS maps from. A split second of thinking tells the person of average or higher intellect that placing a file in that location will solve the problem.
Here is the SPS setup. I believe it'd take someone that has been around for 6 mos about 3 minutes to realize what is going on:
Simba Code:if (fileExists(SPS_IMG_PATH + imgFolder + imgName + SPS_IMG_FMT)) then
begin
print('Path exists ('+SPS_IMG_PATH + imgFolder + imgName + SPS_IMG_FMT+')');
self._accuracy := accuracy;
self._tolerance := tolerance;
self._minMatchPercent := minMatchPercent;
self.__mapPath := SPS_IMG_PATH + imgFolder + imgName + SPS_IMG_FMT;
if (spsAnyAngle) then
self._minMatchPercent := 0.10;
try
bmp.init(client.getMBitmaps());
bmp.loadFromFile(self.__mapPath);
SPS_BitmapToMap(bmp, self._accuracy, self.__areaMap);
except
print(self.getName()+'.setup(): Unable to load map or bitmap to map failed', TDebug.FATAL);
finally
bmp.free();
end;
self.isSetup := true;
end else
print(self.getName()+'.setup(): Unable to find map, searched path '+ SPS_IMG_PATH + imgFolder + imgName + SPS_IMG_FMT, TDebug.FATAL);
Please be patient with me. I am new to botting/scripting and this is the first script I have tried to use. I have set up things accordingly after installing and updating simba. I loaded your script (divination level is 40) so I need to do sparkling wisps. I typed that in the corresponding location accordingly. put in username/password... also put in a 4 for the integer spot for which kind of wisps. a 2 in the memory conversion option.. idk lol im new.
it doesnt click on the springs en wisps and the rift.
how can i solve this problem ?
Thanks for the script, footballjds! 99 achieved!
I had this same issue, so first I was clicking the rift myself and while the scripts was gathering the memories, I was looking at the code.
On line 476 of AIO_DIV.simba (linked to source on GitHub), you have set the bounds which don't work well with all the rifts.
This is how I fixed it:
- Wait for script to get at the rift (this part should always work fine)
- Pause/stop the script
- In Simba, click on "Select a client" button (green crosshair one)
- Choose SMART client, it should turn red. To be sure that this step worked, check if the coordinates in bottom left part are relative to the SMART client
- Find top left and bottom right points of the rift (go a bit outside the greenish part of the rift, but watch out for any grass that might have similar color)
- You'll get 2 points, A = (Ax, Ay) and B = (Bx, By), for example: A = (203, 66) and B = (370, 84). Change the line mentioned before (476) to this:
Code:// The patern is [Ax , Ay, Bx , By]; searchArea: TBox := [203, 66, 370, 84];- I also suggest setting _force_quick_convert = true; or the script might screw up and get stuck at rift for longer periods of time, although it will eventually correct itself
I hope this will help you resolve the issue. It might be some work for each new area but it's still much easier than doing the whole thing yourself
Edit: I have been running the script for about 10h now and after I've applied this fix, it works flawlessly. I'm not going to suicide it because I still have macroing minor on my account, but this will help me to get that 99![]()
Last edited by gmare; 06-16-2014 at 06:36 PM.
There are currently 2 users browsing this thread. (0 members and 2 guests)