mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-07-16 08:55:16 +00:00
Turn off "festive" backpacks (#262)
This commit is contained in:
parent
f424fa637e
commit
6454042037
2 changed files with 3 additions and 2 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue