This addon allows repeatable quests to automatically turn in.
If the items required for multiple turnins are in your inventory the addon will display a modified quest complete screen allowing you to select multiple turnins.
Then just right click on the npc and the quest will be completed automatically as many times as you specified.
- 2 comments
- 2 comments
Facts
- Date created
- Jun 09, 2006
- Categories
- Last update
- Nov 30, 2011
- Development stage
- Release
- License
- All Rights Reserved
- Curse link
- Quest Repeat
- Downloads
- 15,649
- Recent files
- R: Version 1.6 for 4.3 Nov 30, 2011
- R: Version 1.6 for 4.0.1 Oct 23, 2010
- R: Version 1.5 for 4.0.1 Oct 13, 2010
- R: Version 1.5 for 3.3.5 May 07, 2010
- R: Version 1.4 for 3.3.0 May 03, 2010
- Reply
- #2
mseverns Nov 30, 2011 at 02:12 UTC - 0 likes@SinelGo: Go
Fixed in the new update, thanks for pointing that out
- Reply
- #1
SinelGo Nov 25, 2011 at 13:04 UTC - 0 likesI've found a bug in your code. In GOSSIP_SHOW event you check "if GetGossipActiveQuests() then" but then you use to list "GetGossipAvailableQuests()", should be "GetGossipActiveQuests()". Thisfor it sometimes doesn't work.