Thread Tools Display Modes
03-06-07, 01:05 PM   #1
griffin224
Premium Member
 
griffin224's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2006
Posts: 105
QuestFu Change

I was wondering if anyone knew how to change the quest completion sound for QuestsFu... ie, from "Work Complete" by an orc, to even just "Job's Done"?

Thanks in advance
  Reply With Quote
03-06-07, 01:17 PM   #2
PathMaster
A Chromatic Dragonspawn
 
PathMaster's Avatar
Join Date: Nov 2006
Posts: 175
I love that voice. Brings back so many memories. Checking on it now.
__________________
The best victory is when the opponent surrenders of its own accord before there are any actual hostilities...It is best to win without fighting.
Sun-tzu
  Reply With Quote
03-06-07, 02:16 PM   #3
sid67
A Cliff Giant
AddOn Author - Click to view addons
Join Date: Aug 2006
Posts: 78
The sound file referenced is...
Code:
PlaySoundFile("Sound\\Creature\\Peon\\PeonBuildingComplete1.wav")
It's interesting to me that this file sound is built into the game. I thought it was an import for sure. ANYWAY--

What you need to do is put the .wav file you want to use in your QuestsFu directory. For simplicity, we will call it "mysound.wav" (no spaces). The just do a search/replace in the QuestFu.lua file for "Sound\\Creature\\Peon\\PeonBuildingComplete1.wav" and replace with "mysound.wav" and it should work fine.
  Reply With Quote
03-06-07, 02:32 PM   #4
PathMaster
A Chromatic Dragonspawn
 
PathMaster's Avatar
Join Date: Nov 2006
Posts: 175
I think the sound is from the Peons in Durotar perhaps. Or maybe Blizz was nostalgic and added some in.

Glad someone found it, I hadnt the chance yet.
__________________
The best victory is when the opponent surrenders of its own accord before there are any actual hostilities...It is best to win without fighting.
Sun-tzu
  Reply With Quote
03-11-07, 07:47 PM   #5
griffin224
Premium Member
 
griffin224's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2006
Posts: 105
No Dice

I tried replacing the reference to Poen with Jobsdone.wav, but no dice. give me an error.
  Reply With Quote
03-12-07, 02:40 AM   #6
BlackPanther
A Fallenroot Satyr
Join Date: Apr 2006
Posts: 24
Just a random guess...maybe "PeonBuildingComplete2.wav"?
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » QuestFu Change


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