Uldum: Friendly Alpaca Progress Tracker
Opened this issue ยท 1 comments
Hi there,
Might be nice to add a progress tracker (similar to eg.: the Korthia Mounts: Darkmoul or Malie) to the Friendly Alpaca in Uldum.
could be done like this:
3a4,12
> -- Friendly Alpaca
> local function GetFriendlyAlpaceStatus()
> local count = select(4, GetQuestObjectiveInfo(58881, 0, false))
> if count ~= nil then
> return format(" (%d/7)", count)
> end
> return ""
> end
>
22c31
< note="Feed it {item:174858:Gersahl Greens} for 7 days; find them by the rivers",
---
> note="Feed it {item:174858:Gersahl Greens} for 7 days; find them by the rivers" .. GetFriendlyAlpaceStatus(),