View Single Post
09-26-06, 02:06 AM   #305
xbjim
A Wyrmkin Dreamwalker
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 58
Originally Posted by Durdanius
I've been looking for a ui mod to switch block trades on and off but I haven't found one. I'd like to see a FuBar plugin to handle the following:
/script if GetCVar("BlockTrades") == "0" then SetCVar("BlockTrades", 1); DEFAULT_CHAT_FRAME:AddMessage("Trades disabled"); else SetCVar("BlockTrades", 0); DEFAULT_CHAT_FRAME:AddMessage("Trades enabled"); end
ive just submitted a fubar addon that will do this, its called Fubar_BlockTradeFu.

hopefully its put up and available soom.
  Reply With Quote