Everything posted by Botre
-
Favourite cartoon?
South Park / Family Guy
-
Is there a way to use shortcut keys in my script?
http://docs.oracle.com/javase/tutorial/uiswing/events/keylistener.html
-
Edible Snippet
I use both name and id (id only for failsafe purposes). I'll probably add varags instead of having multiple entries for multibite foods, not sure why I didn't in the first place...
-
Edible Snippet
Poison karambwan Rock cake (+ all the healing drinks such as tea, jug of wine, etc... that have a drink option instead of "eat") Here's mine, I like to have heal amount data for smart eating and ids just in case: package food; import id.Id; public enum Food { TUNA_POTATO("Tuna potato", Id.TUNA_POTATO.getId(), 22), MANTA_RAY("Manta ray", Id.MANTA_RAY.getId(), 22), SEA_TURTLE("Sea turtle", Id.SEA_TURTLE.getId(), 21), SHARK("Shark", Id.SHARK.getId(), 20), MONKFISH("Monkfish", Id.MONKFISH.getId(), 16), SWORDFISH("Swordfish", Id.SWORDFISH.getId(), 14), BASS("Bass", Id.BASS.getId(), 13), LOBSTER("Lobster", Id.LOBSTER.getId(), 12), RAINBOW_FISH("Rainbow fish", Id.RAINBOW_FISH.getId(), 11), JUG_OF_WINE("Jug of wine", Id.JUG_OF_WINE.getId(), 10), TUNA("Tuna", Id.TUNA.getId(), 10), SALMON("Salmon", Id.SALMON.getId(), 9), PIKE("Pike", Id.PIKE.getId(), 8), TROUT("Trout", Id.TROUT.getId(), 7), COD("Cod", Id.COD.getId(), 7), MACKEREL("Mackerel", Id.MACKEREL.getId(), 6), CHOCOLATE_CAKE("Chocolate cake", Id.CHOCOLATE_CAKE.getId(), 5), TWO_THIRD_CHOCOLATE_CAKE("2/3 chocolate cake", Id.TWO_THIRD_CHOCOLATE_CAKE.getId(), 5), CHOCOLATE_SLICE("Chocolate slice", Id.CHOCOLATE_SLICE.getId(), 5), HERRING("Herring", Id.HERRING.getId(), 5), BREAD("Bread", Id.BREAD.getId(), 5), CAKE("Cake", Id.CAKE.getId(), 4), TWO_THIRD_CAKE("2/3 cake", Id.TWO_THIRD_CAKE.getId(), 4), SLICE_OF_CAKE("Slice of cake", Id.SLICE_OF_CAKE.getId(), 4), COOKED_CHICKEN("Cooked chicken", Id.COOKED_CHICKEN.getId(), 4), COOKED_MEAT("Cooked meat", Id.COOKED_MEAT.getId(), 4), SARDINE("Sardine", Id.SARDINE.getId(), 4), KARAMBWANJI("Karambwanji", Id.KARAMBWANJI.getId(), 3), SHRIMPS("Shrimps", Id.SHRIMPS.getId(), 3); private final String name; private final int id; private final int healAmount; Food(final String name, final int id, final int healAmount) { this.name = name; this.id = id; this.healAmount = healAmount; } public String getName() { return name; } public int getId() { return id; } public int getHealAmount() { return healAmount; } @Override public String toString() { return name; } }
-
How long before Mysteryy gets promoted/demoted?
Yo momma
-
Skill idea suggestions
I was already thinking about a "Logic" skill that would act like Runescape's Prayer. Throwable bags of fulminated mercury, check. SomaliaScape
-
Skill idea suggestions
Some of you might know I'm currently working on a game project. I'm looking for some runescape-esque skills. This is what I got so far: Chemistry ... Looking forward to your suggestions (I don't need/want a description, just a keyword)!
-
A Beginners Guide to Writing OSBot Scripts (where to get started!) by Apaec
Ma Apa teaching dem noobs :') Nice guide brochacho
-
paid scripts and osbot 2
Are you referring to OSBot 1 scripts when talking about "my paid scripts"? If that's the case then... sorry, it has been like 2 months since the transition though :p If not then please explain how they aren't working.
- 10/10 would chat again.
-
Old school rs childhood memories :')
You aren't a noob / child anymore. It's not the game, it's not the community, it's you ^^
-
Old school rs childhood memories :')
Kinda like this:
-
My Resignation
I respect those who have the balls to resign and do so without abusing their powers / trust. Sad to see you leave the post though, you proposed some very attracting initiatives and seemed to be doing a good job overall. Peace
- Congratulations Milo
-
Excuse me, very important question Josh be pondering.
- Should be back!
Welcome back brochacho $$$- OSBot 2.2.12
- just incase plz
- AutoUp: Automatic client updates
Thanks!- To all my new fellow veterans
We all know who the true king is.- rsmv throwback
- Spread The Love, Win Free Scripts!
very nice initiative- Best PiP
- Banrate on Firemaking?
I'd say firemaking is relatively safe.- We need some Java men to fix the bot.
You need money to spend money. The reason they wanted to change their market model is because they don't have money to spend money (well either that or they are really greedy). - Should be back!