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

Clear all grey quests in 1 click.

Lautaro

New Member
Joined
Feb 1, 2012
Messages
95
Reaction score
0
Hey guys,

Figured i'd share this for those who don't know about it - I found when using RAF that I'd always get a ton of grey quests and it was a pain in the rear to go through and remove them all one by one.

So, here's a macro which will automatically remove ALL grey quests in your log without confirmation. Simply paste it in your game chat or set it up as a button.

Code:
/run for i=1,GetNumQuestLogEntries()do local t,l,_,_,h=GetQuestLogTitle(i)if not h and GetQuestDifficultyColor(l)==QuestDifficultyColors["trivial"]then SelectQuestLogEntry(i)SetAbandonQuest()AbandonQuest()end end
 
Or use Mr. ItemRemover plugin to remove greys, greens, whites etc.
 
Last edited:
Or use Mr. ItemRemover plugin to remove greys, greens, whites etc.

Such a long time user.. Unbelievable that you would reply to this thread with such a silly thing. Thread title clearly says Quests, I also wrote it twice in my post.
 
Back
Top