Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/24/14 in all areas

  1. Dear community, In this release the following issues regarding OSBot 1 have been tackled: Login for high risk worlds Freezing random event engine related to hopping A change to gaussian distributions so they are capped and can't produce the VERY rare exceptions and thus bugs The isUnderAttack methods is now no longer just a logout timer. If nothing is facing you, it won't tell you that you're in combat. If something is facing you, it will check the actual logout timer. The above is implemented into the Run Away From Combat anti-random handler Both Login and Welcome Screen randoms have gotten an overhaul and work better The World Hopper should now have no more bugs All randoms that need a canReach() check now actually have it implemented Download for this version can be found here: http://www.osbot.org I know I should be focusing on OSBot 2, but on the other hand some of those fixes were a necessity. Sincerely, OSBot.org
    4 points
  2. Dear community, Sorry for another release but I only realized just now that most combat scripts don't have a random behavior hook for the Run Away From Combat random handler (which they should!). Therefore the changes I made to the handler were causing problems for all combat scripts, I have reverted those changes. The download can be found here: http://www.osbot.org Sincerely, OSBot.org
    3 points
  3. Thanks to @Jack for sparking the idea Variables: int currentXP; int gainedXP; int drawXP; int screenWidth = 520; int screenHeight = 337; double yMovement; int alpha = 255; In your onStart method: currentXP = client.getSkills().getExperience(Skill.YOUR_SKILL); Code for your onPaint method: gainedXP = client.getSkills().getExperience(Skill.YOUR_SKILL); if (gainedXP != currentXP) { drawXP = gainedXP - currentXP; currentXP = client.getSkills().getExperience(Skill.YOUR_SKILL); yMovement = 0; alpha = 255; } if (drawXP != 0 && alpha > 1) { g.setColor(new Color(255, 255, 255, alpha -= 2)); String drawString = "+ " + drawXP; int stringLength = (int) g.getFontMetrics().getStringBounds(drawString, g).getWidth(); g.drawString(drawString, screenWidth / 2 - stringLength / 2, (int) ((screenHeight / 2) - (yMovement += .7))); } If you're drawing other things after this remember to set the color back to what you want!! Here's what it looks like in game:
    2 points
  4. @Zach has the best postcount. What a troll.
    2 points
  5. Hello and welcome to my first guide ever written I made this to help people who need help with merching, it's not that hard on runescape but i think some people might do it wrong or can do it a lot better then they used to do. I like trading/making good deals and the economy in general. I am currently using ATmercher and i'm still amazed about how great this script is, i never got scammed and it runs flawless for me. Thanks to the maker of this lovely script Merching So first of all you should know how to make money from merching on Runescape or any other MMO. What do you do: Basicly you buy items for the fewest amount of gold as possible and sell them for the biggest amount as possible, this way you make profit How to start First of all you will need a start capital, i would recommend getting 300k - 1m and start with items such as rune armor. You'd probably think to start with something such as fish/logs/ores etc. But i don't prefer to start with those items. WHY NOT? (i will use lobsters for example). People usually buy lobsters in bulks, if your capacity is only 1k you will probably make like 30k profit while they acutally need 10k. The same applies for sellers, if a seller wants to sell you 10k of lobsters but you can only buy 1k you are wasting your time (even if you are botting it) the time of buying those lobsters and sell them again takes too long. You must be able to buy bulks of lobsters before making a good amount of profit. Other sellers and buyers are precious for you! Well if this isn't a good start then why would rune armor work? Most people only sell one or two rune item(s) which means you can buy them all, you maximize your productivity by buying all the seller his items. Most buyers will probably only need one so your productivity is at his limit if you can provide him with all the items he wants. Per rune item you could make 5-10k if you buy and sell them for the right prices, the profit looks low but the amount of people who will trade or sell you things is BIG also there are not as much salesman compared to the fish/logs/ores market. I have been merching rune items for the past few days and i make 150-200k per hour. ^This is MY vision on the market on Runescape, and sure people may call this bullshit but it works for me and helped me out a lot in the beginning. How to keep going If you finally reached 4-10m you should consider picking a new item, you could finally start merching bulk items or maybe next tier items: like dragon, barrows etc. The problem with merching is that most spots and items are already taken by die-hard money farmers the positive thing about this is that they probably wont check prices of other people: so just lower your price and compete with them! At this point you should pick an item and stick to it for a while merching takes a lot of patience and perhaps some luck aswell. You might want to set goals to keep yourself motivated, motivation has always been a struggle for me on RuneScape, and i think many people agree. Tips and tricks - Merching is common sense, be smart about it - Don't give up too soon on one item, just give it more chance - Stick to one price and don't lower it too soon (patience my friend..) - Don't sell the items for too low - Don't buy the items for too high - Set goals - Be clear in the text you type - Try to differ in colour with other salesmen - Compete with other salesmen - Use an unscammable script or your own brain I kinda enjoyed making this guide, i hope i helped people out with the basics of merching and trading. Please comment down below and rate this guide, i want to improve myself I apologize for any grammar mistakes Thanks for reading!
    1 point
  6. so does your vagina
    1 point
  7. that twc looks sexy
    1 point
  8. looks so good, so keen for this will be hoping to try this, maybe even buy membs back just for this script
    1 point
  9. Welcoooooooooooooome baaaaaaaaaaaaaaaaaaaack Raflesia!!!!!!!!!!!!! I will congratulate you again on Skype when I am on Never expected you to come back.
    1 point
  10. i dont give a shit about the updates, as long as you guys keep it free
    1 point
  11. 1 point
  12. We're doing our best to make sure these fixes won't delay the OSBot 2 release. But either way, it's quite near!
    1 point
  13. Uh I am getting the random combat handler from any npc that attacks me. I am using an abyss runecrafter. I get the random combat handler when the skeletons in the wild attack, and when any abyssal monster attacks me.
    1 point
  14. I told you we had to stop at 65.000 damn
    1 point
×
×
  • Create New...