Jump to content

Cheef

Members
  • Posts

    180
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Cheef

  1. I refreshed it and they're back. YAY! Might have been an connection error or something.
  2. Hi, When I log in to the bot it says I have no more scripts and I've bought like almost 10 premium scripts... Kind of annoying because when I go to add the premium script I have to pay for it again (even if it doesn't say reoccuring payment). I would just like to have the scripts I had bought, added back to my account. Thanks. Cheers! -Cheef
  3. Cheef

    BETA v1.7.71

    Won't run the script for some reason
  4. I bet she make's tons of money... hahahahahahahaha!!! #thestacksdoe
  5. I'm out guys! PEACE!

  6. QUITING (kinda)

  7. QUITING (kinda)

  8. All I gotta say: L0L its the internet!
  9. DW I got 85 mining...

  10. 85 Mining close af!!@#$%

  11. Cheef

    BETA v1.7.24

    I can't download it still... I've tried 2 different internet connections and restarted my computer and it says something is interrupting it...
  12. Cheef

    BETA v1.7.24

    At least make the bot log out if it realizes its not in the original location... Less possible bans. Also for some reason I can't download .24 but I'll restart my computer and see if it will still not let me download it. Cheers. -Cheef
  13. Cheef

    BETA v1.7.24

    Won't even download for me...
  14. For example: Mysterious ruins, Body rune, Banker, Bank stall; etc. Probably make a different bot there's already a body runecrafter on the SDN... Stark just needs to update it. Probably make a thieving script for seed stalls. Much thanks. package cheefseedstallin; import java.lang.Thread.State; import org.osbot.script.Script; import org.osbot.script.ScriptManifest; import org.osbot.script.rs2.map.Position; @ScriptManifest(author = "Cheef", info = "Steals seeds from the stalls in Draynor Village. Set-up in bank", name = "Cheef's Seed Stallin'", version = 0.1) public class CheefSeedStallin extends Script{ enum state { BANKING, WALK, ROBBING, IDLE, EATING, OPENBANK } STATE state = State.WALK; Position bankp = new Position(3091, 3245, 0); Position stallp = new Position(3079, 3054, 0); Position HalfwayTo = new Position(3087, 3248, 0); Position HalfwayTo2 = new Position(3086, 3249, 0); int bankerId = 567; int lobsterId = 379; int X = 0; int Y= 0; int stallId = 7053; int amout = 12; public void onStart(){ X = client.getMyPlayer().getX(); Y = client.getMyPlayer().getY(); log("Welcome. Time to start Stallin'"); startlevel = Client.getSkills().getLevel(Skills.THIEVING); } } Can someone help? I am I doing it right or do I need to scrap the whole thing? Thanks in advanced. edit: I just started the script, but I would like to know if I'm on the right track. Forgot to show what I want the features to be; to eat, run from combat, steal from the seed stall, bank for food, walk back from Lumby.
  15. if (!client.getInventory().contains(PURE_ESSENCE)) { You forgot to add the ! for not. If inventory doesn't contain essence -> withdraw essence Also, if you're only wanting a full inventory of essence you would use: if (!client.getInventory().isFull()) { If inventory is not full -> withdraw essence. Yeah sorry, I'm sleep deprived. Kronos is right. Do I have to import the bank classes? From org.osbot.script.rs2.ui? Does the Pure Ess have the same id as the ground item id? Can someone please help me? I have TeamViewer. yes yes yes and no. Thanks lol
  16. if (!client.getInventory().contains(PURE_ESSENCE)) { You forgot to add the ! for not. If inventory doesn't contain essence -> withdraw essence Also, if you're only wanting a full inventory of essence you would use: if (!client.getInventory().isFull()) { If inventory is not full -> withdraw essence. Yeah sorry, I'm sleep deprived. Kronos is right. Do I have to import the bank classes? From org.osbot.script.rs2.ui? Does the Pure Ess have the same id as the ground item id? Can someone please help me? I have TeamViewer.
  17. if (!client.getInventory().contains(PURE_ESSENCE)) You forgot to add the ! for not. If inventory doesn't contain essence -> withdraw essence Thanks! I will try these in the morning. edit: Deposit the runes and withdraw essence. (You can use rune essence for Body runes I think)
  18. Hi, I'm trying to make to make a Script especially for Runecrafting Body runes but I'm having a little trouble with scripting in the first place I've watched a couple videos but I need help. I just want the script to be able to open the bank, then withdraw essence (any type), walk to the altar click on it (have to have the tiara), then craft the Runes, of course. Also, possibly some Anti-Ban. Basically not a too complicated script. I know how to do the ScriptManifest and all that just having a hard time with the harder stuff.. I just want to be pointed in the right direction. I just don't want to use someone else's source code. Also I've coded a little for a RSPS. Cheers. -Cheef
  19. Cheef

    BETA v1.7.20

    Lovely. Maybe I can go back to botting gold ore at the Tzhaar place? lollll Thanks in advance! Cheers. -Cheef
  20. Cheef

    BETA v1.7.19

    Can't even use kMiner at the Tzhaar mine because it keeps clicking on a freaking Tzhaar thinking its a frog or something...
×
×
  • Create New...