NEED HELP! scripting error 38/100 Errors RSBOT compile script

Discussion in 'RuneScape 3 Cheating' started by jdnhrnz, Aug 8, 2010.

NEED HELP! scripting error 38/100 Errors RSBOT compile script
  1. Unread #1 - Aug 8, 2010 at 6:26 PM
  2. jdnhrnz
    Joined:
    Sep 27, 2007
    Posts:
    38
    Referrals:
    0
    Sythe Gold:
    0

    jdnhrnz Member

    NEED HELP! scripting error 38/100 Errors RSBOT compile script

    Every time i try to compile ANY script, it gives me errors. sometimes it says 100 errors, sometimes its 38 errors. ive tried almost EVERYTHING! i always copy the script, save it as a .java, then put it in the script folder, but every time i compile it, ERRORS! HELP PLEASE!
     
  3. Unread #2 - Aug 8, 2010 at 10:37 PM
  4. 'DnB'
    Joined:
    Apr 24, 2008
    Posts:
    145
    Referrals:
    0
    Sythe Gold:
    0

    'DnB' Active Member
    Banned

    NEED HELP! scripting error 38/100 Errors RSBOT compile script

    Are you saving it under the correct name? Are you using the new (1.9) version of rsbot? or the old (1.3)
     
  5. Unread #3 - Aug 8, 2010 at 10:39 PM
  6. Seventy Five
    Joined:
    Aug 8, 2010
    Posts:
    45
    Referrals:
    0
    Sythe Gold:
    0

    Seventy Five Member
    Banned

    NEED HELP! scripting error 38/100 Errors RSBOT compile script

    Copy and paste the error.
     
  7. Unread #4 - Aug 9, 2010 at 12:00 AM
  8. Tiemen
    Joined:
    Mar 21, 2010
    Posts:
    3,913
    Referrals:
    1
    Sythe Gold:
    0

    Tiemen Grand Master
    Banned

    NEED HELP! scripting error 38/100 Errors RSBOT compile script

    ^ what he said, mostly you get a clear description of what's wrong.
     
  9. Unread #5 - Aug 9, 2010 at 9:14 PM
  10. jdnhrnz
    Joined:
    Sep 27, 2007
    Posts:
    38
    Referrals:
    0
    Sythe Gold:
    0

    jdnhrnz Member

    NEED HELP! scripting error 38/100 Errors RSBOT compile script

    im running the most recent verison of rsbot, and yes im positive im putting it in the correct folder. here is the error im receiving:

    Scripts\AlKharidLeather.java:20: cannot find symbol
    symbol: class ServerMessageListener
    ServerMessageListener {
    ^
    Scripts\AlKharidLeather.java:29: cannot find symbol
    symbol : class RSTile
    location: class AlKharidLeather
    private final RSTile bankTile = new RSTile(3271, 3167),
    ^
    Scripts\AlKharidLeather.java:33: cannot find symbol
    symbol : class RSTile
    location: class AlKharidLeather
    private final RSTile[] path = { bankTile, midTile, tannerTile };
    ^
    Scripts\AlKharidLeather.java:35: cannot find symbol
    symbol : class RSTile
    location: class AlKharidLeather
    private RSTile checkTile(final RSTile tile) {
    ^
    Scripts\AlKharidLeather.java:35: cannot find symbol
    symbol : class RSTile
    location: class AlKharidLeather
    private RSTile checkTile(final RSTile tile) {
    ^
    Scripts\AlKharidLeather.java:45: cannot find symbol
    symbol : class RSItem
    location: class AlKharidLeather
    private RSItem findItem() {
    ^
    Scripts\AlKharidLeather.java:96: cannot find symbol
    symbol : class RSTile
    location: class AlKharidLeather
    private RSTile getTile() {
    ^
    Scripts\AlKharidLeather.java:538: cannot find symbol
    symbol : class RSTile
    location: class AlKharidLeather
    private RSTile randomTile(final RSTile location) {
    ^
    Scripts\AlKharidLeather.java:538: cannot find symbol
    symbol : class RSTile
    location: class AlKharidLeather
    private RSTile randomTile(final RSTile location) {
    ^
    Scripts\AlKharidLeather.java:542: cannot find symbol
    symbol : class RSTile
    location: class AlKharidLeather
    private RSTile randomTile(final RSTile location, final int rand) {
    ^
    Scripts\AlKharidLeather.java:542: cannot find symbol
    symbol : class RSTile
    location: class AlKharidLeather
    private RSTile randomTile(final RSTile location, final int rand) {
    ^
    Scripts\AlKharidLeather.java:546: cannot find symbol
    symbol : class RSTile
    location: class AlKharidLeather
    private RSTile randomTile(final RSTile location, final int xRand,
    ^
    Scripts\AlKharidLeather.java:546: cannot find symbol
    symbol : class RSTile
    location: class AlKharidLeather
    private RSTile randomTile(final RSTile location, final int xRand,
    ^
    Scripts\AlKharidLeather.java:590: cannot find symbol
    symbol : class ServerMessageEvent
    location: class AlKharidLeather
    public void serverMessageRecieved(final ServerMessageEvent e) {
    ^
    Scripts\AllSmither.java:6: package com.speljohan.rsbot.bot does not exist
    import com.speljohan.rsbot.bot.Bot;
    ^
    Scripts\AllSmither.java:7: package com.speljohan.rsbot.event.events does not exi
    st
    import com.speljohan.rsbot.event.events.ServerMessageEvent;
    ^
    Scripts\AllSmither.java:8: package com.speljohan.rsbot.event.listeners does not
    exist
    import com.speljohan.rsbot.event.listeners.PaintListener;
    ^
    Scripts\AllSmither.java:9: package com.speljohan.rsbot.event.listeners does not
    exist
    import com.speljohan.rsbot.event.listeners.ServerMessageListener;
    ^
    Scripts\AllSmither.java:10: package com.speljohan.rsbot.script does not exist
    import com.speljohan.rsbot.script.Script;
    ^
    Scripts\AllSmither.java:11: package com.speljohan.rsbot.script does not exist
    import com.speljohan.rsbot.script.Skills;
    ^
    Scripts\AllSmither.java:12: package com.speljohan.rsbot.script.wrappers does not
    exist
    import com.speljohan.rsbot.script.wrappers.RSInterface;
    ^
    Scripts\AllSmither.java:13: package com.speljohan.rsbot.script.wrappers does not
    exist
    import com.speljohan.rsbot.script.wrappers.RSObject;
    ^
    Scripts\AllSmither.java:14: package com.speljohan.rsbot.script.wrappers does not
    exist
    import com.speljohan.rsbot.script.wrappers.RSTile;
    ^
    Scripts\AllSmither.java:16: cannot find symbol
    symbol: class Script
    public class AllSmither extends Script implements PaintListener,
    ^
    Scripts\AllSmither.java:16: cannot find symbol
    symbol: class PaintListener
    public class AllSmither extends Script implements PaintListener,
    ^
    Scripts\AllSmither.java:17: cannot find symbol
    symbol: class ServerMessageListener
    ServerMessageListener {
    ^
    Scripts\AllSmither.java:199: cannot find symbol
    symbol : class RSTile
    location: class AllSmither
    public RSTile[] bank2anvil = new RSTile[] { new RSTile(3186, 3432),
    ^
    Scripts\AllSmither.java:203: cannot find symbol
    symbol : class RSTile
    location: class AllSmither
    public RSTile[] anvil2bank = new RSTile[] { new RSTile(3185, 3428),
    ^
    Scripts\AllSmither.java:852: cannot find symbol
    symbol : class ServerMessageEvent
    location: class AllSmither
    public void serverMessageRecieved(final ServerMessageEvent e) {
    ^
    Scripts\areaMaker.java:15: package com.speljohan.rsbot.bot does not exist
    import com.speljohan.rsbot.bot.Bot;
    ^
    Scripts\areaMaker.java:16: package com.speljohan.rsbot.event.listeners does not
    exist
    import com.speljohan.rsbot.event.listeners.PaintListener;
    ^
    Scripts\areaMaker.java:17: package com.speljohan.rsbot.plugin does not exist
    import com.speljohan.rsbot.plugin.NonPluginClass;
    ^
    Scripts\areaMaker.java:18: package com.speljohan.rsbot.script does not exist
    import com.speljohan.rsbot.script.Calculations;
    ^
    Scripts\areaMaker.java:19: package com.speljohan.rsbot.script does not exist
    import com.speljohan.rsbot.script.Script;
    ^
    Scripts\areaMaker.java:20: package com.speljohan.rsbot.script.wrappers does not
    exist
    import com.speljohan.rsbot.script.wrappers.RSTile;
    ^
    Scripts\areaMaker.java:145: cannot find symbol
    symbol: class Script
    public class areaMaker extends Script implements PaintListener {
    ^
    Scripts\areaMaker.java:145: cannot find symbol
    symbol: class PaintListener
    public class areaMaker extends Script implements PaintListener {
    ^
    Scripts\areaMaker.java:22: cannot find symbol
    symbol: class NonPluginClass
    class areaGUI extends areaMaker implements NonPluginClass {
    ^
    Scripts\areaMaker.java:30: cannot find symbol
    symbol : class RSTile
    location: class areaGUI
    public ArrayList<RSTile> pathTiles = new ArrayList<RSTile>();
    ^
    Scripts\AtomicAllThiever.java:8: package com.speljohan.rsbot.bot does not exist
    import com.speljohan.rsbot.bot.Bot;
    ^
    Scripts\AtomicAllThiever.java:9: package com.speljohan.rsbot.event.events does n
    ot exist
    import com.speljohan.rsbot.event.events.ServerMessageEvent;
    ^
    Scripts\AtomicAllThiever.java:10: package com.speljohan.rsbot.event.listeners do
    es not exist
    import com.speljohan.rsbot.event.listeners.PaintListener;
    ^
    Scripts\AtomicAllThiever.java:11: package com.speljohan.rsbot.event.listeners do
    es not exist
    import com.speljohan.rsbot.event.listeners.ServerMessageListener;
    ^
    Scripts\AtomicAllThiever.java:12: package com.speljohan.rsbot.script does not ex
    ist
    import com.speljohan.rsbot.script.Constants;
    ^
    Scripts\AtomicAllThiever.java:13: package com.speljohan.rsbot.script does not ex
    ist
    import com.speljohan.rsbot.script.Script;
    ^
    Scripts\AtomicAllThiever.java:14: package com.speljohan.rsbot.script.wrappers do
    es not exist
    import com.speljohan.rsbot.script.wrappers.RSNPC;
    ^
    Scripts\AtomicAllThiever.java:15: package com.speljohan.rsbot.script.wrappers do
    es not exist
    import com.speljohan.rsbot.script.wrappers.RSPlayer;
    ^
    Scripts\AtomicAllThiever.java:17: cannot find symbol
    symbol: class Script
    public class AtomicAllThiever extends Script implements ServerMessageListener,
    ^
    Scripts\AtomicAllThiever.java:17: cannot find symbol
    symbol: class ServerMessageListener
    public class AtomicAllThiever extends Script implements ServerMessageListener,
    ^
    Scripts\AtomicAllThiever.java:18: cannot find symbol
    symbol: class PaintListener
    PaintListener {
    ^
    Scripts\AtomicAllThiever.java:142: cannot find symbol
    symbol : class RSNPC
    location: class AtomicAllThiever
    private boolean clickNPC(final RSNPC npc, final String action) { // By
    ^
    Scripts\AtomicAllThiever.java:336: cannot find symbol
    symbol : class RSPlayer
    location: class AtomicAllThiever
    private RSPlayer myPlayer() {
    ^
    Scripts\AtomicAllThiever.java:515: cannot find symbol
    symbol : class ServerMessageEvent
    location: class AtomicAllThiever
    public void serverMessageRecieved(final ServerMessageEvent e) {
    ^
    Scripts\AutoSplitter.java:4: package com.speljohan.rsbot.event.events does not e
    xist
    import com.speljohan.rsbot.event.events.ServerMessageEvent;
    ^
    Scripts\AutoSplitter.java:5: package com.speljohan.rsbot.event.listeners does no
    t exist
    import com.speljohan.rsbot.event.listeners.PaintListener;
    ^
    Scripts\AutoSplitter.java:6: package com.speljohan.rsbot.event.listeners does no
    t exist
    import com.speljohan.rsbot.event.listeners.ServerMessageListener;
    ^
    Scripts\AutoSplitter.java:7: package com.speljohan.rsbot.script does not exist
    import com.speljohan.rsbot.script.Constants;
    ^
    Scripts\AutoSplitter.java:8: package com.speljohan.rsbot.script does not exist
    import com.speljohan.rsbot.script.Script;
    ^
    Scripts\AutoSplitter.java:9: package com.speljohan.rsbot.script.wrappers does no
    t exist
    import com.speljohan.rsbot.script.wrappers.RSInterface;
    ^
    Scripts\AutoSplitter.java:10: package com.speljohan.rsbot.script.wrappers does n
    ot exist
    import com.speljohan.rsbot.script.wrappers.RSObject;
    ^
    Scripts\AutoSplitter.java:12: cannot find symbol
    symbol: class Script
    public class AutoSplitter extends Script implements PaintListener,
    ^
    Scripts\AutoSplitter.java:12: cannot find symbol
    symbol: class PaintListener
    public class AutoSplitter extends Script implements PaintListener,
    ^
    Scripts\AutoSplitter.java:13: cannot find symbol
    symbol: class ServerMessageListener
    ServerMessageListener {
    ^
    Scripts\AutoSplitter.java:24: cannot find symbol
    symbol : class ServerMessageEvent
    location: class AutoSplitter
    ServerMessageEvent e;
    ^
    Scripts\AutoSplitter.java:209: cannot find symbol
    symbol : class ServerMessageEvent
    location: class AutoSplitter
    public void serverMessageRecieved(final ServerMessageEvent svr) {
    ^
    Scripts\avianProHidendra.java:36: package com.speljohan.rsbot.bot does not exist

    import com.speljohan.rsbot.bot.Bot;
    ^
    Scripts\avianProHidendra.java:37: package com.speljohan.rsbot.event.events does
    not exist
    import com.speljohan.rsbot.event.events.ServerMessageEvent;
    ^
    Scripts\avianProHidendra.java:38: package com.speljohan.rsbot.event.listeners do
    es not exist
    import com.speljohan.rsbot.event.listeners.PaintListener;
    ^
    Scripts\avianProHidendra.java:39: package com.speljohan.rsbot.event.listeners do
    es not exist
    import com.speljohan.rsbot.event.listeners.ServerMessageListener;
    ^
    Scripts\avianProHidendra.java:40: package com.speljohan.rsbot.script does not ex
    ist
    import com.speljohan.rsbot.script.Constants;
    ^
    Scripts\avianProHidendra.java:41: package com.speljohan.rsbot.script does not ex
    ist
    import com.speljohan.rsbot.script.GEItemInfo;
    ^
    Note: Scripts\Stronghold.java uses unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    100 errors
    Press any key to continue . . .
     
  11. Unread #6 - Aug 10, 2010 at 6:15 AM
  12. jdnhrnz
    Joined:
    Sep 27, 2007
    Posts:
    38
    Referrals:
    0
    Sythe Gold:
    0

    jdnhrnz Member

    NEED HELP! scripting error 38/100 Errors RSBOT compile script

    and i just found out im running v1.24
     
  13. Unread #7 - Aug 10, 2010 at 7:35 AM
  14. James
    Joined:
    Dec 12, 2007
    Posts:
    7,744
    Referrals:
    18
    Sythe Gold:
    78
    Facebook Promoter Sythe RSPS Player St. Patrick's Day 2013 Heidy Easter 2013 Oktoberfest 2013 Sythe's 10th Anniversary Tier 1 Prizebox St. Patrick's Day 2014 Tortoise Penis
    Halloween 2013

    James OK, Just a little pinprick-There'll be no more-ah!
    Village Drunk Retired Sectional Moderator

    NEED HELP! scripting error 38/100 Errors RSBOT compile script

    try the new 1.9 there are tuts on the rsbot or powerbot site how to download.
    also, when you have a problem with rsbot. do not go to sythe and ask for help, try powerbot.org they own the bot and therefor will be able to help you more then sythe.org

    ~James.
     
  15. Unread #8 - Aug 10, 2010 at 10:43 AM
  16. jdnhrnz
    Joined:
    Sep 27, 2007
    Posts:
    38
    Referrals:
    0
    Sythe Gold:
    0

    jdnhrnz Member

    NEED HELP! scripting error 38/100 Errors RSBOT compile script

    where do i download 1.9? i cant find it anywhere.
     
  17. Unread #9 - Aug 10, 2010 at 11:50 AM
  18. Clover87
    Joined:
    Apr 7, 2009
    Posts:
    569
    Referrals:
    1
    Sythe Gold:
    0

    Clover87 Forum Addict
    Banned

    NEED HELP! scripting error 38/100 Errors RSBOT compile script

    There ya go. Look for something about 1.9 svn.
     
  19. Unread #10 - Aug 11, 2010 at 2:01 PM
  20. jdnhrnz
    Joined:
    Sep 27, 2007
    Posts:
    38
    Referrals:
    0
    Sythe Gold:
    0

    jdnhrnz Member

    NEED HELP! scripting error 38/100 Errors RSBOT compile script

    i downloaded it and the downloaded scripts still get the same error...
     
  21. Unread #11 - Aug 11, 2010 at 9:20 PM
  22. Clover87
    Joined:
    Apr 7, 2009
    Posts:
    569
    Referrals:
    1
    Sythe Gold:
    0

    Clover87 Forum Addict
    Banned

    NEED HELP! scripting error 38/100 Errors RSBOT compile script

    are you sure they're supposed to be in 1.9 and not 1.24?
     
  23. Unread #12 - Aug 11, 2010 at 11:26 PM
  24. jdnhrnz
    Joined:
    Sep 27, 2007
    Posts:
    38
    Referrals:
    0
    Sythe Gold:
    0

    jdnhrnz Member

    NEED HELP! scripting error 38/100 Errors RSBOT compile script

    how do i tell if theyre supposed to be for 1.9 or 1.24? either way i always get the same errors though
     
  25. Unread #13 - Aug 11, 2010 at 11:34 PM
  26. Clover87
    Joined:
    Apr 7, 2009
    Posts:
    569
    Referrals:
    1
    Sythe Gold:
    0

    Clover87 Forum Addict
    Banned

    NEED HELP! scripting error 38/100 Errors RSBOT compile script

    If they didn't specify on their thread it needs to be 1.24.

    If you have both downloaded you need to run the one that you want the script to compile in, quit, then compile it.
     
< Kminer is frustrating me.. | Free bot >

Users viewing this thread
1 guest


 
 
Adblock breaks this site