View Single Post
  #6  
Old 04-19-2016, 08:39 PM
superemu
Sarnak
 
Join Date: May 2014
Posts: 79
Default

Scratch that. It's still not working right.

So now the spells only work when I port from another zone into commons. But if I try to port from inside commons, the client keeps sending an "Invalid unsolicited zone request" to the new zone (408 ).

Here is the request from the server to send the player to the old commons (zone id 21):

Code:
[04-19-2016 :: 17:27:17] [Packet :: Server -> Client (Dump)] [OP_RequestClientZoneChange - 0x0196] [Size: 26] 
   0: 15 00 00 00 00 00 40 40 - 00 20 E6 44 00 00 70 C1  | ......@@. .D..p.
  16: 00 00 1F 43 01 00 00 00                            | ...C....
And here is the response from the client trying to send the player to the new commonlands (zone id 408 ):

Code:
[04-19-2016 :: 17:27:17] [Packet :: Client -> Server (Dump)] [OP_ZoneChange - 0x021f] [Size: 90] 
   0: 57 69 7A 7A 69 65 00 00 - 00 00 02 00 B0 00 00 00  | Wizzie..........
  16: 00 00 00 00 E8 58 D5 00 - 30 D4 6D 24 98 89 19 00  | .....X..0.m$....
  32: 04 01 00 00 15 00 00 00 - 00 00 00 00 17 00 00 00  | ................
  48: 10 02 02 00 00 00 02 00 - 3C 0A 02 00 1E 00 00 00  | ........<.......
  64: 98 01 00 00 00 00 5F 43 - 00 E0 DE 44 00 00 18 42  | ......_C...D...B
  80: 07 00 00 00 00 00 00 00                            | ........
Reply With Quote