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

Zandalari Library Card

gbasp05

New Member
Joined
Mar 9, 2014
Messages
51
Reaction score
0
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:
Great, I need this achievement :-) Will give it a go sometime tomorrow. Thanks
 
Tried it myself and got the achievement in about 90 minutes!
 
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