Everything posted by Pseudo
- Lumbridge Home Teleport Snippet
-
Fletching data
Makes just as much sense, if not more, to use a 2d array than an enum here..
-
area-based vs path-based walking?
I'd imagine this is only viable for traversing in the loaded region.
-
OSBot 2.1.14 - Many Random Solvers Patched, API bugfixes
Glad to hear that you'll be having additional users to maintain the API. Surely in regards to the walking, the randomization should be defined by the developer anyway? As each path is different and so ideally the method should take their own values for randomization?
-
Clean Signature.
I like it, it is as you say, clean. Please look into package naming conventions though, hehe.
-
Scripterwriter application
I think it should have a more structured protocol, as things stand everyone who can get a script on the SDN is a 'script writer'. Even though half of them haven't a clue.
-
Custom quick dropping method [Req]
private void dropAll() throws InterruptedException { for (int slot = 0; slot < 28; slot++) { Item item = client.getInventory().getItems()[slot]; if (item == null) continue; client.getInventory().interactWithSlot(slot, "Drop"); } }
- Spam thread for Epsilon.
-
eat anything edible in inventory
There's no need to complicate it as much as you have either. Something like: private boolean eat() { for (Item i : getInventory().getItems()) { if (i != null && Arrays.asList(i.getDefinition().getActions()).contains("Eat")) return getInventory().interact(i.getId(), "Eat"); } return false; } Should work.
-
[Sponsor][$250 donor][Selling Bonds 1m each!][200+ feedback]
Discussing buying a bond on Skype now.
- Auto Quester
-
Handy paint-making tool
Apologies, thought I'd modified my post with a link to the modified version, apparently not. Here it is: http://up.ht/Sd5LdL Media:
-
Handy paint-making tool
This is Enfilade's Easel, iirc I modified a version of it to be compatible with the old school client, let me see if I can find it.
-
How effective would this be?
Generally clicking an unwalkable tile on the minimap will take you to the nearest walkable one anyway, so I don't see issues rising from this besides in extreme circumstances.
- Acerd... has fallen.
-
Quick Prayer
The final keyword doesn't necessarily make it a constant.
-
OldSchool Runescape F2P
********as 4got bout lobsters thou
- 500 Feedback :)
- Dwarven Minds
-
anyone wanna be oldschool buddies?
such implication, much innocence
- anyone wanna be oldschool buddies?
-
Get current tree
I'm not sure where you learnt Java, but I didn't learn it by reading my IDE's shortcut manual.
-
Anyone wanna team up with swizz?
Sorry Ant, I simply don't have the time to teach you anymore.
- GUI. How can i create/use one?
- All Food Support