Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/19/13 in all areas

  1. Hello community, I've been fixing many randoms lately. Run away from combat should work perfectly Maze has been patched (untested) Frog cave has been patched (tested) Frog queen has been patched (untested) I will be fixing randoms daily. Hopefully a release per day until randoms have been perfected again. Thanks, Sincerely, Laz and the OSBot Team.
    18 points
  2. Hello community. Unfortunately a slight change in the client caused one of our callbacks to crash the client. The issue has been resolved with this release. Get the latest build at http://osbot.org Thanks, Sincerely, Laz and the OSBot Team.
    4 points
  3. I got invalid password after that freeze, and i recoverd it but still invalid password lol.
    2 points
  4. lmao the agony of when a bot goes down !! "You mean i have to actually play? "
    2 points
  5. still no work fuk wat am i supose to do. GO OUTSIDE? wtf
    2 points
  6. interacting is so slow
    2 points
  7. major update, first of all its personalized so its prioritizing willow logs now that i have the level for it, will do more trees after i get the level too. the biggest challenge on this script is finding a blank spot to light the fire, because its not looking for a long line(which i will do later) i have it look for tiles on the map with 0 objects on them, but this means certain ground decoration that you actually are allowed to light fires on will be avoided. import java.util.ArrayList; import java.util.List; import org.osbot.script.Script; import org.osbot.script.ScriptManifest; import org.osbot.script.rs2.map.Position; import org.osbot.script.rs2.model.RS2Object; @ScriptManifest(author="nubsrevenge", info="chops and burns trees", name="chopNburn", version=1.3) public class ChopNBurn extends Script{ public ChopNBurn(){} int tinderbox = 590, fire = 2716; int oak = 12608, willow = 12604; int[] trees = {1276, 1278}; int[] logs = {1511, 1521, 1519}; RS2Object tree; enum State { BURN, CHOP, WAIT; } private State state; public void onStart(){ } public int onLoop() throws InterruptedException{ tree = closestObject(willow); if(tree == null) tree = closestObject(oak); if(tree == null) tree = closestObject(trees); if(tree != null) state = State.CHOP; if(inventoryContains(logs) && client.getInventory().contains(tinderbox)) state = State.BURN; if(client.getMyPlayer().getAnimation() != -1) state = State.WAIT; if(this.closestNPCForName("Ent") != null && this.closestNPCForName("Ent").getPosition().distance(this.client.getMyPlayer().getPosition()) <= 1) state = State.CHOP; switch (state){ case WAIT: sleep(random(300,400)); break; case CHOP: chop(); break; case BURN: burn(); break; default: log("something wrong"); stop(); } return random(100, 200); } public void onMessage(String message) throws InterruptedException{ if(message.contains("level to use")) stop(); if(message.contains("light a fire here")) walkToBlankTile(); } void chop() throws InterruptedException{ tree.interact("Chop down"); sleep(random(300,400)); } void burn() throws InterruptedException{ if(getObjectsAt(client.getMyPlayer().getPosition()).size() != 0) walkToBlankTile(); client.getInventory().interactWithId(tinderbox, "Use", false); client.getInventory().interactWithNameThatContains("logs", "Use", null, true); sleep(random(700,800)); } void walkToBlankTile() throws InterruptedException{ int x = client.getMyPlayer().getPosition().getX(), y = client.getMyPlayer().getPosition().getY(), z = client.getMyPlayer().getPosition().getZ(); for(int i = 10; i > 0; i--){ for(int j = 1; j < 10; j++){ if(getObjectsAt(new Position(x+i,y+j,z)).size() == 0){ walkExact(new Position(x+i,y+j,z)); return; } } } } public ArrayList<RS2Object> getObjectsAt(Position p){ List<RS2Object> objects = client.getCurrentRegion().getObjects(); ArrayList<RS2Object> list = new ArrayList<RS2Object>(); for(int x = 0; x < objects.size();x++) if(objects.get(x).getPosition().equals(p)) list.add(objects.get(x)); return list; } public boolean inventoryContains(int [] ids){ for(int x = 0; x < ids.length; x++) if(client.getInventory().contains(ids[x])) return true; return false; } public void onExit(){ log("died or stopped"); } }
    1 point
  8. Personally I am happier then a camel on hump day.
    1 point
  9. 1 point
  10. You're telling people, who are providing YOU with a FREE service, to get their shit together? Smh... dawg, you know how to read? I pay $9.99 a month for this shit. stfu
    1 point
  11. When I log into my account using the bot my game freezes, not the bot. I am still able to close my tab and reopen it but it happens again. I've tried restarting the bot. It doesn't happen when I connect using Swift Kit. The error seems to have appeared ever since I tried to use the PseudoRockCrabs and it crashed upon starting spewing something about screen rotation? Help is appreciated.
    1 point
  12. The client is having some issues and therefore it freezes. Wait for Laz/Zach to update which will be soon. Thanks in advance.
    1 point
  13. this is like the 20th post about this, its well known their fixing it.
    1 point
  14. you need to chill the hell down. your all impatient, just wait and stop crying! go out have some fun.
    1 point
  15. there has been a new update you fucking idiots!!!!!
    1 point
  16. Thank you, Laz. Could you look into adding an auto update feature into the client? If it'd be too much work to add to the current client, aim for it to be in 2.0?
    1 point
  17. So, I'm almost ready to release the GDK I made for the SuperScript Factory. I've made a video that demonstrates all of the functions that I've added, starting out with deathwalk. Let me know if there is anything else I should include before release http://www.youtube.com/watch?v=8z2qOcpElJ4
    1 point
  18. OT: And yea I love this game also. ^_^ Im pretty far in the game already. I really cant wait for GTA Online
    1 point
  19. Tein sen jo ei auttanu aukee vaa cmd Ootko yrittänyt poistaa koko windows account ja tehdä uuden? Sen ehkä auttaisi. Joo yritän ooks 100% suomalaine? Veli oon somppu .
    1 point
  20. honestly if you liked the zelda games for the nintendo 64, you would love this game. the targeting system and sheild and all that, but the souls series are very difficult. one of the best online pvp too. the souls series (Demon's Souls and Dark Souls) are my favorite games and ive literally put thousands of hours into both demon souls and dark souls since they've come out. this is a game that once you pick it up, you dont put it down, hours feels like minutes. i cannot express the greatness of these games.
    1 point
  21. Maybe with a little more you can buy your pride back.
    1 point
  22. Thats great to hear!
    1 point
×
×
  • Create New...