when i try to compile i get something liek reacehd end of file while parsing
#21
Posted 25 February 2011 - 01:32 PM
#22
Posted 25 February 2011 - 01:56 PM
its givin me these 2 errors:
help?
Quote
Looking for JDK
Compiling scripts
Scripts\Sources\MitchLumbPicker.java:1: ';' expected
import org.rs***.script.*;
^
Scripts\Sources\MitchLumbPicker.java:2: ';' expected
import org.rs***.script.wrappers.*;
^
2 errors
Press any key to continue . . .
Compiling scripts
Scripts\Sources\MitchLumbPicker.java:1: ';' expected
import org.rs***.script.*;
^
Scripts\Sources\MitchLumbPicker.java:2: ';' expected
import org.rs***.script.wrappers.*;
^
2 errors
Press any key to continue . . .
#23
Posted 25 February 2011 - 02:36 PM
Ye, just been looking around and b.o.t has been censored so befor saving the file change all the rs*** into rsb.o.t withouth the . (dots)
(p.s. use CTRL + H (for windows atleast) to find everything called rs*** and replace it that why, it should save some time)
also i wanted to say iv added all the runes, arrows (even poisoned ones but im sure we will never get those xD) and the stackable drops into the code if u want it is:
private int[] pickupids = {313,314,554,555,556,557,558,559,560,561,562,563,564,565,566,882,883,884,885,886,887,888,889,890,891,892,893,1734};
(p.s. use CTRL + H (for windows atleast) to find everything called rs*** and replace it that why, it should save some time)
also i wanted to say iv added all the runes, arrows (even poisoned ones but im sure we will never get those xD) and the stackable drops into the code if u want it is:
private int[] pickupids = {313,314,554,555,556,557,558,559,560,561,562,563,564,565,566,882,883,884,885,886,887,888,889,890,891,892,893,1734};
#24
Posted 25 February 2011 - 07:50 PM
I posted a solution for the errors.
See my first post!
See my first post!
#25
Posted 25 February 2011 - 09:38 PM
Hey hipio, i very like your script! Will you add some paint with money/hour collected and other cool things like that?
This script Money/Hour depens on which world you are. It will also vary. Been running for about 5 hour and only made 60k.
This script Money/Hour depens on which world you are. It will also vary. Been running for about 5 hour and only made 60k.
#26
Posted 28 February 2011 - 01:25 PM
Script works well but I have noticed sometimes it miss-clicks when trying to pick up an item and attacks a monster. Might be a bad bug for low level accounts.
#27
Posted 08 March 2011 - 05:59 AM
I dont know were too go >.< FUCK ME . This is good F2p cash.
#28
Posted 10 March 2011 - 09:06 AM
Nice Script.
~hi_calvin_is_me@hotmail.com
~hi_calvin_is_me@hotmail.com
#29
Posted 10 March 2011 - 11:48 AM
This is a very nice script. You might want to try changing the following lines
To counter this, you can equip a bow with no arrows in your quiver.
walking.walkTileOnScreen(item.getLocation());
item.doAction("Take");
to
//walking.walkTileOnScreen(item.getLocation());
String item_name = item.getItem().getDefinition().getName();
item.doAction("Take " + item_name);
or
//walking.walkTileOnScreen(item.getLocation());
item.doAction("Take " + item.getItem().getDefinition().getName());
RsGoldFarmer said:
Script works well but I have noticed sometimes it miss-clicks when trying to pick up an item and attacks a monster. Might be a bad bug for low level accounts.
#30
Posted 11 September 2011 - 07:40 PM
#31
Posted 16 October 2011 - 07:47 PM
i always get the error cannot find symbol
item.doAction ...
ive tried it with
WinblowsME post but it does still the error
have u got any solutions for that ?
item.doAction ...
ive tried it with
WinblowsME post but it does still the error
#32
Posted 16 October 2011 - 11:56 PM
Synturas, on 16 October 2011 - 07:47 PM, said:
i always get the error cannot find symbol
item.doAction ...
ive tried it with
WinblowsME post but it does still the error http://www.powerbot....default/sad.png have u got any solutions for that ?
item.doAction ...
ive tried it with
WinblowsME post but it does still the error http://www.powerbot....default/sad.png have u got any solutions for that ?
Quote
Looking for JDK
Compiling scripts
Scripts\Sources\MichLumbPicker.java:10: error: class MitchLumbPicker is public,
should be declared in a file named MitchLumbPicker.java
public class MitchLumbPicker extends Script{
^
Scripts\Sources\MichLumbPicker.java:40: error: cannot find symbol
item.doAction("Take");
^
symbol: method doAction(String)
location: variable item of type RSGroundItem
2 errors
Compiling scripts
Scripts\Sources\MichLumbPicker.java:10: error: class MitchLumbPicker is public,
should be declared in a file named MitchLumbPicker.java
public class MitchLumbPicker extends Script{
^
Scripts\Sources\MichLumbPicker.java:40: error: cannot find symbol
item.doAction("Take");
^
symbol: method doAction(String)
location: variable item of type RSGroundItem
2 errors
any help?
#33
Posted 17 October 2011 - 02:21 PM
#34
Posted 13 January 2012 - 10:58 AM
fankyou heeeps ahaha (:
All posts represent the views of the individual authors and not of the powerbot.org administration.
RuneScape® a trademark of Jagex © 1999 - 2012 Jagex, Ltd.
powerbot.org is not affiliated with Jagex. Subject to Terms and Conditions. All rights reserved.
RuneScape® a trademark of Jagex © 1999 - 2012 Jagex, Ltd.
powerbot.org is not affiliated with Jagex. Subject to Terms and Conditions. All rights reserved.










Back to top
