Thread Tools Display Modes
03-28-11, 08:28 PM   #1
Kendian
A Molten Giant
 
Kendian's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 614
Death Effects

Call me crazy...but didn't WoW used to have an option to turn off death effects? Where it's all gray and wispy, while your dead?
__________________
  Reply With Quote
03-28-11, 08:58 PM   #2
Crissa
A Flamescale Wyrmkin
 
Crissa's Avatar
Join Date: May 2008
Posts: 136
Yes. But all it would turn off is some of the graphic overlays, not the greyscale or world effects.

-Crissa
  Reply With Quote
03-28-11, 10:07 PM   #3
Aprikot
A Frostmaul Preserver
 
Aprikot's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2010
Posts: 284
Originally Posted by Kendian View Post
Call me crazy...but didn't WoW used to have an option to turn off death effects? Where it's all gray and wispy, while your dead?
It's wtf style now with 4.x

Code:
SET ffxDeath "0"
SET ffxGlow "0" -- in case you hate glow too
  Reply With Quote
03-28-11, 11:02 PM   #4
Kendian
A Molten Giant
 
Kendian's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 614
Originally Posted by Aprikot View Post
It's wtf style now with 4.x

Code:
SET ffxDeath "0"
SET ffxGlow "0" -- in case you hate glow too
And another noob question...once I have it open in microsoft word (which is the only program I can open it with, on my comp, notepad isn't even a choice) How do I save and replace the existing file, with the 2 new lines? If you please?
__________________

Last edited by Kendian : 03-28-11 at 11:13 PM.
  Reply With Quote
03-28-11, 11:31 PM   #5
Aprikot
A Frostmaul Preserver
 
Aprikot's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2010
Posts: 284
Originally Posted by Kendian View Post
And another noob question...once I have it open in microsoft word (which is the only program I can open it with, on my comp, notepad isn't even a choice) How do I save and replace the existing file, with the 2 new lines? If you please?
Are you running Windows? (C:\Windows\System32\notepad.exe?) Anyhow, after opening config.wtf you can paste SET ffxDeath "0" to the bottom and save. Notepad makes the file look like jumbly poo anyway as it ignores the newlines. Notepad++ is a good alternative if you're without a text editor. (Edit: If wow is running when you make the change, you'll need to restart it. Edit edit: close wow before you make the change )

Last edited by Aprikot : 03-28-11 at 11:42 PM.
  Reply With Quote
03-29-11, 12:28 AM   #6
Kendian
A Molten Giant
 
Kendian's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 614
Yes, lol, I know about editing using NOtepad, but my comp REFUSED to let me open the program using Notepad, it insisted on Microsoft Word. I had to actually open Notepad, make an an untitled document, and copy/paste the config from Word, then rename. Thank you VERY much for your help, Aprikot...Marioworld avatar notwithstanding, you rock.
Oh, and that worked famously, lol. Thanks again!
__________________
  Reply With Quote
03-29-11, 01:29 AM   #7
Xinhuan
A Chromatic Dragonspawn
 
Xinhuan's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 174
You can open the file from Notepad, rather than opening the file and relying on windows to choose Microsoft Word for you.

You can also right click on the file, and choose "Open with..." instead of "Open", whereby you can select Notepad as the program choice.
__________________
Author of Postal, Omen3, GemHelper, BankItems, WoWEquip, GatherMate, GatherMate2, Routes and Cartographer_Routes
  Reply With Quote
03-29-11, 01:51 AM   #8
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
why not just use a /console command
Code:
/console ffxDeath 0
.. or does that method not save the setting?
  Reply With Quote
03-29-11, 03:02 AM   #9
Coote
A Scalebane Royal Guard
 
Coote's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2007
Posts: 440
Originally Posted by Kendian View Post
Yes, lol, I know about editing using NOtepad, but my comp REFUSED to let me open the program using Notepad, it insisted on Microsoft Word.
IMO, Word works better for editing it than Notepad, since it doesn't jumble everything up.

Originally Posted by Ketho View Post
why not just use a /console command
Code:
/console ffxDeath 0
.. or does that method not save the setting?
You'd have to do that every time you log in, which can get fairly annoying after a while./
__________________

"This is the fifteen-thousandth four hundredth and ninety-eighth occurence".
  Reply With Quote
03-29-11, 11:36 AM   #10
Aprikot
A Frostmaul Preserver
 
Aprikot's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2010
Posts: 284
Originally Posted by Kendian View Post
Marioworld avatar notwithstanding
Rofl, Kamek ftw!!
  Reply With Quote
03-30-11, 03:54 PM   #11
grom
A Deviate Faerie Dragon
Join Date: Jun 2006
Posts: 17
what about

/script SetCVar("ffxDeath", 0)
/script SetCVar("ffxGlow", 0)
  Reply With Quote
03-30-11, 04:02 PM   #12
Aprikot
A Frostmaul Preserver
 
Aprikot's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2010
Posts: 284
Originally Posted by grom View Post
what about

/script SetCVar("ffxDeath", 0)
/script SetCVar("ffxGlow", 0)
Or that
  Reply With Quote

WoWInterface » General Discussion » General WoW Chat » Death Effects


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