Umm, little problem, it won't load up anything cause it says it's logging into world 159 or any other member world (I'm a non member), how can I change that?
says Botstub Attempting to show [_top]
You can try to delete everything and start all over.
or run RSBOT in SAFE MODE! [:
JDK is "Java(TM) SE Development Kit" I have the Version 6 Update 20 and 21 . I already restart the computer.
Okay try this.
Go to your RSBot folder and right click on Compile. And Press edit.
It should open up in notepad or wordpad, or whatever setting you chose.
And copy and paste this code:
Code:
@ECHO OFF
SET cc=javac
SET cflags=
SET src=src
SET lib=lib
SET res=resources
SET out=bin
SET jarout=data
CALL :clean 2>NUL
CALL "%res%\FindJDK.bat"
SET lstf=temp.txt
SET imgdir=%res%\images
SET manifest=%res%\Manifest.txt
SET versionfile=.version
FOR /F %%G IN (%versionfile%) DO SET version=%%G
SET scripts=scripts
SET dist=RSBot.jar
SET full=1
IF "%1"=="/S" (
SET full=0
GOTO :scripts
)
ECHO Compiling bot
IF EXIST "%lstf%" DEL /F /Q "%lstf%"
FOR /F "usebackq tokens=*" %%G IN (`DIR /B /S "%src%\*.java"`) DO CALL :append "%%G"
IF EXIST "%out%" RMDIR /S /Q "%out%" > NUL
MKDIR "%out%"
"%cc%" %cflags% -d "%out%" "@%lstf%" 2>NUL
DEL /F /Q "%lstf%"
:scripts
ECHO Compiling scripts
ECHO. > "%scripts%\.class"
DEL /F /Q "%scripts%\*.class" > NUL
"%cc%" %cflags% -cp "%out%" %scripts%\*.java
IF "%full%"=="0" GOTO :end
ECHO Packing JAR
IF EXIST "%dist%" DEL /F /Q "%dist%"
IF EXIST "%lstf%" DEL /F /Q "%lstf%"
COPY "%manifest%" "%lstf%"
ECHO Specification-Version: "%version%" >> "%lstf%"
ECHO Implementation-Version: "%version%" >> "%lstf%"
IF NOT EXIST "%jarout%" MKDIR "%jarout%"
jar cfm "%jarout%\%dist%" "%lstf%" -C "%out%" . %scripts%\*.class %res%\version.dat %imgdir%\*.png %res%\*.bat %res%\*.sh
DEL /F /Q "%lstf%"
:end
ECHO Compilation successful.
GOTO :eof
:append
SET gx=%1
SET gx=%gx:\=\\%
ECHO %gx% >> %lstf%
GOTO :eof
:clean
RD /S /Q bin
RD /S /Q data
DEL /F /Q scripts\*.class
GOTO :eof
having the same problem ill run a script or even just try to log in with the client the whole screen goes white and just does nothing
Quote:
Originally Posted by bandmaster3
dude, my bot crashes everytime i want to log in.. i hope you guys can help me...
Go to the graphics settings and switch it to safe mode then put all the settings to the lowest.
Quote:
Originally Posted by Macdat
Umm, little problem, it won't load up anything cause it says it's logging into world 159 or any other member world (I'm a non member), how can I change that?
says Botstub Attempting to show [_top]
Log into your account on on any world. After you successfully log in, exit and run the bot again.
Okay try this.
Go to your RSBot folder and right click on Compile. And Press edit.
It should open up in notepad or wordpad, or whatever setting you chose.
And copy and paste this code:
Code:
It doesn't work >.< .
Man, i want this RSBot .
There is again "Jdk is not installed, please download it from : ... " .
I hate it -.-"
umm,..
what does this bot do?
your post are way to long haha..
but seems awesome
This bot contain a various amount of 'scripts' that do many things - Combat, cooking, fishing, mining, smithing, auto-walking, money making, spamming. It has A LOT of scripts and you can keep adding on!
Quote:
Originally Posted by Threlius
It doesn't work >.< .
Man, i want this RSBot .
There is again "Jdk is not installed, please download it from : ... " .
I hate it -.-"
Quote:
Originally Posted by breadmm
hey guys,
i have encountered the following problems when i open compile file..
hope u guys can help me out with this
Have a nice day to u all
IMAGE WHICH ERROR I HAVE
LINK:
Both of you try to uninstall and reinstall JDK.
And if that doesn't work make sure you have paths set. And if you don't know how to do that i am making a video soon on how to do that [:
Both of you try to uninstall and reinstall JDK.
And if that doesn't work make sure you have paths set. And if you don't know how to do that i am making a video soon on how to do that [:
wow that was a fast reply loL!!
alright =) i'll try to uninstall and install again
then i'll probably tell u my problem again later xD
[Guide] How to Update rsbot with SVN. 11/04/2011 - Runescape - 11 Replies Hey,
Im sure some people have now some problem with rsbot, it won't start.
So i decided so make a little guide.
At first you Download the Svn.
TortoiseSVN downloads | TortoiseSVN
http://img43.imageshack.us/img43/7797/29485929.pn g
Intall it!