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. Ain't nothing wrong with doing something strange for a piece of change. Some people like to earn their money in moral ways. We're on a botting site man... we're a bunch of cheats.
    1 point
  12. does anyone else's client freezes when they loggin?
    1 point
  13. 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
  14. OT: And yea I love this game also. ^_^ Im pretty far in the game already. I really cant wait for GTA Online
    1 point
  15. 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
  16. have fun when you get pked or something....... superscript isnt meant for wildy... ur gnna lose gear doing this and time and money. its simply not worth it.
    1 point
  17. I don't GDK and I never had but quite simply your limited to GSS. When you do web dev you can either Author it or use WYIWY (What you see is what you get) software instead, this is the exact situation but different context. You are limited to what functions GSS can offer you. There are no complex methods in GSS. http://redcloth.org/articles/wysi-dangerous-why-wysiwyg-editors-are-bad-for-your-website/ Many of the reasons why WYIWYG isn't a good idea for advanced authoring is the same as a GDK bot. Simply, GSS isn't advanced enough yet. You can't make real fail safes yet.
    1 point
  18. Their won't be any fail safes. I think you should reconsider releasing this but ofc it's up to you.
    1 point
  19. Posted the SDN request. Now, I want to make it clear I DONT SCRIPT FOR MONEY, I do it for the fun\satisfaction of it. HOWEVER, as a business major, I understand the effects on an economy when supply supersedes demand SO for this reason it will be a paid script or else it would offer no sustainability.
    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. Thats great to hear!
    1 point
×
×
  • Create New...