Tere, selline mure, et kui vajutan compile, tuleb ''100 errorit''
Olen teinud palju õpetusi läbi, kuid tulutult. kui keegi oskab ja tahab siis aidake !!!
Näeb välja SELLINE :
location: class ScaperMageCutter
waitAfterMoving = -1, failCount = 0, wait1 = 400, wait2 = 700, index8 =
Skills.getStatIndex("woodcutting"), checkTime1 = random(240000, 480000);
^
Scripts\ScaperMageCutter.java.java:93: cannot find symbol
symbol : method random(int,int)
location: class ScaperMageCutter
waitAfterMoving = -1, failCount = 0, wait1 = 400, wait2 = 700, index8 =
Skills.getStatIndex("woodcutting"), checkTime1 = random(240000, 480000);
^
Scripts\ScaperMageCutter.java.java:116: cannot find symbol
symbol : class ScriptManifest
location: class ScaperMageCutter
ScriptManifest.class);
^
Scripts\ScaperMageCutter.java.java:115: cannot find symbol
symbol : method getClass()
location: class ScaperMageCutter
final ScriptManifest props = getClass().getAnnotation(
^
Scripts\ScaperMageCutter.java.java:120: getMouseSpeed(int) in ScaperMageCutter c
annot be applied to ()
getMouseSpeed();
^
Scripts\ScaperMageCutter.java.java:127: cannot find symbol
symbol : class RSTile
location: class ScaperMageCutter
final RSTile tile = tiles;
^
Scripts\ScaperMageCutter.java.java:136: cannot find symbol
symbol : class RSObject
location: class ScaperMageCutter
final RSObject treeObj = getObjectAt(tile);
^
Scripts\ScaperMageCutter.java.java:149: cannot find symbol
symbol : variable Calculations
location: class ScaperMageCutter
final Point location = Calculations.tileToScreen(tile.ge
tX(), tile
^
Scripts\ScaperMageCutter.java.java:156: cannot find symbol
symbol : method getMenuActions()
location: class ScaperMageCutter
if (getMenuActions().get(0).toLowerCase().contains("down
")) {
^
Scripts\ScaperMageCutter.java.java:157: cannot find symbol
symbol : method clickMouse(boolean,int)
location: class ScaperMageCutter
clickMouse(true, 15);
^
Scripts\ScaperMageCutter.java.java:158: cannot find symbol
symbol : method random(int,int)
location: class ScaperMageCutter
wait(random(1000, 2000));
^
Scripts\ScaperMageCutter.java.java:169: cannot find symbol
symbol : class RSObject
location: class ScaperMageCutter
RSObject cur = null;
^
Scripts\ScaperMageCutter.java.java:174: cannot find symbol
symbol : class RSObject
location: class ScaperMageCutter
final RSObject o = getObjectAt(x + Bot.getClient
().getBaseX(),
^
Scripts\ScaperMageCutter.java.java:174: cannot find symbol
symbol : variable Bot
location: class ScaperMageCutter
final RSObject o = getObjectAt(x + Bot.getClient
().getBaseX(),
^
Scripts\ScaperMageCutter.java.java:174: operator + cannot be applied to int,Bot.
getClient.getBaseX
final RSObject o = getObjectAt(x + Bot.getClient
().getBaseX(),
^
Scripts\ScaperMageCutter.java.java:175: cannot find symbol
symbol : variable Bot
location: class ScaperMageCutter
y + Bot.getClient().getBaseY());
^
Scripts\ScaperMageCutter.java.java:175: operator + cannot be applied to int,Bot.
getClient.getBaseY
y + Bot.getClient().getBaseY());
^
Scripts\ScaperMageCutter.java.java:174: cannot find symbol
symbol : method getObjectAt(,)
location: class ScaperMageCutter
final RSObject o = getObjectAt(x + Bot.getClient
().getBaseX(),
^
Scripts\ScaperMageCutter.java.java:186: cannot find symbol
symbol : class RSObject
location: class ScaperMageCutter
final RSObject tl = getObjectAt(
x
^
Scripts\ScaperMageCutter.java.java:187: cannot find symbol
symbol : variable Bot
location: class ScaperMageCutter
+ Bot.getClient(
).getBaseX() - 1, y
^
Scripts\ScaperMageCutter.java.java:186: operator + cannot be applied to int,Bot.
getClient.getBaseX
final RSObject tl = getObjectAt(
x
^
Scripts\ScaperMageCutter.java.java:187: operator - cannot be applied to
e>,int
+ Bot.getClient(
).getBaseX() - 1, y
^
Scripts\ScaperMageCutter.java.java:188: cannot find symbol
symbol : variable Bot
location: class ScaperMageCutter
+ Bot.getClient(
).getBaseY());
^
Scripts\ScaperMageCutter.java.java:187: operator + cannot be applied to int,Bot.
getClient.getBaseY
+ Bot.getClient(
).getBaseX() - 1, y
^
Scripts\ScaperMageCutter.java.java:189: cannot find symbol
symbol : class RSObject
location: class ScaperMageCutter
final RSObject tb = getObjectAt(
x
^
Scripts\ScaperMageCutter.java.java:190: cannot find symbol
symbol : variable Bot
location: class ScaperMageCutter
+ Bot.getClient(
).getBaseX(), y
^
Scripts\ScaperMageCutter.java.java:189: operator + cannot be applied to int,Bot.
getClient.getBaseX
final RSObject tb = getObjectAt(
x
^
Scripts\ScaperMageCutter.java.java:191: cannot find symbol
symbol : variable Bot
location: class ScaperMageCutter
+ Bot.getClient(
).getBaseY() - 1);
^
Scripts\ScaperMageCutter.java.java:190: operator + cannot be applied to int,Bot.
getClient.getBaseY
+ Bot.getClient(
).getBaseX(), y
^
Scripts\ScaperMageCutter.java.java:191: operator - cannot be applied to
e>,int
+ Bot.getClient(
).getBaseY() - 1);
^
Scripts\ScaperMageCutter.java.java:197: cannot find symbol
symbol : method getMyPlayer()
location: class ScaperMageCutter
final double distTmp = calculate
Distance(getMyPlayer()
^
Scripts\ScaperMageCutter.java.java:221: cannot find symbol
symbol : class RSInterface
location: class ScaperMageCutter
RSInterface welcomeInterface = RSInterface.getInterface(378);
^
Scripts\ScaperMageCutter.java.java:221: cannot find symbol
symbol : variable RSInterface
location: class ScaperMageCutter
RSInterface welcomeInterface = RSInterface.getInterface(378);
^
Scripts\ScaperMageCutter.java.java:227: cannot find symbol
symbol : method random(int,int)
location: class ScaperMageCutter
clickMouse(random(215, 555), random(420, 440), true);
^
Scripts\ScaperMageCutter.java.java:227: cannot find symbol
symbol : method random(int,int)
location: class ScaperMageCutter
clickMouse(random(215, 555), random(420, 440), true);
^
Scripts\ScaperMageCutter.java.java:235: cannot find symbol
symbol : method getCurrentTab()
location: class ScaperMageCutter
if (getCurrentTab() != Constants.TAB_INVENTORY
^
Scripts\ScaperMageCutter.java.java:235: cannot find symbol
symbol : variable Constants
location: class ScaperMageCutter
if (getCurrentTab() != Constants.TAB_INVENTORY
^
Scripts\ScaperMageCutter.java.java:236: cannot find symbol
symbol : variable INTERFACE_BANK
location: class ScaperMageCutter
&& !RSInterface.getInterface(INTERFACE_BANK).isV
alid()
^
Scripts\ScaperMageCutter.java.java:236: cannot find symbol
symbol : variable RSInterface
location: class ScaperMageCutter
&& !RSInterface.getInterface(INTERFACE_BANK).isV
alid()
^
Scripts\ScaperMageCutter.java.java:237: cannot find symbol
symbol : variable INTERFACE_STORE
location: class ScaperMageCutter
&& !RSInterface.getInterface(INTERFACE_STORE).is
Valid()) {
^
Scripts\ScaperMageCutter.java.java:237: cannot find symbol
symbol : variable RSInterface
location: class ScaperMageCutter
&& !RSInterface.getInterface(INTERFACE_STORE).is
Valid()) {
^
Scripts\ScaperMageCutter.java.java:238: cannot find symbol
symbol : variable Constants
location: class ScaperMageCutter
openTab(Constants.TAB_INVENTORY);
^
Scripts\ScaperMageCutter.java.java:240: cannot find symbol
symbol : method getInventoryArray()
location: class ScaperMageCutter
int[] items = getInventoryArray();
^
Scripts\ScaperMageCutter.java.java:248: cannot find symbol
symbol : method random(int,int)
location: class ScaperMageCutter
int idx = possible.get(random(0, possible.size()));
^
Scripts\ScaperMageCutter.java.java:249: cannot find symbol
symbol : method getInventoryItemPoint(int)
location: class ScaperMageCutter
Point t = getInventoryItemPoint(idx);
^
Scripts\ScaperMageCutter.java.java:250: cannot find symbol
symbol : method clickMouse(java.awt.Point,int,int,boolean)
location: class ScaperMageCutter
clickMouse(t, 5, 5, click);
^
Scripts\ScaperMageCutter.java.java:261: cannot find symbol
symbol : class RSTile
location: class ScaperMageCutter
RSTile rstile = object.getLocation();
^
Scripts\ScaperMageCutter.java.java:262: cannot find symbol
symbol : class RSTile
location: class ScaperMageCutter
RSTile rstile1 = new RSTile(rstile.getX() + 1, rstile.getY());
^
Scripts\ScaperMageCutter.java.java:262: cannot find symbol
symbol : class RSTile
location: class ScaperMageCutter
RSTile rstile1 = new RSTile(rstile.getX() + 1, rstile.getY());
^
Scripts\ScaperMageCutter.java.java:262: operator + cannot be applied to RSTile.g
etX,int
RSTile rstile1 = new RSTile(rstile.getX() + 1, rstile.getY());
^
Scripts\ScaperMageCutter.java.java:263: cannot find symbol
symbol : class RSTile
location: class ScaperMageCutter
RSTile rstile2 = new RSTile(rstile.getX(), rstile.getY() + 1);
^
Scripts\ScaperMageCutter.java.java:263: cannot find symbol
symbol : class RSTile
location: class ScaperMageCutter
RSTile rstile2 = new RSTile(rstile.getX(), rstile.getY() + 1);
^
Scripts\ScaperMageCutter.java.java:263: operator + cannot be applied to RSTile.g
etY,int
RSTile rstile2 = new RSTile(rstile.getX(), rstile.getY() + 1);
^
Scripts\ScaperMageCutter.java.java:264: cannot find symbol
symbol : class RSTile
location: class ScaperMageCutter
RSTile rstile3 = new RSTile(rstile.getX() + 1, rstile.getY() + 1);
^
Scripts\ScaperMageCutter.java.java:264: cannot find symbol
symbol : class RSTile
location: class ScaperMageCutter
RSTile rstile3 = new RSTile(rstile.getX() + 1, rstile.getY() + 1);
^
100 errors
Press any key to continue . . .