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!

Zandalari Library Card

gbasp05

New Member
Joined
Mar 9, 2014
Messages
51
Hey just did this because this achievement is a pain.

So all it does is farm mobs in the Conqueror's terrace on Isle of Thunder.

Known Issues so far:
It won't stop when the achievement is done because I don't know how to do it. (I'd need help on this please).
 

Attachments

Last edited:
PHP:
<GrindTo Condition="GetItemCount(95409) = 1" >

could do this for each one. or add all the ids into one, not sure if that would work though

essentialy this would grind until 95409 is in ur bag
 
PHP:
<GrindTo Condition="GetItemCount(95409) = 1" >

could do this for each one. or add all the ids into one, not sure if that would work though

essentialy this would grind until 95409 is in ur bag

Thanks! But its it possible to make it stop when the achievement is done instead of by items?
 
PHP:
<GrindTo Condition="IsAchievementCompleted(8212)" GoalText="Completing achievement"  />
<CustomBehavior File="WaitTimer" WaitTime="5000" GoalText="Waiting for quest to Complete {TimeRemaining}" />

this? im going to try it out soon and see if it will work
 
Back
Top