The tooltip won't show the green (finished) - yellow (actual) - red (unfinished) colored tooltips lines.
Al the lines are grey.
Search for the sequence color:#
Replac by color:
Why : the # sign is already included in the
$addon['config']['colorcmp']
$addon['config']['colorcur']
$addon['config']['colorno']
values.
Result : http://www.papy-team.fr/roster_20b1/ind ... ys&guild=1 : now it works.
Rest to do (look on the same page) : the character Nowwhat has completed the first 3 steps for it's acces UBRS.
As shown here in the 1.7.3 Roster : http://www.papy-team.fr/roster/indexinst.php (same Guild - fed with the same CP.lua).
Or : nothing shows up in the beta roster (I'm at step/item 3 - need to get the final, third gemme yet;-)).
Note that my FRfr.lua file (the UBRS part) is the same as one used in the 1.7.3 roster.
[edit]
I changed this 'new' line (in compared to memberinst.php = 1.7.3)
line 262 (appr.)
- Code: Select all
if( !isset($items[$key]) ) { continue; }
list($junk,$milestone) = explode('|',$items[$key][$step]);
UBRS show up well now when a player hasn't finished all the steps.
[post edited and corrected - after findings on next posts here after]