Can anybody help me with this?
I am getting the "(" expected problem.
However, I know that the error comes in the line it shows with the problem. But I cant find the problem, so heres the problem with the line, then the code.
Code:
Scripts\Sources\YakPicker.java:17: '(' expected
public void onStart{;
That was the problem with the line.
Heres the first part of the code.
Code:
import java.util.Map;
import org.rsbot.script.Script;
import org.rsbot.script.ScriptManifest;
import org.rsbot.script.wrappers.RSArea;
import org.rsbot.script.wrappers.RSObject;
import org.rsbot.script.wrappers.RSTile;
@ScriptManifest(authors = "Alienz", name = "YakPicker", version = 1.0, description = "Picks up Yak hide and banks")
public class YakPicker extends Script {;
int yakHideID = {10818};
int bankChestID = {21301};
RSTile[] yaksToBank = { new RSTile(2326, 3798), new RSTile(2326, 3801), new RSTile(2328, 3805), newRSTile(2334, 3804),
new RSTile(2338, 3807)};
public void onStart{;
log(Welcome to Aliensfears Yak Hide Picker Upper Thingy);