Code: Select all
function Init(Quest)
-- Make the quest feather green
SetQuestFeatherColor(Quest, 2)
end
1 - purple 2 - green 3 - blue Leaving this command out or setting it to any other value will show the normal feather.
Moderator: Team Members
Code: Select all
function Init(Quest)
-- Make the quest feather green
SetQuestFeatherColor(Quest, 2)
end
Figured it out and should once again work properly, updated the DB with the code and took a screen shot as proof The issue is there was a version check expecting the client version, however the version it was checking against was the packet version which ended up being below the the check causing it to not work (wanted >= 1193 struct version was 1188). I just dropped the check to 1188, not sure when these feathers were introduced but doubt any one will ever connect with 1188 so there should be no problems.Jabantiz wrote:This no longer seems to work on the npc's that it needs to, did some tests and on a mob it worked fine but on an actual quest giver it doesn't, it seems to make the feather vanish in most cases. No clue why this stopped working and what made it stop working.
Yea at some point they became color coded, blue is for repeatable, green for trade skill, and purple I think is for heritage.Dello0000 wrote:Nice work! i guess its color coded for different quest? normal, craft, group and raid or whatever?
Very nice tho!
Users browsing this forum: No registered users and 0 guests