Share Pastebin
Guest
Public paste!

PWO Packet

By: a guest | Mar 21st, 2010 | Syntax: None | Size: 1.65 KB | Hits: 126 | Expires: Never
Copy text to clipboard
  1. Data encryption:
  2.  
  3. Encryption: 7F - HEX = PWOHEX / 127 - DEC = PWODEC
  4. Decryption: 7F - PWOHEX = HEX / 127 - PWODEC = DEC
  5.  
  6. Example:
  7. E: 7F - 61 = 1E / 127 - 97 = 30
  8. D: 7F - 1E = 61 / 127 - 30 = 97
  9.  
  10. Table:
  11. E: 1E / 30      1D / 29 (HEX/DEC)
  12. U: 61 / 97      62 / 98 (HEX/DEC)
  13. T: a            b       (ASCII)
  14.  
  15.  
  16.  
  17. Packet Structures:
  18.  
  19. Login:
  20. C->S
  21. LOG|.|<ID>|.|<Password>|.|<ClientVersion>|.\??
  22.  
  23. Success:
  24. S->C
  25. C|.|1|1|All|.\??
  26.  
  27. Wrong ID:
  28. S->C
  29. Ref|.|1|.\??
  30.  
  31. Wrong Password:
  32. S->C
  33. Ref|.|2|.\??
  34.  
  35. User already in system:
  36. S->C
  37. Ref|.|3|.\??
  38.  
  39. Enter Game:
  40. S->C
  41. C|.|2|1|All|2|Trade|.\
  42. C|.|3|1|All|2|Trade|3|Battle|.\
  43. C|.|4|1|All|2|Trade|3|Battle|4|MoneyPool|.\
  44. Con|.|Server Connection Successfull|.\
  45. Friends|.|[FriendName]/\0/\[FriendLocation] ([FriendStatus])-=-|.\
  46. C|.|4|1|All|2|Trade|3|Battle|4|MoneyPool|.\
  47. E|.|15:35|n|.\
  48. U|.|[POSM]|11|38|n|1|0|0|5|0|.\
  49. U|.|[POSM]|5|31|n|1|0|1|130|0|.\
  50. U|.|[POSM]|11|32|n|1|0|0|25|0|.\
  51. U|.|[POSM]|11|32|n|0|0|1|5|0|.\
  52. move|.|Route 24|.|10|.|36|.\
  53. U|.|[POSM]|11|38|n|1|0|0|5|0|.\
  54. U|.|[POSM]|5|31|n|1|0|1|130|0|.\
  55. U|.|[POSM]|11|32|n|1|0|0|25|0|.\
  56. U|.|[POSM]|11|32|n|0|0|1|5|0|.\
  57. d|.|13125|.|Route 24|.|10|.|36|.|716910|.|Pokeball-=-4-=-4-=-5
  58. Likes Grass (Quest Item)-=-29-=-1-=-7
  59. Wood Plank-=-55-=-1-=-6
  60. Boulder Badge-=-16-=-1-=-7
  61. Cascade Badge-=-17-=-1-=-7
  62. Rose Petals-=-36-=-1-=-6
  63. Bronze Ore-=-50-=-2-=-6
  64. Pokedex-=-82-=-1-=-8
  65. |.\
  66. E|.|15:35|n|.\
  67. i|.|[PlayerName]|33.7967|1|4|5|2|7|69|2||10|0|0|1|.\
  68.  
  69. Used Abbreviations:ยจ
  70. E: Encrypted/Encryption
  71. D: Decrypted/Decryption
  72. U: Unencrypted (not encrypted, never been encrypted)
  73. T: Text (ASCII)
  74. DxS: Data x Start (where 'x' is a number)
  75. DE: Data End
  76. POSM: Player On the Same Map