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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

popotan

New Member
Joined
Dec 11, 2015
Messages
5
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