mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-07-16 00:44:46 +00:00
added initial AvatarSearchCriteriaMessage packet and tests; worked ASCM into WSA login workflow
This commit is contained in:
parent
0578d291a5
commit
2475b468b8
5 changed files with 99 additions and 6 deletions
|
|
@ -1027,7 +1027,7 @@ class WorldSessionActor extends Actor with MDCContextAware {
|
|||
sendResponse(SetChatFilterMessage(ChatChannel.Local, false, ChatChannel.values.toList)) //TODO will not always be "on"
|
||||
sendResponse(AvatarDeadStateMessage(DeadState.Nothing, 0,0, tplayer.Position, 0, true))
|
||||
sendResponse(PlanetsideAttributeMessage(guid, 53, 1))
|
||||
//AvatarSearchCriteriaMessage
|
||||
sendResponse(AvatarSearchCriteriaMessage(guid, List(0,0,0,0,0,0)))
|
||||
(1 to 73).foreach( i => {
|
||||
sendResponse(PlanetsideAttributeMessage(PlanetSideGUID(i), 67, 0))
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue