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!

Gather tag help

Grimmjow

New Member
Joined
Nov 11, 2013
Messages
118
Code:
<If Condition="IsTimeBetween(11,13)">
   <TeleportTo Name="Summerford Farms" AetheryteId="52" />
  [B] <Gather While="IsTimeBetween(11,13)">[/B]
      <GatherObject>Mature Tree</GatherObject>
      <HotSpots>
         <HotSpot Radius="100" XYZ="-248.9182, 15.99201, -391.7178" />
      </HotSpots>
      <ItemNames>
         <ItemName>Fire Shard</ItemName>
      </ItemNames>
   </Gather>
</If>


I'm trying to use <Gather While ="IsTimeBetween(11,13)">

If i start the profile between 11 - 13 this portion works correctly but after 13 i'm still gathering fire shards. is there another while statement i can use to accomplish this?
 
While should be lowercase. Tags and tag parameters are case-sensitive.
 
Back
Top