Induction

Are you looking for a better way to help your players keep track of new Auction House listings? Who wants to seat around a city all day constantly checking for new Auction House listings when you can use this simple but yet powerful script to announce all new Auction House listings to the entire server.


Requirements


Download

Simply copy and paste the code below into a new file Named AuctionHouseAnnouncer.lua and place it inside your Lua folder.

-- Made By CyberMist
local function OnAddItem(event, auctionId, player, item, expireTime, buyout, startBid, currentBid, bidderGUIDLow)
    
    SendWorldMessage("[AUCTION] "..player:GetName().." is selling item "..item:GetItemLink().."x"..item:GetCount()..".")
end

RegisterServerEvent(26, OnAddItem)

Screen Shots

Listing Item On AH
Announcing New Auction

Thank you for visiting our website today. If you encounter any issues, don't hesitate to reach out to me on Discord for assistance resolving them. Discord: PrivateDonut#0001