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!

ladygamer

Member
Joined
Oct 15, 2010
Messages
175
This gives no error... ;/ but it never even gets into the log messages... Help please? :)

HuntRankCompleted(ClassJobType job, int rank)
HuntEntryCompleted(ClassJobType job, int item)
HuntSubEntryCompleted(ClassJobType job, int item,int subitem)


HuntGCRankCompleted(int rank)
HuntGCEntryCompleted(int item)
HuntGCSubEntryCompleted(int item, int subitem)


<If Condition="not HuntGCRankCompleted(0)">
<If Condition="not HuntGCEntryCompleted(0)">
<LogMessage Message="In Second" />
<If Condition="not IsOnMap(145)">
<TeleportTo Name="Camp Drybone" AetheryteId="18" />
</If>
<LogMessage Message="debug" />
<Grind grindRef="Maelstorm_1_0" PostCombatDelay="5" while="not HuntGCEntryCompleted(0)" />
</If>
 
Back
Top