Looking for someone to possibly make a profile for Seafood Stew. Not sure if it's even possible but willing to donate a substantial amount for one that works and is 100% afkable!
I think what OP means is a profile that can farm all the ingredients and then make it, as in catch Blueclaw Shrimp, Rock Mussel, Coerthan Crab, and farm Dravanian Paprika and Dzemael Tomato, along with Duskborne Aethersand. Then craft Seafood Stew. It'd basically combine a bunch of profiles. I can't see why it wouldn't be feasible, except for probably the Duskborne Aethersand...since it's reliant on RNG more so than the others
Yeah I guess I should have read more into the request =) RNG doesn't really matter.. Fishing is just as RNG based for the most part, and it'll take him less time to farm the sand overall. You rake up stacks and stacks of duskborne in no time.
This is easily possible, just need to combine the Ephemeral Profile with the two unspoiled pieces with some misc fishing ones, the issue is the crafting of it. You need 741 craftmanship to really give a good chance at HQ'n this, so that you can 4 shot progress it / MM > PbB > (ing2) Rapid) , this leaves just the right amount where a CS2 will finish it. With that said, a macro really wouldnt work that well, unless it can recgonzie pb/rapid fails , if not your wasting to much CP to take the RNG out to really push HQ's, if your going for NQ's np.
Like mentioned earlier though, there are 1 star profiles on the forum. Forgot if they are made after high craftmanship or control, I'm thinking control since that seems more common than craftmanship. (And I 'm pretty sure most ppl would avoid Rapid if they can, MM over MaMa I guess is debatable, but not really) EDIT: Actually nvm.. it's late.. That shouldn't matter as long as ppl meet the recipe requirements and the profile CP requirements. HQ'ing with bare minimum required stats is another story.
That was sorta my whole point, to HQ with min stats/mats, you really have to sorta self craft it versus following a macro.
I'm sorry, I did mean a profile that could acquire all the materials. Even if you omit the dusk it would still be acceptable as there are good ephemoral node profiles. I have something to already craft with nq mats.
Heres my first pass at the profile, at least in terms of gathering the mats for Seafood Stew. Note , I used lisbeth for crafting, so if someone wants to maybe add craft tags to this , be my guess. As an added benefit the profile will also can catch pipira during the weather windows for shrimp. Edit 1: Changed a dismount tag that was causing some issues and changed, but now getting some weird errors, can someone a tad more proficient take a look.
I think your <Gather></Gather> starting on ln 322 blows up RB, not entirely sure though, continued when I retried after changing that to ExGather, but it moved on to another item.. So not sure. Oh.. Dismounting.. tried it the other way around.. dismounting before disabling.. or splitting it into two codechunks.
Check the </If> and the position of IsTimeBetween in Code: <If condition="&Crabs; != 0"> <If condition="&Shrimp; != 0"> Are you sure you can put a LogMessage inside a Fish tag??? (I'm doing another things and i didn't try your profile)
nvm, that wasn't it.. something is really broken =) Edit: I'm going to try to go over this profile with some coffee in my veins.
when fishing for coerthan crab, sometimes when the bot got a HQ crab it will release instead of keeping, dont know if its a bug
thanks, ya there are two things I cant figure out, one is the weird coerthan crab release ...i cant replicate it again but I saw it earlier, and I still dont know why when it does the ExMoveTo for shrimp it stalls out and wont move down the fish spot, since its the same logic as the mussels, ....I got some caffeine in me goign to try and figure this out.
Running it atm, to see if it will run through it all without any hickups, I haven't had it release any crabs though, so I don't know about that one
Found the issue, it has to do with the bracketing on isTimeBetween on Shrimp reverting shortly with updated and working copy, I've also been able to replicate the release crab bug, but only when I'm stealthed..., note I've changed the gather to ExGather to make it more consistent,
Lol, was just about to post that.. I've been adding tug types to the fish, but unfortunately it's Dust Storms atm.. so I'm not really getting anything besides Pipira Pira. And one for @ExMatt while gathering Dzemael Tomato, it also grabbed Dzemael Tomato Seeds Code: <If Condition="IsTimeBetween(13,14) and &Tomato; != 0"> <ExLog Color="#B4EEB4" Message="Gathering Dzemael Tomato" /> <If Condition="not IsOnMap(137)"> <TeleportTo Force="true" Name="Wineport" AetheryteId="12" /> </If> <If Condition="Core.Me.CurrentJob != ClassJobType.Botanist"> <RunCode Name="Botany" /> <WaitTimer WaitTime="5" /> </If> <ExGather Loops="1" DiscoverUnknowns="True" CordialType="Cordial" CordialTime="IfNeeded" GatherIncrease="Yield"> <Items> <GatherItem Name="Dzemael Tomato" /> </Items> <GatherObject>Unspoiled Lush Vegetation Patch</GatherObject> <HotSpots> <Hotspot Z="281.4099" Y="37.52908" X="-170.2747" Radius="700" /> </HotSpots> <GatherRotation>Unspoiled</GatherRotation> </ExGather> </If>
Ya was a pretty easy fix once I had the juices flowing, I think the reason you grabbed seeds is the discoverunknown true perhaps.. Anyway thanks for the help guys I think this should be good to go now. Edit 1 : Fixed one pathing issue for shrimp.