Jump to content

Chris

Scripter II
  • Posts

    8355
  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    100%

Everything posted by Chris

  1. @Chris @Chris1 @chris2 @Chris304 @Chris63 @Dard
  2. weird. I'll make edits to the code and see whats going on. I will look into stamina pot support
  3. It is now a one time purchase
  4. it should loot when the stack of bolts > 3
  5. Chris

    Accounts for sale

    #1 3m 07 | #2 2m 07 | #3 5m 07 (3m bank + 2M for acc)
  6. will hit up soon. dont get in town to my apartment till the 20th
  7. ufc sucks asss fuck u losers haha anime is life watch anime boxing cunts
  8. import org.osbot.rs07.api.model.RS2Object; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import org.osbot.rs07.utility.ConditionalSleep; @ScriptManifest(author = "Kingbutton", info = "Fire Cooking", logo = "", name = "LumbCook", version = 0) public class Main extends Script { @Override public int onLoop() throws InterruptedException { if (fireCheck()) { log("hello bitch"); } else { makeFire(); } return 50; } public boolean fireCheck() { RS2Object fire = objects.closest("Fire"); return fire != null; } public void makeFire() { if (!myPlayer().isAnimating() && !myPlayer().isMoving()) { GroundItem log = getGroundItems().closest("Logs"); if (log != null && log.interact("Light")) { new ConditionalSleep(3000) { @Override public boolean condition() throws InterruptedException { return myPlayer().isAnimating(); } }.sleep(); } } } }
  9. o null check b4 interacting if its a ground item use the GroundItem api
  10. Taken from Token quester page Not sure if this is still an issue but you will see it fail to select certain actions when selecting through dialogue. Since I use the dialogue API to handle the looting bag(to select the options), there is not much I can do in terms of coding to fix this problem I don't think. We will have to expect an update to mirror mode to fix the current issues. You will have to use stealth injection for now. Sorry.
  11. I started the 5 hour trial when I replied to your comment that day. gave you another.
  12. are you using injection or mirror mode?
  13. Needs to be capital first letter http://excellentscripts.x10.bz/users/Skillcube10.png
  14. 1. Pictures of the account stats 2. Pictures of the login details 3. Pictures of the total wealth (if there is any) 4. Pictures of the quests completed 7. The methods of payment you are accepting 07 GP 3m 07 8. Your trading conditions you go first 9. Pictures of the account status 10. Original/previous owners AND Original Email Address me / no original email address 1. Pictures of the account stats FUNGUS BOT READY 2. Pictures of the login details 3. Pictures of the total wealth (if there is any) 4. Pictures of the quests completed 7. The methods of payment you are accepting 07 GP 2m 8. Your trading conditions you first 9. Pictures of the account status 10. Original/previous owners AND Original Email Address me/no original email adress 1. Pictures of the account stats FUNGUS BOT READY 2. Pictures of the login details 3. Pictures of the total wealth (if there is any) 4. Pictures of the quests completed 7. The methods of payment you are accepting 07 GP 5m 07 8. Your trading conditions you first 9. Pictures of the account status 10. Original/previous owners AND Original Email Address me/no original email address
×
×
  • Create New...