mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-04-28 15:25:22 +00:00
Packet: ZonePopulationUpdateMessage (#65)
* added ZonePopulationUpdateMessage packet and tests * updated parameters and comments based on IDA feedback and better testing
This commit is contained in:
parent
b417ef081f
commit
daa22c572e
4 changed files with 102 additions and 1 deletions
|
|
@ -138,6 +138,7 @@ class WorldSessionActor extends Actor with MDCContextAware {
|
|||
// LoadMapMessage 13714 in mossy .gcap
|
||||
// XXX: hardcoded shit
|
||||
sendResponse(PacketCoding.CreateGamePacket(0, LoadMapMessage("map13","home3",40100,25,true,3770441820L))) //VS Sanctuary
|
||||
sendResponse(PacketCoding.CreateGamePacket(0, ZonePopulationUpdateMessage(PlanetSideGUID(13), 414, 138, 0, 138, 0, 138, 0, 138, 0)))
|
||||
sendRawResponse(objectHex)
|
||||
|
||||
// These object_guids are specfic to VS Sanc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue