-
Posts
11134 -
Joined
-
Last visited
-
Days Won
88 -
Feedback
100%
Everything posted by Apaec
-
So I wanted to get back into runescape, after all it is unquittable... On this acc I promised myself no botting. My goal is to get nice high stats (ultimately a main) and go bossing. I love bossing. Anyways, lets get to the point: I was doing some questing, and after almost finishing monkey madness at level 36 I decided to move on to fairy tale part 1 to get that 17 farming. Anyways, you may or may not know, but at a late stage in the quest, to make your magic secateurs you need three 'ingredients'. These can be any 3 from the following list: Avantoe (see Herblore) Baby dragon bones (kill a baby dragon) Baby blue dragon scales (kill a Baby blue dragon) Blue dragon scale (see Herblore) Supercompost (see Farming) Grapes (respawn in Cooking Guild) Raw Cave eel (see Fishing) Charcoal (buy in Tai Bwo Wannai Village or Shilo Village) Crushed gemstone (from failing to cut an opal, jade, or red topaz) Edible seaweed (from Fishing Trawler or from killing rock crabs or rock lobsters)(Warning: It will turn to rotten food if you don't bring a druid pouch to counter the ghasts.) Fat snail (from the level 20 Bruise Blamish or Blood Blamish snails in Mort Myre) Irit leaf (see Herblore) Jangerberries (You can grow them with Farming or find them west of Yanille.)(Warning:It will turn to rotten food if you don't bring a druid pouch to counter the ghasts.) Jogre bones King worms (from the swamp near the Grand Tree in the Gnome Stronghold, make sure to bring more than 1 king worm as the ghasts will make it rotten) Lime (buy from Heckel Funch in the Grand Tree) Mort Myre Fungi (use your silver sickle (b) near the logs in Mort Myre) Mort Myre Pear (use your silver sickle (b) near the bushes in Mort Myre) Mort Myre Stem (use your silver sickle (b) near the downed branches in Mort Myre) Nature talisman Potato cactus (see Herblore) Proboscis (see Tai Bwo Wannai Cleanup) Red spider's eggs (see Herblore) Red vine worms (dug up in McGrubbor's Wood west of Seers' Village) Slimey eel (see Fishing) Snapdragon (see Herblore) Snape grass (see Herblore) Uncut diamond Uncut ruby Unopened oyster (see Fishing) Volencia moss (near the mining site in Karamja. Requires Jungle Potion) White berries Anyway, getting to the point, the three easiest of these to gather are the mort myre trio (Fungi, Pear and Stem). The probability of getting these three is (correct me if i'm wrong) 32C3 = 4960, so the probability of getting the above three would be 1/4960 so ye i think im lucky thx bye
-
Sure, i've enabled a 24h trial on your acc. GL! apa
-
I just stick to windstrike seeing as you only need minds, and nothin else (with an air staff). splash with air strike to 60 or even further if you're patient!
-
How to have bot pick up birdsnare after a bird has been caught/it fell over
Apaec replied to Twin's topic in Scripting Help
If you haven't already, feel free to check out my scripting tutorial which outlines the very basics. http://osbot.org/forum/topic/58775-a-beginners-guide-to-writing-osbot-scripts-where-to-get-started-by-apaec/ Firstly, to stop your bot leaving an area, we first have to define the area in question: at the top of your script where you define all your variables, Area HUNTING_AREA = new Area(0,0,0,0); // instead of 0,0,0,0, write the top right and bottom left coords in the format // (Top right X, Top right Y, Bottom left X, Bottom left y); Then, after defining your area, you need to check if the players in it. In this scenario, we want to make sure the player is not out of the area. We can do this by dropping a check at the top of the onLoop: if (!HUNTING_AREA.contains(myPlayer())) { //if you're not standing in the hunting area log("Returning to Hunting Area"); localWalker.walk(HUNTING_AREA.getRandomPosition(0)); //Walks into hunting area } In light to your other question about the bird traps, you first need to find out what changes when you catch a bird. I.e, does the name change? do the actions change? does a single action change? Does the id change (this is a last resort) ? Once you figure out what changes, let me know and we can figure things out from there. As for a fallen over trap, at the top of your onloop, just put: GroundItem fallenSnare = groundItems.closest("Snare"); //whatever the name is, and may have called this wrong if (fallenSnare != null && fallenSnare.exists()) { fallenSnare.interact("Take"); sleep(500); } Any other problems, just let me know. Oh yea and i wrote the code all in the reply box so forgive me if I made any typos / mistakes Apaec -
They do man, unfortunately Happened to my m9 as well, and eventually one of my accs. I think it's quite rare, but yes, delete they do
-
shout out to my favorite scripter thus far
Apaec replied to zurial khan's topic in Community Discussion
u mean this scrub? -
If it worked for the runes, it will work for the herbs i'm sure
-
Sure, hit you up with a 24h trial. Enjoy!
-
if you become vegetarian then you have no excuse not to eat ur sprouts
-
Sweet thanks for the proggie! I'll try and stop it from looting on the other side, although it already shouldnt do that/. Ill look into it. Apaec
-
I want a boss pet, what one is the most easy to get.
Apaec replied to big and black's topic in Runescape
I think the chaos fanatic is easiest? not sure tho -
Sure gave you a trial. Enjoy!
-
Made me laugh: Forest gump Awesome: Now you see me Random: Noah (for emma watson)
-
Sure, trial enabled. GL & enjoy!
-
Gets player to drop stuff trade player and pretend to give them money, use up time to wait for items to spawn friend attacks tortoise from safespot and lures tortoise over items. You cannot walk through them as they are like brawlers in pest control, however if you use flowers you can move through them (you plant them and step out the way) you get to items, other guy cannot reach them you pick items up & make bank Scrubby method but cool tbh, I would not have thought of that lol. I still dont get why people drop their items tho lel Apa
-
Replied via PM. Enjoy
-
Sure ,given you a trial. Enjoy! Apa
-
Looks like a random event failed, which is handled by the client. Disable random events as none of them work
-
Sure, i've given you a trial for 24 hours. gl & enjoy, Apa
-
Sure, given you a 24h trial enjoy Hmm?
-
If you're lucky, yes If you're unlucky, no There's no way of telling
-
ooh, that's a hard one. Firstly, sorry you got banned but it happens. If you're talking about botting on an account which already has a 2day ban, i'd be extremely cautious. Bot as little as possible and allow the account to have days off (maybe like no playing on the weekend). Make sure you set up breaks with teh script, preferably to break longer than bot but really that's your choice. Also try and play a bit legit from time to time, and not just bot rock crabs solidly. I'm no expert at preventing bans, but I've heard that botting on a vps helps, as you may have a 'flagged ip'. Ultimately, i'm probably not the best person to ask as I rarely bot (only to make sure the script is working for my customers), but from what i've botted, that's the advice I can give. Apa
-
Sure, I've given you a 24h trial. Enjoy!