View Single Post
  #9  
Old 06-22-2010, 11:05 AM
joligario's Avatar
joligario
Developer
 
Join Date: Mar 2003
Posts: 1,498
Default

Not sure if this will help any for debugging, but I usually get these types of errors after using "/camp server". After arriving back at the server list and selecting a server, this error shows up when I arrive at the character select screen.

Code:
[Debug] [WORLD__CLIENT_ERR] [OpCode OP_FloatListThing (0x6a1b) Size=52]
[Debug] [WORLD__CLIENT_ERR] 0000: 00 e0 85 44 00 2e 46 c6 - c6 ed cc 42 01 ec 1f 9c  | ...D..F....B....
[Debug] [WORLD__CLIENT_ERR] 0016: 3d 00 e0 85 44 00 2e 46 - c6 c6 ed cc 42 02 53 20  | =...D..F....B.S
[Debug] [WORLD__CLIENT_ERR] 0032: 9d 3d 00 e0 85 44 00 2e - 46 c6 a4 4f cd 42 01 54  | .=...D..F..O.B.T
[Debug] [WORLD__CLIENT_ERR] 0048: 20 9e 3d 46             -                          | .=F
Code:
[Debug] [WORLD__CLIENT_ERR] [OpCode OP_FloatListThing (0x6a1b) Size=86]
[Debug] [WORLD__CLIENT_ERR] 0000: 00 e0 85 44 00 2e 46 c6 - fb 97 d1 42 01 8c f7 6c  | ...D..F....B...l
[Debug] [WORLD__CLIENT_ERR] 0016: 1c 00 e0 85 44 00 2e 46 - c6 b0 fc d1 42 01 f7 f7  | ....D..F....B...
[Debug] [WORLD__CLIENT_ERR] 0032: 6d 1c 00 e0 85 44 00 2e - 46 c6 d3 59 d2 42 01 65  | m....D..F..Y.B.e
[Debug] [WORLD__CLIENT_ERR] 0048: f8 6e 1c 00 e0 85 44 00 - 2e 46 c6 c7 a6 d2 42 01  | .n....D..F....B.
[Debug] [WORLD__CLIENT_ERR] 0064: d0 f8 6f 1c 00 e0 85 44 - 00 2e 46 c6 f9 e5 d2 42  | ..o....D..F....B
[Debug] [WORLD__CLIENT_ERR] 0080: 01 40 f9 70 1c 46       -                          | .@.p.F
Reply With Quote