Thread Tools Display Modes
01-16-07, 03:53 PM   #1
holydiver
A Murloc Raider
Join Date: Oct 2006
Posts: 6
What mod is it? ROAR every now and then when in flight.

I have no idea what mod causes this behaviour but it annoys me.

Whenever i am on a griffon or smt like that i hear a ROAR every now and then, like a lion or smt.

its like 25% inflight 50% and 75% per line, so if i fly for example desolace - winterspring ill get like 12 ROARīs during the trip.

I dont think it is Flighttime unless author updated and added that annoying function just now. i dont find any setting for it atleast.

I would very much appreciate all help.

i have the following addons atm.

Code:
!BugGrabber
!Swatter
Ace2
Auctioneer
AutoBar
AutoBarConfig
AutoProfit
Bartender3
BeanCounter
BigWigs
BigWigs_CommonAuras
BigWigs_KLHTMTarget
BigWigs_NefCount
BigWigs_RazuviousAssistant
BigWigs_RespawnTimers
BigWigs_ThaddiusArrows
BigWigs_ZombieFood
BtmScan
BugSack
Cartographer
Cartographer_Herbalism
Cartographer_Hotspot
Cartographer_Icons
Cartographer_Icons_GathererPack
Cartographer_Icons_MetaMapPack
Cartographer_Mining
Cartographer_Noteshare
Cartographer_Quests
Cartographer_Scribe
Cartographer_Trainers
Cartographer_Treasure
Cartographer_Vendors
ChatMOD
ClearFont
Clique
ClosetGnome
ClosetGnome_Gatherer
ClosetGnome_Mount
ClosetGnome_Switcher
ClosetGnome_Zone
Enchantrix
EnhTooltip
EQCompare
FlightTime
FuBar
FuBar_ClockFu
FuBar_CombatInfoFu
FuBar_DPS
FuBar_DurabilityFu
Fubar_ExitFu
FuBar_ExperienceFu
FuBar_FuXPFu
FuBar_GarbageFu
FuBar_GuildFu
FuBar_HonorFu
FuBar_InnboundFu
FuBar_ItemBonusesFu
FuBar_KombatStats
FuBar_KungFu
FuBar_LocationFu
FuBar_MicroMenuFu
FuBar_MiniClockFu
FuBar_PerformanceFu
FuBar_QuestsFu
FuBar_RecZone
FuBar_RegenFu
FuBar_SkillsPlusFu
FuBar_SpeedFu
FuBar_VolumeFu
Informant
Itemizer
KombatStats
list.txt
MobInfo2
OneBag
OneBank
OneStorage
oRA2
PopUpBlocker
Postal
sct
SctChat
sctd
sctd_options
sct_options
SmartBuff
SmartDebuff
SpellAlertSCT
SpellAlertSCT_options
Stubby
SuperInspect
SuperInspect_UI
TTCraftAddict
WeaponQuickSwap
XPerl
XPerl_ArcaneBar
XPerl_Options
XPerl_Party
XPerl_PartyPet
XPerl_Player
XPerl_PlayerPet
XPerl_RaidAdmin
XPerl_RaidFrames
XPerl_RaidHelper
XPerl_RaidMonitor
XPerl_RaidPets
XPerl_Target
XPerl_TargetTarget
XPerl_TeamSpeak
XPerl_Tutorial
  Reply With Quote
01-16-07, 04:07 PM   #2
ReverendD
A Rage Talon Dragon Guard
 
ReverendD's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2006
Posts: 343
LOL

Umm... Thats the animal your on roaring. Its not an addon. New since I think 2.0.3, which is when I noticed it doing it. May have been sooner.
  Reply With Quote
01-16-07, 04:09 PM   #3
iljott
A Rage Talon Dragon Guard
 
iljott's Avatar
Join Date: Apr 2005
Posts: 335
It think it's something added in one of the latest official patches, but I haven't seen it in the patch notes yet.
  Reply With Quote
01-17-07, 09:19 AM   #4
holydiver
A Murloc Raider
Join Date: Oct 2006
Posts: 6
ok, gaddamnit and i really annoyed over it

Hope they remove it, it is distracting when i am in afk coma.
  Reply With Quote
01-17-07, 11:08 AM   #5
sarf
A Cyclonian
AddOn Author - Click to view addons
Join Date: May 2006
Posts: 47
Ask the author of ToFu or another flightpath addon to disable the "Play sound in background" while in flight.

In fact, it would probably be easier to do a macro:

/run if not MuteTaxi then f=CreateFrame("Frame","MuteTaxi") f:SetScript("OnUpdate", function () T=GetTime() t=this.t if T-t>1 then this.t=T if UnitTaxi("player") then s=0 else s=1 end SetCVar("EnableSoundWhenGameIsInBG",s) end end) f.t=0 f:Show() end

For a macro that disables the sound volume instead:
/run if not MuteTaxi then f=CreateFrame("Frame","MuteTaxi") f:SetScript("OnUpdate", function () T=GetTime() t=this.t if T-t>1 then this.t=T if UnitTaxi("player") then s=0 else s=1 end SetCVar("MasterSoundEffects",s) end end) f.t=0 f:Show() end

Tell me if either of these works

Sarf
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » What mod is it? ROAR every now and then when in flight.


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off