PDA

View Full Version : Bot was working fine but then error with mouse.simba



Tensoray
03-24-2013, 04:34 AM
[Error] C:\Simba\Includes\SRL\SRL\core\mouse.simba(176:32) : Invalid number of parameters at line 175
It's displaying that. I just got this new mouse.simba https://github.com/SRL/SRL-5/blob/0497c973f11c4d5b17b39d7c98258aaec48113b5/SRL/core/mouse.simba and I was told it would fix it but now it's saying there's an error with line 175 -> X := x + random(-rx/2,rx/2);
If anyone could help that would be great, thanks for your time

Tensoray
03-24-2013, 04:40 AM
I just tried it, and I'm now getting this error [Error] C:\Simba\Includes\SRL\SRL\core\mouse.simba(209:6): Unknown identifier 'VariantIsBoolean' at line 208

Tensoray
03-24-2013, 04:42 AM
Hahaha derp, thanks for the help core!

Sawyer
03-24-2013, 04:43 AM
Lots of people are running that Mouse include now :p

StickToTheScript
03-24-2013, 04:50 AM
All i have to say is:


http://www.youtube.com/watch?v=yunSRfnsVck

But yea, just run the normal scripts after you copy and pasted, then saved the new Mouse.simba

daniel7310
03-25-2013, 02:39 AM
This is because now you are trying to run mouse.simba instead of your script. Try running your script.

Wow I'm a derp! after all that trouble....

njfleck
03-25-2013, 02:44 AM
i changed the thing but now i get the error
[Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(282:145): Invalid number of parameters at line 281
Compiling failed.
the code comes from "SmartParams"...