What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

popotan

New Member
Joined
Dec 11, 2015
Messages
5
Reaction score
0
Code:
<Gather loops="1" >
				<GatherObject>Rocky Outcrop</GatherObject>
				<HotSpots>
					<HotSpot Radius="90" XYZ="497.8525, 11.62181, 356.1958" />
				</HotSpots>
				<ItemNames>
				<ItemName>Ice Crystal</ItemName>
				<ItemName>Ice Shard</ItemName>
				</ItemNames>
				<GatheringSkillOrder>
				<GatheringSkill SpellName="Menphina's Ward" TimesToCast="1" />
				</GatheringSkillOrder>
			</Gather>

I want to Gather loop once~

GatherCollectable Loops="1" invalid
exGather Loops="1" invalid

help~~
 
Code:
<Gather loops="1" >
				<GatherObject>Rocky Outcrop</GatherObject>
				<HotSpots>
					<HotSpot Radius="90" XYZ="497.8525, 11.62181, 356.1958" />
				</HotSpots>
				<ItemNames>
				<ItemName>Ice Crystal</ItemName>
				<ItemName>Ice Shard</ItemName>
				</ItemNames>
				<GatheringSkillOrder>
				<GatheringSkill SpellName="Menphina's Ward" TimesToCast="1" />
				</GatheringSkillOrder>
			</Gather>

I want to Gather loop once~

GatherCollectable Loops="1" invalid
exGather Loops="1" invalid

help~~
Is "Loops" case-sensitive? Have you tried it with a capital "L"?
 
<Gather Loops="1"> is what I'm using so I know that's works...
Can you post up your log file please?

Also can you try removing

<GatheringSkillOrder>
<GatheringSkill SpellName="Menphina's Ward" TimesToCast="1" />
</GatheringSkillOrder>

and then re-run with <Gather Loops="1"> ?
 
Code:
<Gather loops="1" >
				<GatherObject>Rocky Outcrop</GatherObject>
				<HotSpots>
					<HotSpot Radius="90" XYZ="497.8525, 11.62181, 356.1958" />
				</HotSpots>
				<ItemNames>
				<ItemName>Ice Crystal</ItemName>
				<ItemName>Ice Shard</ItemName>
				</ItemNames>
				<GatheringSkillOrder>
				<GatheringSkill SpellName="Menphina's Ward" TimesToCast="1" />
				</GatheringSkillOrder>
			</Gather>

I want to Gather loop once~

GatherCollectable Loops="1" invalid
exGather Loops="1" invalid

help~~

Loops or loops both work in ExGather. The error will show us the issue. Probably compile errors.
 
Back
Top