
Originally Posted by
g4genocide
because even though i have the P07include,it loads eoc
There is a link in the original post with how to set up Simba and SMART or Old School RuneScape: http://villavu.com/forum/showthread.php?t=97599

Originally Posted by
tonsand
It'd be great if you can speed up the clicking. Any way I can do this?
I left it a little slower to let people who are just leeching to not get as much XP. If you change the wait time to be smaller it would increase the clicking speed.
Version 1.1
Simba Code:
if (not P07_FindMMFlag) then
begin
//WriteLn('Searching for mouse');
FindToyMouse;
Wait(Random(800)); // (line 1518) Change 800 to something smaller to speed up clicking
end else
Version 1.0
Simba Code:
if (not P07_FindMMFlag) then
begin
FindToyMouse;
Wait(Random(800)); // (line 1509) Change 800 to something smaller to speed up clicking
end else

Originally Posted by
sodomyclown
If a player stands on you or any of the 3 spots the bot just messes up. It doesn't even attempt to catch the mice.
You must be on a world where there are no other players. The finding of toy mice happens by searching for the white color of the mouse. If the mouse is not visible that is why it cannot find them. (this is also why I recommend wearing full iron, and your player cannot wear white. If you wear white the program will click the white on your player)

Originally Posted by
Pekoni
I am glad you are enjoying. I will be working on the known bugs shortly which will make it even better.

Originally Posted by
sharkyscape
im just looking at the script havent got it to start yet having problems with parems possibly the antileech im going to try to fix this and try it looks great

There is no anti-leech in the script.. Check to make sure you have P07Include and SMART set up for old school runescape: http://villavu.com/forum/showthread.php?t=97599

Originally Posted by
sharkyscape
pretty good script i got it working it has some flaws the first time i ran it it kept clicking back and forth outside of the little area i had to pause it and run it again but its working so far after that little hump
Look at the log. That is either anti-ban to keep player moving, or it is the fail safe if a toy mouse is stuck under the player. The clicking outside the box is an intended feature. If it was stuck in an endless walking loop though, please let me know.

Originally Posted by
sharkyscape
but u cant really afk this bot still u can look at it every once and a while but because the randoms haven't been made yet u have to watch it carefully also i have seen that it doesn't always wind up all of the mouse it will go to release some of the mice and the 1's that haven't been wind get wind in the process but not released maybe add a second check to make sure all of the mice have been released
I am working on some logic to check all the mice are wound and whatnot. Misclicks can cause some issues on winding the mice (the Use known bug as well). I am trying some different methods for checks, and should release a new version shortly.

Originally Posted by
sharkyscape
gf 12k i let it run 10 mins and i lost 4 mice lol i get back at lumby basement
The original post clearly states that it does not support randoms. You were either killed by a random, or teleported. You must baby sit this script until randoms are handled in the official P07Include release.

Originally Posted by
Nashua
You should make this compatible for use in pest control boat
If you use it there now it will screw up unfortunately.
This script is optimized to work in the second floor of the Falador castle as there are only three spaces for them to go. The pest control boat does not seem like an ideal place to use. Not only are there more tiles, but you could get teleported to PC before picking up all your mice.