Turn off "festive" backpacks (#262)

This commit is contained in:
Mazo 2019-08-21 15:32:16 +01:00 committed by Fate-JH
parent f424fa637e
commit 6454042037
2 changed files with 3 additions and 2 deletions

View file

@ -37,6 +37,7 @@ import scodec.codecs._
* `102 - TRAPSs`<br> * `102 - TRAPSs`<br>
* `103 - OMFTs`<br> * `103 - OMFTs`<br>
* `104 - sensor disruptors`<br> * `104 - sensor disruptors`<br>
* `112 - enable/disable festive backpacks`<br>
* <br> * <br>
* Players/General:<br> * Players/General:<br>
* Server to client : <br> * Server to client : <br>

View file

@ -783,7 +783,7 @@ class WorldSessionActor extends Actor with MDCContextAware {
LivePlayerList.Add(sessionId, avatar) LivePlayerList.Add(sessionId, avatar)
traveler = new Traveler(self, continent.Id) traveler = new Traveler(self, continent.Id)
//PropertyOverrideMessage //PropertyOverrideMessage
sendResponse(PlanetsideAttributeMessage(PlanetSideGUID(0), 112, 1)) sendResponse(PlanetsideAttributeMessage(PlanetSideGUID(0), 112, 0)) // disable festive backpacks
sendResponse(ReplicationStreamMessage(5, Some(6), Vector(SquadListing()))) //clear squad list sendResponse(ReplicationStreamMessage(5, Some(6), Vector(SquadListing()))) //clear squad list
sendResponse(FriendsResponse(FriendAction.InitializeFriendList, 0, true, true, Nil)) sendResponse(FriendsResponse(FriendAction.InitializeFriendList, 0, true, true, Nil))
sendResponse(FriendsResponse(FriendAction.InitializeIgnoreList, 0, true, true, Nil)) sendResponse(FriendsResponse(FriendAction.InitializeIgnoreList, 0, true, true, Nil))
@ -2931,7 +2931,7 @@ class WorldSessionActor extends Actor with MDCContextAware {
//custom //custom
sendResponse(ContinentalLockUpdateMessage(13, PlanetSideEmpire.VS)) // "The VS have captured the VS Sanctuary." sendResponse(ContinentalLockUpdateMessage(13, PlanetSideEmpire.VS)) // "The VS have captured the VS Sanctuary."
sendResponse(ReplicationStreamMessage(5, Some(6), Vector(SquadListing()))) //clear squad list sendResponse(ReplicationStreamMessage(5, Some(6), Vector(SquadListing()))) //clear squad list
sendResponse(PlanetsideAttributeMessage(PlanetSideGUID(0), 112, 1)) //common sendResponse(PlanetsideAttributeMessage(PlanetSideGUID(0), 112, 0)) // disable festive backpacks
//(0 to 255).foreach(i => { sendResponse(SetEmpireMessage(PlanetSideGUID(i), PlanetSideEmpire.VS)) }) //(0 to 255).foreach(i => { sendResponse(SetEmpireMessage(PlanetSideGUID(i), PlanetSideEmpire.VS)) })
//find and reclaim own deployables, if any //find and reclaim own deployables, if any