I don't know if its finished but Ashaman made/is working on one. It seems like you can prioritize the nodes. Worth a shot?
I don't know if its finished but Ashaman made/is working on one. It seems like you can prioritize the nodes. Worth a shot?
I'd also really like to see a runespan one
Red & Green Salamander Hunter // Construction // Gilded Altar // Major help w/ Kyles Runespan // VWB Smither // PhoenixFeathers // GemCutter // Bonfire // LRC Miner // Spell Tab Maker // ApeAtollAgility // IvyWC // RoguesCooker // Herblore // AshamanButterfly // AshamanPowerMiner // Fletcher // LividFarm
A red spider or Fruit bat (Spawn egg/Fruit fall) summoners script would be nice to see![]()
A bush patch farmer would be nice, I tried to make one but I can't think of a good one to locate the correct patch. More specifally I was attempting to make one that uses Barberry seeds.
Teleport to Varrock
Walk southeast
harvest, supercompost, and replant
Move to next location
After the 4 bush patches TerminateScript
If you could write the part that locates the correct patch(keep in mind that there is another patch near the misalliania one) I could probably figure something out for the walking and teleporting. I already have a jumbo map made but it's untested and might need more work.
A script for level 1 hunters.
http://imgur.com/PHoQTF0
The bush patch is the one with the funky green plant with a pink flower on top. The black square was my guy, I don't want people to see what I look like. The rest of the patches are just ones added in as background but as you can see they are the same color as the patch with the bush in it.
I need a way to locate that bush only, the pink flower, and avoid the other patches. If you can provide that to me I'll try and combine it with what I've got to make a script for farming. If you need to get colors in a f2p world then use the one west of the Champions' Guild(located a little south west of the Varrock loadstone, use the name to find it on the world map). If don't/can't add the colors just tell me what colors to get. I tried using the bush colors but it was too closely related to the surrounding area(EX:trees or ground).
Well, the pink flower is unique enough, I'm assuming you need help if it's empty?
Judging from the picture if you make a CTS2 color to match the patches and do your split() with something like distance 55-60 you should end up with one huge box with all the other patches and one small box with your patch. The you can filterbetween() to get rid of the big one.
So we can go 1-99 hunting with botsJust out of curiosity, why do you want this ?![]()
If you're still looking for ideas, I have one.
The Elf City was released today and with it came seren stones. They are basically the mining version of ivy, except even easier. The rocks last longer and respawn instantly in the same spot; no movement is required at all. On top of that, the rocks occasionally give corrupted ore, which is stackable and can be smith for xp.
They require 89 mining and give over 100k xp/hr. Here's a picture of the area for reference.
http://imgur.com/Rx2XQcP
I can't get the box to separate like you said. Therefore, I couldn't get to the point where filtering would finish it. I've tried for over 30 minutes because I didn't want to ask for more help
Simba Code:procedure ClickPatch();
var
Attempts, x, y, i: integer;
TPA: TPointArray;
ATPA: T2DPointArray;
begin
if not isLoggedIn() then
exit;
//repeat //if failing try 3040108 6 .23 .79 patch soil colors
if FindColorsSpiralTolerance(x, y, TPA, 3172209, mainscreen.getbounds(), 4, colorsetting(2, 0.27, 1.15)) then
begin
ATPA := SplitTPAEx(TPA, 30, 40);
MouseBox(ATPA[0].getbounds, mouse_move);
//FilterTPAsBetween(ATPA, 0, 7);
FilterTPAsBetween(ATPA, 3000, 10000);
smartImage.debugTPA(TPA, false);
if ismouseovertext(['bush']) then
begin
wait(RandomRange(100,1000));
fastclick(mouse_left);
fastclick(mouse_right);
if chooseoption.select(['Pick-from']) then
Attempts := Attempts + 1;
end; {else
ANTIBAN();
wait(RandomRange(500,1500));
//MouseBox(ATPA[0].getbounds, mouse_move);
if chooseoption.select(['Pick-from']) then
Attempts := Attempts + 1; }
end;
//until (Attempts >= 1);
end;
You're the boss then. I'm going to do that now and edit this post with the outcome soon.
Edit: It didn't work. I messed around with the number and it still didn't work. It still looks like the original picture with the giant box. I'm thinking about reinstalling simba or something cuz I just can't imagine an expert being wrong
Keep digging, you're getting there. Once you fight through a couple of these they get a lot easier.
Did you change the smartImage.debugTPA() to smartImage.debugATPA(atpa)? You are turning tpa (a large list of points) into atpa (an array of smaller lists of points). If you debug tpa you can't see how the split broke it into sub-objects, you want to debug the atpa.
Visually, the plot you want is more distant from the other patches than they are to each other. There should be some splitting distance that groups the other three patches together and leaves your patch in a separate object. The mayor's suggestion will work too as long as the view is fixed.
I'm thinking about reinstalling simba or something cuz I just can't imagine an expert being wrong
- Experts are wrong all the time. Question everything!
- Drinking poison is not a good way to fix a belly ache. Don't go deleting your simba and srl if everything seems to be working fine except your script code
- I'm not much of an expert at simba. Every day I'm finding things I hadn't discovered or understood. I'm just a learner at this like many of the daily posters. Trying to help with things like this is part of my learning process too.
Sorry for the late reply, I was busy fixing some problems with a script I had already released yesterday
Great, it worked!!! However, I'm not sure how to decide which box to pick..The one I want is box 1 atm but I think I'll try doing what the mayor said.
When I mentioned deleting simba it was due to the skill checking not working either and I thought perhaps it was my download.
Edit: The mayor's idea of sorting from the midpoint worked. Both of you, thank you very much.
NEW REQUEST
TheMayorsRCer
The Mayor! (:
Ive seen you around and feel youre super trust worthy making scripts.
Instead of lending you an account of mine, how about I just give you a Bond? (:
So, Ive noticed RS3 only has a few Runecrafting scripts, and to my goal/90 takes approx. 1k+ hours using them. -.-
Im okay with Buttdestroyrs Aircrafter, although, again, 1k+ hours.
If you could make something to maximize RC XP would be awesome! (:
My current RC lvl is 40, and I will continue to use this Aircrafter until suggested another option. Which crafts Air Runes in Varrock.
Lol, im lazy!
Maybe laws? Abyss? or lower Runespan Siphons? (Not too familiar with RC these days, so you suggest as well.) (:
Thanks Mayor! <3
EDIT:
Not Familiar with scripting what so ever. But know HTML if that helps. :P
Last edited by xSorrels; 09-26-2014 at 12:41 AM.
There are currently 1 users browsing this thread. (0 members and 1 guests)