Using SigGen 2.0,
In SigGen Config, under Char/Class/PvP Logo, PvP Logo Display - setting this to on or off makes no difference, the logo does not appear anywhere on the Signature or on the Avatar. Any ideas?
Moderator: zanix
["Honor"] = {
["Yesterday"] = {
["HK"] = 0,
["CP"] = 0,
},
["Current"] = {
["Name"] = "none",
["HonorPoints"] = 4084,
["Progress"] = "0.00",
["ArenaPoints"] = 0,
["Icon"] = "",
["Rank"] = 0,
},
["Session"] = {
["HK"] = 0,
["CP"] = 0,
},
["Lifetime"] = {
["Rank"] = 5,
["Name"] = "Sergeant Major",
["HK"] = 2026,
},
},
zanix wrote:Looks like the current honor Rank is no longer in CP.lua
...
Looks like I'll need to edit SigGen to just display the lifetime PvP rank
// Remove crap from pvprankicon
$remove_arr = array('Interface','\\','PvPRankBadges');
switch( $playersData['lifetimeHighestRank'] )
{
case "14":
$hrank_icon = "/Interface/PvPRankBadges/PvPRank14";
break;
case "13":
$hrank_icon = "/Interface/PvPRankBadges/PvPRank13";
break;
case "12":
$hrank_icon = "/Interface/PvPRankBadges/PvPRank12";
break;
case "11":
$hrank_icon = "/Interface/PvPRankBadges/PvPRank11";
break;
case "10":
$hrank_icon = "/Interface/PvPRankBadges/PvPRank10";
break;
case "9":
$hrank_icon = "/Interface/PvPRankBadges/PvPRank09";
break;
case "8":
$hrank_icon = "/Interface/PvPRankBadges/PvPRank08";
break;
case "7":
$hrank_icon = "/Interface/PvPRankBadges/PvPRank07";
break;
case "6":
$hrank_icon = "/Interface/PvPRankBadges/PvPRank06";
break;
case "5":
$hrank_icon = "/Interface/PvPRankBadges/PvPRank05";
break;
case "4":
$hrank_icon = "/Interface/PvPRankBadges/PvPRank04";
break;
case "3":
$hrank_icon = "/Interface/PvPRankBadges/PvPRank03";
break;
case "2":
$hrank_icon = "/Interface/PvPRankBadges/PvPRank02";
break;
case "1":
$hrank_icon = "/Interface/PvPRankBadges/PvPRank01";
break;
default:
$hrank_icon = "/Interface/PvPRankBadges/PvPRankHorde";
break;
};
// $sig_pvp_icon = str_replace($remove_arr,'',$playersData['RankIcon']);
$sig_pvp_icon = str_replace($remove_arr,'',$hrank_icon);
zanix wrote:Yeah, very hacked...hehe
It does work, however I will be fixing this for my next release in my own special way
Users browsing this forum: No registered users and 1 guest