jamesestep1984
Member
- Joined
- Apr 23, 2015
- Messages
- 46
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!
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!
there already is 1 star crafting profiles on here
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
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.
HQ'ing with bare minimum required stats is another story.
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.
<If condition="&Crabs; != 0">
<If condition="&Shrimp; != 0">
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.
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.
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.I think I might have found the issue I think it has to do with the bracketing on isTimeBetween on Shrimp reverting shortly, note I've changed the gather to ExGather to make it more consistent,
<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>