i'm looking for an addon that makes a sound and or display's a message when i sold someting on AH. anyone knows if there is someting like that?
Royce Nickel Nine
31-08-2006, 10:26 PM
Well, or put this in your XML file:
<Frame name="AuctionAlert" hidden="true">
<Scripts>
<OnLoad>
this:RegisterEvent("CHAT_MSG_SYSTEM")
</OnLoad>
<OnEvent>
if string.find(arg1, "Your auction of .+ sold%.") then
UIErrorsFrame:AddMessage(arg1, 1.0, 1.0, 0.0, 1.0, UIERRORS_HOLD_TIME)
PlaySound("MapPing")
end
</OnEvent>
</Scripts>
</Frame>
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.