Feature - Enhancement #1583
Add Standing To Agent
Status:
Implemented
Priority:
Normal
Assignee:
-
Category:
-
Start date:
2016-03-14
Due date:
% Done:
0%
Estimated time:
vbulletin_issue_id:
Description
The current Member StandingTo returns the effective standing, which is the highest in the order Factiion->Corp->Agent
I need the personal standing to the Agent since once it goes below -2 the effective standing is ignored and the Agent does not give out any missions.
Check the green circle in the Show Info window from the Agent in game, that s the standing I require.
Thanks!
Updated by Amadeus over 8 years ago
- Status changed from New to Implemented
March 14, 2016 [ISXEVE-20160309.0004] * The "StandingTo" MEMBER of the 'agent' datatype now provides the actual standing to the agent (rather than the *overall effective standing* to the agent) * Datatype 'agent' New Members: 1. StandingToCorp (float) 2. StandingToFaction (float) 3. EffectiveStanding (float)