HarveySpecter
Member
- Joined
- Feb 26, 2015
- Messages
- 192
- Reaction score
- 0
I would like to make "Relics of ulduar" sellable by the bot. Help please? 

I would like to make "Relics of ulduar" sellable by the bot. Help please?![]()
Vendor trash yesCan you elaborate more on what you want? Are you looking to just sell these to any vendor as vendor trash or are you looking to turn these in as currency to one of the vendors in Storm Peaks for consumables that can be obtained with them?
<CustomBehavior File="Misc\RunLua" NumOfTimes="10" WaitTime="2000" Lua="
if MerchantFrame:IsVisible()==true then
if buffer==nil or buffer>4 then buffer=0 end
MerchantRepairAllButton:Click()
if buffer<5 then
for s=1,GetContainerNumSlots(buffer)
do local n=GetContainerItemLink(buffer,s)
if (n and strfind(n, "42780")) then
UseContainerItem(buffer,s)
end
end
buffer=buffer+1
end
end" />
How?I know it's not profile-specific, but couldn't you just erase it from Protected Items, so every profile/bot would consider it a normal, white item? Should be sold if the profile is set to sell white items then.