Entrax, can you please tell me where to edit this so that it'll check if spawn is up faster time? It literally sits there for 5+ minutes.. with full GP.. and the node is up... everytime![]()
Code:<WaitWhile Condition ="IsTimeBetween(12,15)" /> <GatherCollectable loops="1" spawnTimeout="&IsTimeBetween_tick;" SpellDelay="&Spell_Delay;" CordialType="Cordial" CordialTime="Auto" DiscoverUnknowns="true" GatherIncrease="&GatherIncrease_Tag;"> <GatherObjects> <GatherObject>Unspoiled Lush Vegetation Patch</GatherObject> </GatherObjects> <ItemNames> <ItemName>Black Truffle</ItemName> </ItemNames> <GatherRotation>&Rotation;</GatherRotation> <HotSpots> <Hotspot XYZ="-443.3712, -1.39606, -262.7161" Radius="500"/> </HotSpots> </GatherCollectable>
That radius seems way to big... maybe it is just not seeing it. Your character can only ever see up to '250'. I would adjust so that there are more hotspots if you need them, but 500 is not the way to do it. 250 max!
Edit: this suggestion is for entrax. Idk if that is actually causing the problem for sure though.