Jump to content











→ ⇒ → ~~ MitchLumbPicker ~~ | AIO Loot Picker ← ⇐ ←


  • Please log in to reply
33 replies to this topic

#21
revanceh122

revanceh122
  • Members
  • 1 posts
  • Joined 25-February 11
when i try to compile i get something liek reacehd end of file while parsing

#22
ramix25

ramix25
  • Members
  • 1 posts
  • Joined 25-February 11
its givin me these 2 errors:

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 . . .
help?

#23
BlackZFireZ

BlackZFireZ
  • Members
  • 14 posts
  • Joined 07-October 09
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};

#24
hipio

hipio
  • Members
  • 186 posts
  • Joined 09-February 11
I posted a solution for the errors.
See my first post!

#25
Ludacris

Ludacris

    User is banned.

  • Restricted
  • 1662 posts
  • Joined 22-February 11
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.

#26
RsGoldFarmer

RsGoldFarmer
  • Members
  • 10 posts
  • Joined 27-February 11
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
HellzFearz

HellzFearz
  • Members
  • 98 posts
  • Joined 28-February 11
I dont know were too go >.< FUCK ME . This is good F2p cash.

#28
dw406

dw406
  • Restricted
  • 6917 posts
  • Joined 27-August 10
Nice Script.
~hi_calvin_is_me@hotmail.com

#29
WinblowsME

WinblowsME
  • Members
  • 109 posts
  • Joined 09-March 11
This is a very nice script.  You might want to try changing the following lines
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.
To counter this, you can equip a bow with no arrows in your quiver.

#30
geckoo

geckoo
  • Members
  • 245 posts
  • Joined 09-September 11
:)

#31
Synturas

Synturas
  • Members
  • 6 posts
  • Joined 14-October 11
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 ?

#32
koen103

koen103
  • Members
  • 14 posts
  • Joined 16-October 11

View PostSynturas, 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 ?
Same problem:

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

any help?

#33
chevy_scripter

chevy_scripter
  • Members
  • 51 posts
  • Joined 20-February 10

View Postkoen103, on 16 October 2011 - 11:56 PM, said:

Same problem:



any help?

yes ;)

change .doaction to .interact

the script needs to work now ;)

#34
Excliper

Excliper
  • Members
  • 89 posts
  • Joined 13-January 12
fankyou heeeps ahaha (: