-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Radials #2
Comments
ghost
assigned Light2
Jul 9, 2013
Done with e457b97 |
Light2
pushed a commit
that referenced
this issue
Sep 27, 2013
Treeku
added a commit
that referenced
this issue
Mar 29, 2014
When you join a faction, #16 is set to true. When you go combatant, #32 is set to true. The resulting flag: 48 When you go SF, #1, #2 and #4 are set to true. The resulting flag: 55 When you go back to combatant, #1, #2 and #4 are set to false. The resulting flag: 48 The error was either in the Player flag not being set anywhere, or setPvpStatus setting it instead of doing OR/XOR operations. (The result of this would be bit #16 wouldn't be set to true, meaning SF would be 39 instead of 55) We could still set all of the flags to true for SF without harm for safety, it just wasn't theoretically necessary. Additionally any players that login automatically were getting #16 sent to the client by sendBaselines() regardless of if they had a faction, which should now be fixed.
Treeku
added a commit
that referenced
this issue
Mar 29, 2014
This ensures nothing is ever missed out of the pvpStatus calculation, such as faction standing. It should calculate the following: On Leave/neutral players should be #16 Combatant players should be #35 Opposing faction SF players should be #55 Opposing Combatant NPCs should be #19 Ally SF NPCs (ie.; hoth commandos) should be #4 Enemy SF NPCs (ie. hoth resistance) should be #7 Same faction NPCs should be #0 (pink) Attackable NPCs should be #1 Aggressive NPCs should be #2 or #3 NPCs you have negative faction standing with should be #2 or #3
ghost
mentioned this issue
Apr 27, 2014
Treeku
pushed a commit
that referenced
this issue
May 5, 2014
Treeku
pushed a commit
that referenced
this issue
May 19, 2014
Treeku
pushed a commit
that referenced
this issue
May 21, 2014
rohvani
pushed a commit
that referenced
this issue
Jun 21, 2014
lewismorgan
pushed a commit
that referenced
this issue
Jul 26, 2014
ghost
pushed a commit
that referenced
this issue
Aug 8, 2014
Treeku
added a commit
that referenced
this issue
Aug 10, 2014
Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2
ghost
pushed a commit
that referenced
this issue
Sep 2, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: