Thread Tools Display Modes
03/05/17, 01:48 PM   #1
Madhis
Join Date: Aug 2016
Posts: 12
Blur Effect Addon

Hello,

Im a big fan of Screenshot Helper Addon and I wish, I could have that blur effect only and all time while playing. I try hard, but I dont know nothing about scripting, and all I found in the code was this:

SetFullscreenEffect(FULLSCREEN_EFFECT_CHARACTER_FRAMING_BLUR, x, y)

Maybe there is a simple slash command for this ?

Please help me ^^
  Reply With Quote
03/05/17, 02:24 PM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,963
Try to run this script command ingame in the chat box like this:

Code:
/script SetFullscreenEffect(FULLSCREEN_EFFECT_CHARACTER_FRAMING_BLUR, x, y)
Replace x and y with the x axis and y axis coordinate values on your screen.
if you run a resolution like 1920x1200 x can be a value between 0 and 1920 and y between 0 and 1200.
  Reply With Quote
03/05/17, 04:01 PM   #3
Madhis
Join Date: Aug 2016
Posts: 12
Awesome thanks
  Reply With Quote

ESOUI » AddOns » AddOn Search/Requests » Blur Effect Addon

Thread Tools
Display Modes

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