*bot help* - need help

Discussion in 'RuneScape 3 Cheating' started by Sheba888, May 30, 2011.

*bot help* - need help
  1. Unread #1 - May 30, 2011 at 10:06 AM
  2. Sheba888
    Joined:
    Mar 8, 2011
    Posts:
    842
    Referrals:
    1
    Sythe Gold:
    0

    Sheba888 Apprentice
    Banned

    *bot help* - need help

    need someone to come onto teamviewer and help me compile this script. I do as I normally do and this is what happens when I go to terminal:

    This script has like 1k positive comments so idk what is happening!


    Scripts/Sources/DunkLunar.java:87: cannot find symbol
    symbol : class GlobalConfiguration
    location: package org.rsbot.util
    import org.rsbot.util.GlobalConfiguration;
    ^
    Scripts/Sources/DunkLunar.java:88: cannot find symbol
    symbol : class ScreenshotUtil
    location: package org.rsbot.util
    import org.rsbot.util.ScreenshotUtil;
    ^
    Scripts/Sources/DunkLunar.java:822: cannot find symbol
    symbol : method turnToCharacter(org.rsbot.script.wrappers.RSPlayer)
    location: class org.rsbot.script.methods.Camera
    camera.turnToCharacter(player);
    ^
    Scripts/Sources/DunkLunar.java:896: package GlobalConfiguration does not exist
    GlobalConfiguration.Paths.getScriptsDirectory(),
    ^
    Scripts/Sources/DunkLunar.java:906: package GlobalConfiguration does not exist
    String scripts = GlobalConfiguration.Paths
    ^
    Scripts/Sources/DunkLunar.java:908: package GlobalConfiguration does not exist
    String jarpathfile = GlobalConfiguration.Paths
    ^
    Scripts/Sources/DunkLunar.java:1555: cannot find symbol
    symbol : variable ScreenshotUtil
    location: class DunkLunar
    ScreenshotUtil.takeScreenshot(null, game.isLoggedIn());
    ^
    Scripts/Sources/DunkLunar.java:1605: package GlobalConfiguration does not exist
    GlobalConfiguration.Paths.getSettingsDirectory(),
    ^
    Scripts/Sources/DunkLunar.java:1619: package GlobalConfiguration does not exist
    GlobalConfiguration.Paths.getSettingsDirectory(),
    ^
    9 errors
    Greg-Hartts-iMac-2:RSBot harttkids$
     
  3. Unread #2 - May 30, 2011 at 10:23 AM
  4. pure_cheater
    Joined:
    May 24, 2006
    Posts:
    33
    Referrals:
    0
    Sythe Gold:
    0

    pure_cheater Member

    *bot help* - need help

    Not familiar with what you're trying to compile, but it looks to me like you need to set a classpath.
     
  5. Unread #3 - May 30, 2011 at 10:26 AM
  6. Sheba888
    Joined:
    Mar 8, 2011
    Posts:
    842
    Referrals:
    1
    Sythe Gold:
    0

    Sheba888 Apprentice
    Banned

    *bot help* - need help

    It is a script from rsb =/

    It is supposed to do lunar magic.

    If you could help that would be great
     
  7. Unread #4 - May 30, 2011 at 10:31 AM
  8. pure_cheater
    Joined:
    May 24, 2006
    Posts:
    33
    Referrals:
    0
    Sythe Gold:
    0

    pure_cheater Member

    *bot help* - need help

    I can't remember exactly how to do this, but I imagine that it'll be something like

    javac scriptname -cp locationofpackage

    What directory is the package in?

    *Edit, what I mean by what directory is the package in is where is rsbuddy.jar. You probably need to replace locationofpackage with the location of rsbuddy.jar.
     
  9. Unread #5 - May 30, 2011 at 10:41 AM
  10. Sheba888
    Joined:
    Mar 8, 2011
    Posts:
    842
    Referrals:
    1
    Sythe Gold:
    0

    Sheba888 Apprentice
    Banned

    *bot help* - need help

    I know almost nothing about things like this.
    this is what I type:

    cd ~/RSBot
    chmod 777 compile-scripts.sh
    ./compile-scripts.sh

    and I get that error.

    What are the exact steps I need to take to make it work >.<
     
  11. Unread #6 - May 30, 2011 at 10:54 AM
  12. pure_cheater
    Joined:
    May 24, 2006
    Posts:
    33
    Referrals:
    0
    Sythe Gold:
    0

    pure_cheater Member

    *bot help* - need help

    use javac locationofscript -cp locationofrsbuddyjar, that's pretty much it..

    Maybe this will help since you're on a Mac.

    http://rsbuddy.com/forum/how-compile-script-rsbuddy-mac-guide-ilegend-21646.html
     
  13. Unread #7 - May 30, 2011 at 11:07 AM
  14. General_Kerr
    Joined:
    Apr 6, 2011
    Posts:
    188
    Referrals:
    0
    Sythe Gold:
    0

    General_Kerr Active Member
    $5 USD Donor New

    *bot help* - need help

    are you using rsbuddy or rsbot?

    if you could pastebin the script that'd be great

    I know a lot of rsbot's scripts were broken in recent updates
    and i know for a fact they aren't interchangeable :p
     
  15. Unread #8 - May 30, 2011 at 11:13 AM
  16. pure_cheater
    Joined:
    May 24, 2006
    Posts:
    33
    Referrals:
    0
    Sythe Gold:
    0

    pure_cheater Member

    *bot help* - need help

    Oops, looks like it's rsbot. It might be broken, otherwise it would be pretty much the same drill with a different jar.
     
  17. Unread #9 - May 30, 2011 at 11:22 AM
  18. Sheba888
    Joined:
    Mar 8, 2011
    Posts:
    842
    Referrals:
    1
    Sythe Gold:
    0

    Sheba888 Apprentice
    Banned

    *bot help* - need help

    Yeah =/

    guess its messed up
     
  19. Unread #10 - May 30, 2011 at 12:04 PM
  20. General_Kerr
    Joined:
    Apr 6, 2011
    Posts:
    188
    Referrals:
    0
    Sythe Gold:
    0

    General_Kerr Active Member
    $5 USD Donor New

    *bot help* - need help

    "This script is temporarily broken due to a RSBot update (v2.41) Please use RSBot v2.39 instead."

    DO NOT use that version of rsbot. The author of the script used depriciated code, and rsbot hacks your OS at those versions.

    A LOT of scripts that used depriciated code have quit working.

    If there aren't more errors than the 9 then i can fix it fairly quickly.

    -------------------------
    Posts Merged
    -------------------------

    OK!

    I downloaded the script from rsbot, and removed the parts that caused the problem. (Settings save/load, an antiban, non-essential stuff)

    EDIT: Perhaps Code tags were a bad idea.

    ill pastebin in a moment if it starts working

    http://tinypaste.com/d497d

    That script should work on rsbot 2.44 now!
     
< need iDung assistance | Abyssal demon question >

Users viewing this thread
1 guest


 
 
Adblock breaks this site