Thread Tools Display Modes
10/30/16, 09:59 PM   #1
TheDrastik
Join Date: Oct 2016
Posts: 4
Papacrown markers transparency

Hi guys! I have a problem with the papacrown lua file, I actually want to change the transparency of the marker of the party leader to 0 but don't know how to change it because i don't know much about lua scripting. Can someone help me please? thank you
  Reply With Quote
10/30/16, 10:14 PM   #2
Scootworks
 
Scootworks's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2014
Posts: 312
the only reason to set it to 0 is in some cases, if you don't Need it. you could use this addon:
http://www.esoui.com/downloads/info1...rksCombat.html

you have the possibility to hide/activate it while playing
  Reply With Quote
10/30/16, 10:25 PM   #3
TheDrastik
Join Date: Oct 2016
Posts: 4
man, your addon is not working. I just want to still use papacrown, but the problem is I want to see clearly the floating marker without any disappearing icons
  Reply With Quote
10/30/16, 10:44 PM   #4
Scootworks
 
Scootworks's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2014
Posts: 312
1. my addon just working without papacrown!

2. i think we should clarify something: 0 = full transparency, 1 = fully visible... i think you would have always fully visible, right?
  Reply With Quote
10/30/16, 10:48 PM   #5
TheDrastik
Join Date: Oct 2016
Posts: 4
Originally Posted by Scootworks View Post
1. my addon just working without papacrown!

2. i think we should clarify something: 0 = full transparency, 1 = fully visible... i think you would have always fully visible, right?
yeah, fully visible, sorry!
the papacrown indicator just work as quest givers pins. they fade while you run away.
  Reply With Quote
10/30/16, 10:51 PM   #6
Scootworks
 
Scootworks's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2014
Posts: 312
ah ok... that's not possible i think. but if you find a solution, let me know. i want the same
  Reply With Quote
10/31/16, 02:03 AM   #7
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
You can only change it globally for all floating markers (quest givers, group leader etc.) by help of the function here, afaik

Code:
SetFloatingMarkerGlobalAlpha(value)
Value can be 0 or 1 (or maybe anithing in between like 0.5)
  Reply With Quote
10/31/16, 02:45 AM   #8
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
You can create a DDS with different levels of transparency, that how I did in pChat for the background in the chat window.
  Reply With Quote
11/01/16, 08:09 AM   #9
TheDrastik
Join Date: Oct 2016
Posts: 4
Originally Posted by Baertram View Post
You can only change it globally for all floating markers (quest givers, group leader etc.) by help of the function here, afaik

Code:
SetFloatingMarkerGlobalAlpha(value)
Value can be 0 or 1 (or maybe anithing in between like 0.5)
already done this, and it's not working at all. it still disappear as the leader walks away
  Reply With Quote

ESOUI » AddOns » AddOn Help/Support » Papacrown markers transparency

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