Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Resolved Problem with my local scripts.

Joined
Oct 10, 2016
Messages
2
Hey :)

I have been trying to follow the instructions by Eagles13, It seems the video is outdated but still it did help me understand the basics of how to write the code.

Since I know somewhat basic C++, I have been spending time reading all the tutorials out here.

While going through the basics, I noticed that there is no "com.runemate.Boot". It seems it has been replaced by "com.runemate.boot.Boot".
And then I fixed the "Program arguments" as per the tutorial. "-sdk -login:[username]:[password]:RS3"

Everything else is same as shown in the video by Eagles13.

The problem starts when i try to test out my code. I get the following errors.

Code:
Invalid login syntax.
[Debug] RuneMate Version: 2.3.5
[Debug] Java Version: 8u101 x86 (Oracle Corporation)
[Debug] Operating System: Windows 10 x64
Oct 12, 2016 12:41:15 PM java.util.prefs.WindowsPreferences <init>
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.


1) What is this Invalid login syntax.
2) Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002.
3) Also I can't seem to run/find my local code.

Please help.
 
Last edited:
Author of MaxiBots
Joined
Dec 3, 2013
Messages
7,032
It's not an issue to worry about, afaik it happens to most people and can be ignored. The reason you can't find your local bots is because you need to go into spectres settings and change the local bot directory to your projects out folder.
Also, Welcome to RuneMate. Hope you like what you see and decide to stick around :p
 
Joined
Oct 10, 2016
Messages
2
Thanks for your speedy reply Aidden :)

I found how to set the directory successfully :D
It seems I need to run spectre through Intellij to view the developer settings.

And yup, RuneMate seems to be fun. xD
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
7,032
Thanks for your speedy reply Aidden :)

I found how to set the directory successfully :D
It seems I need to run spectre through Intellij to view the developer settings.

And yup, RuneMate seems to be fun. xD
Not a problem. Na you don't need to run it through intellij, you can run it through a batch file with the command you mentioned.
 
Top