Jump to content

Twin

Members
  • Posts

    1334
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Twin

  1. I've never had to do it before, but I'm pretty sure you can just do like If (strGainedExp > 0) g.drawString(""+strPerHour,40,290);
  2. If i'm understanding your question correctly, just check to ssee what stat is gaining exp. Then, set that as the xp to show, and if they're training on balanced make sure they can all show. du talar svenska?
  3. A dupe brought a lot of raw gp into the game.
  4. So are you asking for someone to do the work for you? Look up how to use window builder/whatever jframe builder you prefer. Check to see if a warrior is around, and if he is, check if he's reachable, and if he's not reachable open the nearest door. Look at pugs guide for learning paint, it's on the scripting help section, and I'm sure you can find a snippet on te scripting help forum for banking and walking a path.
  5. Go into the tutorial section, and look at Pugs guide on paint.
  6. are these accounts being botted? Prices are really, really low from what i've seen.
  7. Are you trying to export it to use it in game? If so, just compile it and put the jar in the osbot/script folder.
  8. I doubt a 1200$ prebuilt can max out gta 5 with a constant 60fps, I'm not even sure if it would make it to 60fps. Why not build your own computer? Takes 3 hours max, and you can get 50% extra speed o so for your money.
  9. 45m without void 50-55m with full void.
  10. Es fun to watch every now and again. It just makes me really uncomfortable to know people like him live among us.
  11. Every one of them is going to be a high ban rate, rock crabs are probably the most botted combat area
  12. I heard that someone who is a better scripter than me would be making a dragons script but it doesn't look like he has. I may take this on again, but I'm just being lazy about it.
  13. Just get the color if the projectile, unless they're both the same.
  14. It's possible the distance is too far between each point. DId you use MMU or did you manually get the points? Try making more points inbetween, or use Josed's path maker.
  15. Substitute pre workout for any amphetamine and this is true. All pre workout did to me was make my heart beat really fast.
  16. Let me know if you need any help!
  17. You can either have 2 different cases, CUTOAK, CUTTREE, or you can do a boolean inside your chop case. So if(oak &&oakTree!=null || tree&&regTree!=null) Or for the two different cases you can do get the skill level, then check to see if it's greater than or equal to 15, and if it is, cut oaks, and if not, cut trees.
  18. Awkward. I just saw the osbot directory and thought it was what you sent me like 4 months ago
  19. I was so confused on why you were telling him to read from the osbot directiory, then I realized this was from your rock crab script.
  20. You need 4 states. Bank, WalkToBank, Chop, and WalkToTrees. They should be as follows if(inventory.isFull()&&!BANKAREA.contains(myPlayer()) return State.WALKTOBANK; if(inventory.isFull()&&BANKAREA.CONTAINS(myPlayer()) return State.BANK; if(!inventory.isFull()&&TREEAREA.contains(myPlayer()) return State.CHOP; if(!inventory.isFull()&&!TREEAREA.conntains(myPlayer()) return State.WALKTOTREES; So you're going to need to make paths for walking to the bank, walking to tthe trees, and areas for the bank and the area you want to cut oaks. Then for banking, it should look something like this if(bank.isOpenn()) { Entity bankBooth = objects.closest("Bank booth") bankBooth.interact("Bank"); bank.depositAll("Oak logs"); sleep(random(500,1000)); bank.close; } else bankBooth.interact("Bank"); sleep(random(500,1000));
  21. I blame it on religion. It has done more wrong for the world than right. This isn't some edgy atheist post(I'm not even atheist), It's just my opinion.
  22. Anything to do with rice, you can get a 25lb bag of rice for like 15 dollars, thats a fuck ton of rice.
×
×
  • Create New...