Jump to content

Botre

Members
  • Posts

    5883
  • Joined

  • Last visited

  • Days Won

    18
  • Feedback

    100%

Everything posted by Botre

  1. In order to repopulate the SDN with free scripts and promote better quality paid scripts, let me propose the following: 1. To unlock the ability to sell paid scripts you need to have at least one free script on the SDN. The SDN manager can refer to this script to check if the author is premium-worthy. 2. This free script has to be selected from a list of script subjects provided by the consumers and revised by the providers. A maximum of 2 script instances per list entry will be allowed (unless all items of the list already have 2 instances), this will promote script diversity. 3. The free script has to be managed and fixed for as long as a paid scripter wishes to sell premium ones. 4. Absolutely no one gets grandfathered.
  2. well played
  3. Diminished gold supply (caused by pressure on botting) + stable demand = price increase If OSBot can find way to reduce this pressure* then goldfarming could (temporarily, until jagex tweaks their methods accordingly to OSBot's measures) become extremely profitable once again. It is (could be) a healthy cycle actually. *which I hope they are looking for, Laz... pls
  4. Botre

    Scripts Page Down

    It seems that its comic sans ms font finally ended up killing the page . Damn you, you comic sans ms parasite. OT: I can confirm this, blank page for me too
  5. Solutions to more/better updates ? Developers working more for the same amount of money! - Genius! "Hire" an API team but not give them any financial incentives! - Amazing idea! Give the developers more money so their extra work is financially justified, boosting motivation and they maybe even get to give the API team some financial incentives! - Eeeeeeew no! That not how it works ?
  6. Gandalf is already more than 2000 years old (1935 years over 65) in LOTR tho http://www.thetolkienforum.com/showthread.php?9430-Gandalf-s-age
  7. White robe.. Are you a princess or something?
  8. sexy obviously
  9. You prefer American Dad! ? Not being from the USA, their jokes and references are too american for me :p
  10. South Park / Family Guy
  11. http://docs.oracle.com/javase/tutorial/uiswing/events/keylistener.html
  12. Botre

    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...
  13. Botre

    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; } }
  14. I was already thinking about a "Logic" skill that would act like Runescape's Prayer. Throwable bags of fulminated mercury, check. SomaliaScape
  15. 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)!
  16. Ma Apa teaching dem noobs :') Nice guide brochacho
  17. 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.
  18. Wat Oo
×
×
  • Create New...