View Single Post
08-14-15, 08:30 AM   #1
kaimox
A Fallenroot Satyr
Join Date: Jun 2008
Posts: 25
Follower recruitment macro

Hello, I would really like to have a macro that checks whether I have recruited my weekly follower from Akanja.
Something similar to this which doesn't work because it checks on her quest (which I did ofc):
/run for k, v in pairs({Rekrut = 37046, Rekrut = 37046}) do print(format("%s: %s", k, IsQuestFlaggedCompleted(v) and "\124cff00ff00Yes\124r" or "\124cffff0000No\124r")) end

Is the recruitment gossip option somewhere flagged as completed? Could I maybe use GetGossipOptions somehow?

Last edited by kaimox : 08-20-15 at 11:27 AM.
  Reply With Quote