added initial AvatarSearchCriteriaMessage packet and tests; worked ASCM into WSA login workflow

This commit is contained in:
FateJH 2018-03-07 22:58:42 -05:00
parent 0578d291a5
commit 2475b468b8
5 changed files with 99 additions and 6 deletions

View file

@ -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))
})