Jump to content

Mumble

Members
  • Posts

    596
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Mumble

  1. Greetings! In order to keep my Emporium of Services open I am now looking for assistance to help maintain these services! Guidelines You will pay me a sum of 25m OSRS GP before you are assigned any services. (This is a security deposit in the event a worker scamquits) You must have a clean reputation across other sites You must not be banned on any other sites You must be able to use Skype to discuss orders You must speak English. Application form Do you agree to my TOS*? : Do you agree to 25m deposit? : What is your Skype ? : Have you worked for any other services previously?(Inc. Offsite): Terms of Service: 1. You cannot use any form of botting or auto clicking while working for me. (unless the client agreed to use bots) 2. If you disrespect me or any of the workers you forfeit your deposit. 3. You will never scam in any situation. If you do you forfeit your deposit and will face the consequences. ​4. Orders always have to go through me. Otherwise, forfeit deposit. 5. You can advertise but you must include the request thread. 6. You must complete any order you take. If not completed within a reasonable time-frame as agreed upon, you will not be payed. 7. If you take outside requests you may be kicked from the service and forfeit your deposit. 8. You will never do a job without me knowing under my name, Doing so will result in a kick and possible loss of deposit. 9. you will only get 15m deposit back if you decide to leave before 3 months of service.
  2. Please feel free to PM Me here for my Skype or any questions.
  3. I'll hand make you the two accs if you give me 2 bonds + 3m
  4. Mumble's Service Emporium Everything is hand done by me or one of my associates. (Unless botting is requested for use) Prices are as follows: Fighter Torsos & Fighter Helms Combat > 70 : 9.5M Combat > 90 : 7.5M Combat > 110 : 6M Fire Capes Request a Quote Defenders Bronze > Rune 6m Bronze > Dragon 7m Tier upgrades 1m / Tier Void Service Combat Less than 70 - 18.5m Combat Less than 100 - 17m Combat Greater than 100 - 14m Quests Request a quote Terms of Service All order are done by hand. No Scripts will be used and no bots will be run. (UNLESS SPECIFIED) This is to ensure not only your account staying safe, but also to ensure that I will not be held liable for any botting bans. Feedback & Vouch on my profile and workers profile(If Applicable) after completion. Payment upfront to me unless you would like a trusted MM I am not responsible for any bans and do not offer a refund unless My service is unable to complete the accepted request within a reasonable time frame as. A reasonable time frame as defined by me unless specified and agreed upon otherwise. I am not responsible for the account after the service is completed. You will not login to the account or edit any of the necessary details to login to the account. Violating this will void any possible refund You must provide all materials needed, or enough GP to buy them. If you claim an account has certain pre-reqs (Quests, skills, etc) and it does not. Any possible refund may be voided and service stopped. You may request screenshots of current progress I have the right to decline any order. All of OSBot's TOS apply here Request Form Do you agree to the Terms of Service?: What would you like accomplished?: Skype Name?: Please feel free to PM Me here for my Skype or any questions. Orders of more than 1 service may receive a discount! 1/31/17 updated TOS
  5. Turns out I just needed to save the program so it would update. Thanks to this guy I've managed to fix this issue.
  6. I'm trying to create a basic edgeville yew cutting script just to learn a little bit, package edgeChopper; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import org.osbot.rs07.api.map.Position; import org.osbot.rs07.api.model.RS2Object; import org.osbot.rs07.input.mouse.MiniMapTileDestination; import org.osbot.rs07.api.map.Area; import java.awt.*; @ScriptManifest(name = "edgeYews", author = "Mumble", version = 1.0, info = "", logo = "") public class edgeChopper extends Script { public final int ALIVE_YEW=38755; private Area BANK_AREA = new Area(3098, 3488, 3092, 3498); private Area CHOP_AREA = new Area(3089, 3468, 3085, 3482); private enum State { CHOP, WALK_TO_BANK, BANK, WALK_TO_CHOP }; private State getState() { if (inventory.isFull() && CHOP_AREA.contains(myPlayer())) return State.WALK_TO_BANK; if (!inventory.isFull() && BANK_AREA.contains(myPlayer())) return State.WALK_TO_CHOP; if (inventory.isFull() && BANK_AREA.contains(myPlayer())) return State.BANK; return State.CHOP; } @[member=Override] public void onStart() { //Code here will execute before the loop is started log("hopefully this fucking works"); } @[member=Override] public void onExit() { //Code here will execute after the script ends } @[member=Override] public int onLoop() throws InterruptedException { switch (getState()) { case CHOP: if (!myPlayer().isAnimating()) { RS2Object tree = objects.closest(ALIVE_YEW); if (tree != null) { if (tree.interact("Chop")) sleep(random(1000, 1500)); } } break; case WALK_TO_BANK: getWalking().webWalk(BANK_AREA); sleep(random(1500, 2500)); break; case WALK_TO_CHOP: getWalking().webWalk(CHOP_AREA); sleep(random(1500, 2500)); break; case BANK: RS2Object bankBooth = objects.closest("Bank booth"); if (bankBooth != null) { if (bankBooth.interact("Bank")) { while (!bank.isOpen()) sleep(250); bank.depositAll(); } } break; } return 100; //The amount of time in milliseconds before the loop starts over } @[member=Override] public void onPaint(Graphics2D g) { //This is where you will put your code for paint(s) } } In the onLoop() section I'm confronted with an Unhandled exception type error and I'm not sure how to fix it. Thanks for any help.
  7. Thanks so much man! I thought I was going to need to walk between every single area that I needed to go!
  8. So would all of the walking using positions be unnecessary since webwalking would just handle that? Or how does webwalking specifically work?
  9. I'd be happy to do this for you man! 4m. Feel free to PM Me! I can get this done quick!
  10. I was looking over Pandemic's guide on a simple mining script http://osbot.org/forum/topic/29924-pandemics-scripting-series-part-ii-path-walking-and-simple-banking-updated-for-osbot-2/?hl=banking And it was all making sense to me except when it had finally come together I had some errors, import org.osbot.rs07.utility.Area; This line was couldn't be resolved, this ended up effecting any othertime when the word Area was used. The guide was written in 2014 and OSBot has been updated since then, I'm not sure how to use the Area function. Thanks for any help you can provide!
  11. Thanks for the tip. I'm trying to build a Zulrah account on f2p what would you recommend I do instead? Thanks, just wanted to see if I could get 42 so I could do some nats at a later date. (Not happening now it seems.)
  12. Had an account, hand grinded everything from 0-40 combat stats. Did quests until 19 QP by hand. Had assorted stats up to level 20. Previous bans on my IP- One 2 years ago was only for 2 weeks. Started off with Khal's AIO Runecrafter, got 47 RCing in a day (8 hours about with an hour break in the middle) Then used Khal's AIO Minotaurs at Minotaurs & Flesh crawlers the next day for about 6 hours until ~45 Melee stats and 35 range (from 20) Logged in today, Permbanned. Just posting this as information, maybe try to get some advice on how not to get banned in the future. Thanks
  13. @FruityBug I think I posted for a trial while it was down. Think I could still get one? Thanks (I have school for 8 hours a day so i might miss it . )
  14. Worth a significant more amount than that.
×
×
  • Create New...