in CreatureManagerImplementation.cpp:
Code: Select all
if(!player->isGrouped())
factionManager->awardFactionStanding(player, destructedObject->getFactionString(), level);
else
factionManager->awardFactionStanding(copyThreatMap.getHighestDamagePlayer(), destructedObject->getFactionString(), level);
IMO this should be changed to either evenly split faction rewards across all group members in range, the same way cash mission rewards are -- OR -- split by percent of damage done, the same way EXP is, to better promote and reward cooperative game-play. "Winner take all" is a throw-back to 2003's Everquest mindset and doesn't align with $current_year trends in gaming.
edit: I wouldn't suggest, and am not suggesting, that all group members get the FULL FP value - that would just entice people to multibox more than they already do.