I think there are requirements you have to meet in order to make a thread
First of all you cant tell him not to make a thread here, in fact its more preferable to make a thread to get support than asking in the live chat. One more thing, THIS IS SPAM SECTION!!
You have to pass object that uses Method provider, Script class extends it so you can use it. Make a constructor in you DoWalkPath class which takes Script as a parameter something like this
public DoWalkPath(Script script) {
this.script = script;
}
and to initiate it in the main calss just simplu make an DoWalkPath and pass to it the parameter script(Main class)
public DoWalkPath walk = new DoWalkPath(this);
Hope this helps.
Well this isnt necessary, as if you post every 5 hours and you were the last poster, then the post you posted will be merged with your last post. That way an addition post count is prevented and also you bumped your thread.
public static final Area SEERS_AREA_BANK = new Area(2721, 3494, 2729, 3490);
script.client.getMyPlayer().isInArea(SEERS_AREA_BANK); // returns boolean(i use it in if)
Worked fine in 1.4.x and now it doesnt work at all.