Thread Tools Display Modes
Prev Previous Post   Next Post Next
03-27-15, 11:57 AM   #1
Oniya
A Wyrmkin Dreamwalker
Join Date: Feb 2015
Posts: 57
Question Check for Recruits available in Tavern

Want to create a simple addon for check if i Could recruit Follower this week in Tavern (having many alts - you can forget to easy)

So, i wonder if i can check this somehow?

I checked frames that we have when recruits available:

GarrisonRecruiterFrame.Pick
GarrisonRecruiterFrame.Pick.Title1
GarrisonRecruiterFrame.Pick.Radio1
GarrisonRecruiterFrame.Pick.Radio2
GarrisonRecruiterFramePickThreatDropDown
GarrisonRecruiterFrame.Pick.ChooseRecruits
Though that they will not be in GUI when not available, but they still:

if GarrisonRecruiterFrame.Pick.ChooseRecruits then
print("Yes2");
else
print("No");
end
Is there any other way to check?

Thanks! ^_^
  Reply With Quote
 

WoWInterface » Developer Discussions » General Authoring Discussion » Check for Recruits available in Tavern


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off