Ravenholdt Turnin Macro

From Gulvak
On a bit of text I have a suggested change

"Mauria, a reader submitted the following: The NPC WILL accept pickpocketed and even opened lockboxes, but you MUST leave something inside or the box goes away. If there are coins only, simply do not loot. If there are a few items and coins, loot the most valuable item(s), and leave the least. The gossip text even explains it's alright to open and rifle through them, but leave something inside for incentive for young rogues in training.

It is important that you do not open or even lockpick the [Heavy Junkbox], as the quest NPC will not accept them if they are opened. You turn in the [Heavy Junkbox] in Ravenholdt, a fortress in the mountains of Hillsbad Foothills. HERE is a link to a video which shows how to get to the quest NPC from Tarren Mill."

You have the correction and then some text contradicting it below, that's a little confusing. Also for Raveholdt you can achieve much quicker turn-ins with a delete macro for the thrown weapon. I managed about 230 turn ins before my argent squire despawned.

/run for bag = 0,4,1 do for slot = 1, 32, 1 do local name = GetContainerItemLink(bag,slot); if name and string.find(name,"Dusksteel Throwing Knife") then PickupContainerItem(bag,slot); DeleteCursorItem(); end; end; end

It will need to be bound apart from any turn in macro someone is using, but it definitely can speed things up if you want to do all the turn ins in a single shot.

Thank you for the great guide!

-Gulvak Level 80 Warrior, Antonidas
Just added this to the site. Thanks again, let me know if you have anything else to add...

Thanks,
Cogsworth