kagamihiiragi17
Community Developer
- Joined
- Jun 24, 2014
- Messages
- 873
seens not work , or what i miss something?
Code:<If Condition="IsTimeBetween(13,14)"> <If Condition="not IsOnMap(154)"> <TeleportTo Name="Revenant's Toll" AetheryteId="24" /> </If> </If> <If Condition="IsTimeBetween(13,14)"> <TeleportTo Name="Revenant's Toll" AetheryteId="24"/> <Stealth Activate="True" /> <Gather Loops="1"> <GatherObject>Unspoiled Rocky Outcrop</GatherObject> <HotSpots> <HotSpot Radius="95" XYZ="297.7793, 7.004344, -589.2265"/> <HotSpot Radius="95" XYZ="343.6565, -7.780937, -451.2857"/> </HotSpots> <Slot>1</Slot> <GatheringSkillOrder> <GatheringSkill SpellName="King's Yield II" TimesToCast="1" /> <GatheringSkill SpellName="Sharp Vision" TimesToCast="1" /> <GatheringSkill SpellName="Deep Vigor" TimesToCast="1" /> </GatheringSkillOrder> </Gather> <Stealth Activate="False" /> <MoveTo XYZ="478.9291, -2.545939, -496.3447"/> <WaitWhile Condition ="IsTimeBetween(13,14)" /> </If>
You can't put other tags within a Gather tag. Use this instead: