Everything posted by KEVzilla
-
Cannot start a topic in the Client Bugs section
How do I report a bug if I can't start a thread? Or are greynames disallowed to do so?
-
HELP WITH CLIENT PLEASE
Added you on Skype. Let's see if I can resolve your problem.
-
Ban wave today
Yeah my 1 day old account got banned lol.
-
Dbuffed's new sig
Yeah it's so good man.
-
Win7 or Win10
I can't compare to w7, but I can to w8. And I have to admit w10 is faster IMO.
-
VPS Client help
Did you run it in terminal? (java -jar osbot.jar) If so see if the terminal has any errors.
-
World hopping
What was the code you tried that didn't work?
-
My current progress.
RIP. Jagex hit me with the banhammer.
- Remote Desktop Software
-
Explv's Dank GUI Tutorial
Nice job, but I do think most use builders though.
-
My current progress.
Thanks! For combat Strength and HP. And the others are Cooking, Fishing and Thieving Thank you very much lad! Cheers m8 Noted, thanks. Heh, thanks man.
-
Simple feather looter.
Alright, thanks man. No need to call the super btw. Can just do #getGroundItems().
-
Simple feather looter.
Yeah, as I said in my reply that I'm not familiar with the API. And I just rewrote his broken script to work.
-
Simple feather looter.
Does this help you buddy? @ScriptManifest(author = "FFTL", info = "First", name = "main", version = 1.0, logo = "") public class FFTLFeathers extends Script { private State state; public enum State { LOOTING, WALKING, FILLTHISINMAN } @Override public int onLoop() throws InterruptedException { getState(); switch (state) { case LOOTING: lootFeather(); break; } return 750; } private void getState() { final GroundItem feather = closestGroundItemForName("Feather"); if (feather != null) { if (feather.isVisible()) { state = State.LOOTING; } } } public void lootFeather() { GroundItem feather = closestGroundItemForName("Feather"); if (feather != null) feather.interact("Take"); } private GroundItem closestGroundItemForName(final String name) { final GroundItems groundItems = new GroundItems(); final List<GroundItem> list = groundItems.filter(new NameFilter<>(name)); for (GroundItem g : list) { if (g.isOnScreen() && g.exists()) { //You could implement a null-check here return g; } } return null; } } Edit: not so familiar with the API yet, let me know if there are better ways lol.
-
MAIN Progress [Eventual Max?]
Good luck lad. :')
-
help coding a meal plan i will pay rs gold or paypal.
Post the assigment in your thread, or PM me.
-
My current progress.
Started today my Deadman's account and will be updating this thread accordingly.. Even though I died like 3 times, lol. 1-12-2015:
-
Sup.
Yah, I know got members lol. Cheers lad. Will be careful =P, thanks man.
-
Sup.
What's good boys? Been a while since I have touched OSRS and just decided to come back and check out deadman mode. And try to bot it for le fast EXP's. ..Other than that I'm 21 years old, Dutch, certified Java programmer (4 years solid experience, junior rn) and attending uni. Lata.