I think scripter 1 is just having a script on the SDN. If you condensed what you have now into a smaller script, like 1 - 3 primary locations and made it free, then going by your code you should have absolutely no problems.
If its in a different class, you need to either exchange context, or not extend method provider and use dependency injection instead, like so
void walk(Script instance, Area area){
WebWalkEvent e = new WebWalkEvent(area);
instance.execute(e);
}
Not sure why it would be throwing an NPE, usually this happens when someone calls the wrong execute function, which you are not.
Bit of a tip as well, that while loop is going to do nothing as it wont start until the webwalk event has finished.
Could you paste the entire exception?
Yeah, I've actually been working on that right now. Sometimes it doesn't get stuck, sometimes it does, and it does have a check to see if its closed, and is meant to open it.
Once version 1.09 goes through, I'm thinking it will be fixed.
I'm sure it'll get handled soon enough, I don't handle payments so I am unable to help in that regard I'm afraid.
As for what you're doing wrong, its very hard to say and there could be literally nothing wrong with what you are doing. If i were to guess, I'd say its the age of the account, or maybe you are flagged? If the account is F2P its probably going to get hit rather quickly as well.
Try surround the entire username:password part with quotations, not just the username. Just a hunch, wasnt able to find anything to help you out.
Is your account old? I think just about all accounts have emails for usernames now
Or are you talking about osbot username, which I think the first thing I mentioned might cover as well
Interested in doing a script logo? Looking for a design similar to the ones in my description, I tried making my own but i should probably stick to coding.
< yikes