Advertisement
Guest User

Untitled

a guest
Aug 6th, 2012
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.43 KB | None | 0 0
  1. // Client<->Map Packet Database
  2. //
  3. // Structure of Database:
  4. // PacketType,PacketLength[,Name,FieldIndex1:FieldIndex2:FieldIndex3:...]
  5. //
  6. // 01. PacketType ID of the packet.
  7. // 02. PacketLength Length of the packet. If 0, packet is disabled in current packet version. If -1, packet has variable size.
  8. // 03. Name Name of the packet parser function (optional, for incoming packets only).
  9. // 04. FieldIndex Specifies the offset of a packet field in bytes from the begin of the packet (only specified when Name is given).
  10. // Can be 0, when the layout is not known.
  11. // ...
  12. //
  13. // NOTE: Up to MAX_PACKET_POS (typically 20) field indexes may be used.
  14. //
  15. // The packet database allows you to add support for new clients,
  16. // because packets change every release.
  17. //
  18. // Note: Every packet version needs a wanttoconnection specification, since
  19. // that is the packet used to identify a client's version.
  20. // If multiple versions have the same connection packet, the higher version
  21. // will be used (unless the lower one is specified as the default)
  22. //
  23. // Incoming packets have their parser function and layout specified, which enables
  24. // them for the current and all higher versions, unless explicitely disabled.
  25. //
  26. // Outgoing packets must be specified in order to enable them for the current
  27. // and all higher versions, unless explicitely disabled. Packets that are not
  28. // enabled for a packet version are silently discarded when sent as multicast.
  29. //
  30. // Every packet version inherits packet definitions from the previous (lower)
  31. // packet version.
  32. //
  33. // Main packet version of the DB to use (default = max available version)
  34. // Client detection is faster when all clients use this version.
  35. // Version 23 is the latest Sakexe (above versions are for Renewal clients)
  36. //packet_db_ver: 25
  37. packet_db_ver: 28
  38.  
  39. //packet_db_ver: 23
  40. packet_ver: 5
  41. 0x0064,55
  42. 0x0065,17
  43. 0x0066,6
  44. 0x0067,37
  45. 0x0068,46
  46. 0x0069,-1
  47. 0x006a,23
  48. 0x006b,-1
  49. 0x006c,3
  50. 0x006d,108
  51. 0x006e,3
  52. 0x006f,2
  53. 0x0070,6
  54. 0x0071,28
  55. 0x0072,19,wanttoconnection,2:6:10:14:18
  56. 0x0073,11
  57. 0x0074,3
  58. 0x0075,-1
  59. 0x0076,9
  60. 0x0077,5
  61. 0x0078,54
  62. 0x0079,53
  63. 0x007a,58
  64. 0x007b,60
  65. 0x007c,41
  66. 0x007d,2,loadendack,0
  67. 0x007e,6,ticksend,2
  68. 0x007f,6
  69. 0x0080,7
  70. 0x0081,3
  71. 0x0082,2
  72. 0x0083,2
  73. 0x0084,2
  74. 0x0085,5,walktoxy,2
  75. 0x0086,16
  76. 0x0087,12
  77. 0x0088,10
  78. 0x0089,7,actionrequest,2:6
  79. 0x008a,29
  80. 0x008b,2
  81. 0x008c,-1,globalmessage,2:4
  82. 0x008d,-1
  83. 0x008e,-1
  84. //0x008f,-1
  85. 0x0090,7,npcclicked,2
  86. 0x0091,22
  87. 0x0092,28
  88. 0x0093,2
  89. 0x0094,6,getcharnamerequest,2
  90. 0x0095,30
  91. 0x0096,-1,wis,2:4:28
  92. 0x0097,-1
  93. 0x0098,3
  94. 0x0099,-1,broadcast,2:4
  95. 0x009a,-1
  96. 0x009b,5,changedir,2:4
  97. 0x009c,9
  98. 0x009d,17
  99. 0x009e,17
  100. 0x009f,6,takeitem,2
  101. 0x00a0,23
  102. 0x00a1,6
  103. 0x00a2,6,dropitem,2:4
  104. 0x00a3,-1
  105. 0x00a4,-1
  106. 0x00a5,-1
  107. 0x00a6,-1
  108. 0x00a7,8,useitem,2:4
  109. 0x00a8,7
  110. 0x00a9,6,equipitem,2:4
  111. 0x00aa,7
  112. 0x00ab,4,unequipitem,2
  113. 0x00ac,7
  114. //0x00ad,-1
  115. 0x00ae,-1
  116. 0x00af,6
  117. 0x00b0,8
  118. 0x00b1,8
  119. 0x00b2,3,restart,2
  120. 0x00b3,3
  121. 0x00b4,-1
  122. 0x00b5,6
  123. 0x00b6,6
  124. 0x00b7,-1
  125. 0x00b8,7,npcselectmenu,2:6
  126. 0x00b9,6,npcnextclicked,2
  127. 0x00ba,2
  128. 0x00bb,5,statusup,2:4
  129. 0x00bc,6
  130. 0x00bd,44
  131. 0x00be,5
  132. 0x00bf,3,emotion,2
  133. 0x00c0,7
  134. 0x00c1,2,howmanyconnections,0
  135. 0x00c2,6
  136. 0x00c3,8
  137. 0x00c4,6
  138. 0x00c5,7,npcbuysellselected,2:6
  139. 0x00c6,-1
  140. 0x00c7,-1
  141. 0x00c8,-1,npcbuylistsend,2:4
  142. 0x00c9,-1,npcselllistsend,2:4
  143. 0x00ca,3
  144. 0x00cb,3
  145. 0x00cc,6,gmkick,2
  146. 0x00cd,3
  147. 0x00ce,2,killall,0
  148. 0x00cf,27,wisexin,2:26
  149. 0x00d0,3,wisall,2
  150. 0x00d1,4
  151. 0x00d2,4
  152. 0x00d3,2,wisexlist,0
  153. 0x00d4,-1
  154. 0x00d5,-1,createchatroom,2:4:6:7:15
  155. 0x00d6,3
  156. 0x00d7,-1
  157. 0x00d8,6
  158. 0x00d9,14,chataddmember,2:6
  159. 0x00da,3
  160. 0x00db,-1
  161. 0x00dc,28
  162. 0x00dd,29
  163. 0x00de,-1,chatroomstatuschange,2:4:6:7:15
  164. 0x00df,-1
  165. 0x00e0,30,changechatowner,2:6
  166. 0x00e1,30
  167. 0x00e2,26,kickfromchat,2
  168. 0x00e3,2,chatleave,0
  169. 0x00e4,6,traderequest,2
  170. 0x00e5,26
  171. 0x00e6,3,tradeack,2
  172. 0x00e7,3
  173. 0x00e8,8,tradeadditem,2:4
  174. 0x00e9,19
  175. 0x00ea,5
  176. 0x00eb,2,tradeok,0
  177. 0x00ec,3
  178. 0x00ed,2,tradecancel,0
  179. 0x00ee,2
  180. 0x00ef,2,tradecommit,0
  181. 0x00f0,3
  182. 0x00f1,2
  183. 0x00f2,6
  184. 0x00f3,8,movetokafra,2:4
  185. 0x00f4,21
  186. 0x00f5,8,movefromkafra,2:4
  187. 0x00f6,8
  188. 0x00f7,2,closekafra,0
  189. 0x00f8,2
  190. 0x00f9,26,createparty,2
  191. 0x00fa,3
  192. 0x00fb,-1
  193. 0x00fc,6,partyinvite,2
  194. 0x00fd,27
  195. 0x00fe,30
  196. 0x00ff,10,replypartyinvite,2:6
  197. 0x0100,2,leaveparty,0
  198. 0x0101,6
  199. 0x0102,6,partychangeoption,2
  200. 0x0103,30,removepartymember,2:6
  201. 0x0104,79
  202. 0x0105,31
  203. 0x0106,10
  204. 0x0107,10
  205. 0x0108,-1,partymessage,2:4
  206. 0x0109,-1
  207. 0x010a,4
  208. 0x010b,6
  209. 0x010c,6
  210. 0x010d,2
  211. 0x010e,11
  212. 0x010f,-1
  213. 0x0110,10
  214. 0x0111,39
  215. 0x0112,4,skillup,2
  216. 0x0113,10,useskilltoid,2:4:6
  217. 0x0114,31
  218. 0x0115,35
  219. 0x0116,10,useskilltopos,2:4:6:8
  220. 0x0117,18
  221. 0x0118,2,stopattack,0
  222. 0x0119,13
  223. 0x011a,15
  224. 0x011b,20,useskillmap,2:4
  225. 0x011c,68
  226. 0x011d,2,requestmemo,0
  227. 0x011e,3
  228. 0x011f,16
  229. 0x0120,6
  230. 0x0121,14
  231. 0x0122,-1
  232. 0x0123,-1
  233. 0x0124,21
  234. 0x0125,8
  235. 0x0126,8,putitemtocart,2:4
  236. 0x0127,8,getitemfromcart,2:4
  237. 0x0128,8,movefromkafratocart,2:4
  238. 0x0129,8,movetokafrafromcart,2:4
  239. 0x012a,2,removeoption,0
  240. 0x012b,2
  241. 0x012c,3
  242. 0x012d,4
  243. 0x012e,2,closevending,0
  244. 0x012f,-1
  245. 0x0130,6,vendinglistreq,2
  246. 0x0131,86
  247. 0x0132,6
  248. 0x0133,-1
  249. 0x0134,-1,purchasereq,2:4:8
  250. 0x0135,7
  251. 0x0136,-1
  252. 0x0137,6
  253. 0x0138,3
  254. 0x0139,16
  255. 0x013a,4
  256. 0x013b,4
  257. 0x013c,4
  258. 0x013d,6
  259. 0x013e,24
  260. 0x013f,26,itemmonster,2
  261. 0x0140,22,mapmove,2:18:20
  262. 0x0141,14
  263. 0x0142,6
  264. 0x0143,10,npcamountinput,2:6
  265. 0x0144,23
  266. 0x0145,19
  267. 0x0146,6,npccloseclicked,2
  268. 0x0147,39
  269. 0x0148,8
  270. 0x0149,9,gmreqnochat,2:6:7
  271. 0x014a,6
  272. 0x014b,27
  273. 0x014c,-1
  274. 0x014d,2,guildcheckmaster,0
  275. 0x014e,6
  276. 0x014f,6,guildrequestinfo,2
  277. 0x0150,110
  278. 0x0151,6,guildrequestemblem,2
  279. 0x0152,-1
  280. 0x0153,-1,guildchangeemblem,2:4
  281. 0x0154,-1
  282. 0x0155,-1,guildchangememberposition,2
  283. 0x0156,-1
  284. 0x0157,6
  285. 0x0158,-1
  286. 0x0159,54,guildleave,2:6:10:14
  287. 0x015a,66
  288. 0x015b,54,guildexpulsion,2:6:10:14
  289. 0x015c,90
  290. 0x015d,42,guildbreak,2
  291. 0x015e,6
  292. 0x015f,42
  293. 0x0160,-1
  294. 0x0161,-1,guildchangepositioninfo,2
  295. 0x0162,-1
  296. 0x0163,-1
  297. 0x0164,-1
  298. 0x0165,30,createguild,6
  299. 0x0166,-1
  300. 0x0167,3
  301. 0x0168,14,guildinvite,2
  302. 0x0169,3
  303. 0x016a,30
  304. 0x016b,10,guildreplyinvite,2:6
  305. 0x016c,43
  306. 0x016d,14
  307. 0x016e,186,guildchangenotice,2:6:66
  308. 0x016f,182
  309. 0x0170,14,guildrequestalliance,2
  310. 0x0171,30
  311. 0x0172,10,guildreplyalliance,2:6
  312. 0x0173,3
  313. 0x0174,-1
  314. 0x0175,6
  315. 0x0176,106
  316. 0x0177,-1
  317. 0x0178,4,itemidentify,2
  318. 0x0179,5
  319. 0x017a,4,usecard,2
  320. 0x017b,-1
  321. 0x017c,6,insertcard,2:4
  322. 0x017d,7
  323. 0x017e,-1,guildmessage,2:4
  324. 0x017f,-1
  325. 0x0180,6,guildopposition,2
  326. 0x0181,3
  327. 0x0182,106
  328. 0x0183,10,guilddelalliance,2:6
  329. 0x0184,10
  330. 0x0185,34
  331. //0x0186,-1
  332. 0x0187,6
  333. 0x0188,8
  334. 0x0189,4
  335. 0x018a,4,quitgame,0
  336. 0x018b,4
  337. 0x018c,29
  338. 0x018d,-1
  339. 0x018e,10,producemix,2:4:6:8
  340. 0x018f,6
  341. 0x0190,90,useskilltoposinfo,2:4:6:8:10
  342. 0x0191,86
  343. 0x0192,24
  344. 0x0193,6,solvecharname,2
  345. 0x0194,30
  346. 0x0195,102
  347. 0x0196,9
  348. 0x0197,4,resetchar,2
  349. 0x0198,8,changemaptype,2:4:6
  350. 0x0199,4
  351. 0x019a,14
  352. 0x019b,10
  353. 0x019c,-1,localbroadcast,2:4
  354. 0x019d,6,gmhide,0
  355. 0x019e,2
  356. 0x019f,6,catchpet,2
  357. 0x01a0,3
  358. 0x01a1,3,petmenu,2
  359. 0x01a2,35
  360. 0x01a3,5
  361. 0x01a4,11
  362. 0x01a5,26,changepetname,2
  363. 0x01a6,-1
  364. 0x01a7,4,selectegg,2
  365. 0x01a8,4
  366. 0x01a9,6,sendemotion,2
  367. 0x01aa,10
  368. 0x01ab,12
  369. 0x01ac,6
  370. 0x01ad,-1
  371. 0x01ae,4,selectarrow,2
  372. 0x01af,4,changecart,2
  373. 0x01b0,11
  374. 0x01b1,7
  375. 0x01b2,-1,openvending,2:4:84:85
  376. 0x01b3,67
  377. 0x01b4,12
  378. 0x01b5,18
  379. 0x01b6,114
  380. 0x01b7,6
  381. 0x01b8,3
  382. 0x01b9,6
  383. 0x01ba,26,remove,2
  384. 0x01bb,26,shift,2
  385. 0x01bc,26,recall,2
  386. 0x01bd,26,summon,2
  387. 0x01be,2
  388. 0x01bf,3
  389. 0x01c0,2
  390. 0x01c1,14
  391. 0x01c2,10
  392. 0x01c3,-1
  393. 0x01c4,22
  394. 0x01c5,22
  395. 0x01c6,4
  396. 0x01c7,2
  397. 0x01c8,13
  398. 0x01c9,97
  399. //0x01ca,-1
  400. 0x01cb,9
  401. 0x01cc,9
  402. 0x01cd,30
  403. 0x01ce,6,autospell,2
  404. 0x01cf,28
  405. 0x01d0,8
  406. 0x01d1,14
  407. 0x01d2,10
  408. 0x01d3,35
  409. 0x01d4,6
  410. 0x01d5,-1,npcstringinput,2:4:8
  411. 0x01d6,4
  412. 0x01d7,11
  413. 0x01d8,54
  414. 0x01d9,53
  415. 0x01da,60
  416. 0x01db,2
  417. 0x01dc,-1
  418. 0x01dd,47
  419. 0x01de,33
  420. 0x01df,6,gmreqaccname,2
  421. 0x01e0,30
  422. 0x01e1,8
  423. 0x01e2,34
  424. 0x01e3,14
  425. 0x01e4,2
  426. 0x01e5,6
  427. 0x01e6,26
  428. 0x01e7,2,sndoridori,0
  429. 0x01e8,28,createparty2,2
  430. 0x01e9,81
  431. 0x01ea,6
  432. 0x01eb,10
  433. 0x01ec,26
  434. 0x01ed,2,snexplosionspirits,0
  435. 0x01ee,-1
  436. 0x01ef,-1
  437. 0x01f0,-1
  438. 0x01f1,-1
  439. 0x01f2,20
  440. 0x01f3,10
  441. 0x01f4,32
  442. 0x01f5,9
  443. 0x01f6,34
  444. 0x01f7,14,adoptreply,0
  445. 0x01f8,2
  446. 0x01f9,6,adoptrequest,0
  447. 0x01fa,48
  448. 0x01fb,56
  449. 0x01fc,-1
  450. 0x01fd,4,repairitem,2
  451. 0x01fe,5
  452. 0x01ff,10
  453. 0x0200,26
  454. 0x0201,-1
  455. 0x0202,26,friendslistadd,2
  456. 0x0203,10,friendslistremove,2:6
  457. 0x0204,18
  458. 0x0205,26
  459. 0x0206,11
  460. 0x0207,34
  461. 0x0208,11,friendslistreply,2:6:10
  462. 0x0209,36
  463. 0x020a,10
  464. //0x020b,-1
  465. //0x020c,-1
  466. 0x020d,-1
  467.  
  468. //2004-07-05aSakexe
  469. packet_ver: 6
  470. 0x0072,22,wanttoconnection,5:9:13:17:21
  471. 0x0085,8,walktoxy,5
  472. 0x00a7,13,useitem,5:9
  473. 0x0113,15,useskilltoid,4:9:11
  474. 0x0116,15,useskilltopos,4:9:11:13
  475. 0x0190,95,useskilltoposinfo,4:9:11:13:15
  476. 0x0208,14,friendslistreply,2:6:10
  477. 0x020e,24
  478.  
  479. //2004-07-13aSakexe
  480. packet_ver: 7
  481. 0x0072,39,wanttoconnection,12:22:30:34:38
  482. 0x0085,9,walktoxy,6
  483. 0x009b,13,changedir,5:12
  484. 0x009f,10,takeitem,6
  485. 0x00a7,17,useitem,6:13
  486. 0x0113,19,useskilltoid,7:9:15
  487. 0x0116,19,useskilltopos,7:9:15:17
  488. 0x0190,99,useskilltoposinfo,7:9:15:17:19
  489.  
  490. //2004-07-26aSakexe
  491. packet_ver: 8
  492. 0x0072,14,dropitem,5:12
  493. 0x007e,33,wanttoconnection,12:18:24:28:32
  494. 0x0085,20,useskilltoid,7:12:16
  495. 0x0089,15,getcharnamerequest,11
  496. 0x008c,23,useskilltopos,3:6:17:21
  497. 0x0094,10,takeitem,6
  498. 0x009b,6,walktoxy,3
  499. 0x009f,13,changedir,5:12
  500. 0x00a2,103,useskilltoposinfo,3:6:17:21:23
  501. 0x00a7,12,solvecharname,8
  502. 0x00f3,-1,globalmessage,2:4
  503. 0x00f5,17,useitem,6:12
  504. 0x00f7,10,ticksend,6
  505. 0x0113,16,movetokafra,5:12
  506. 0x0116,2,closekafra,0
  507. 0x0190,26,movefromkafra,10:22
  508. 0x0193,9,actionrequest,3:8
  509.  
  510. //2004-08-09aSakexe
  511. packet_ver: 9
  512. 0x0072,17,dropitem,8:15
  513. 0x007e,37,wanttoconnection,9:21:28:32:36
  514. 0x0085,26,useskilltoid,11:18:22
  515. 0x0089,12,getcharnamerequest,8
  516. 0x008c,40,useskilltopos,5:15:29:38
  517. 0x0094,13,takeitem,9
  518. 0x009b,15,walktoxy,12
  519. 0x009f,12,changedir,7:11
  520. 0x00a2,120,useskilltoposinfo,5:15:29:38:40
  521. 0x00a7,11,solvecharname,7
  522. 0x00f5,24,useitem,9:20
  523. 0x00f7,13,ticksend,9
  524. 0x0113,23,movetokafra,5:19
  525. 0x0190,26,movefromkafra,11:22
  526. 0x0193,18,actionrequest,7:17
  527.  
  528. //2004-08-16aSakexe
  529. 0x0212,26,rc,2
  530. 0x0213,26,check,2
  531. 0x0214,42
  532.  
  533. //2004-08-17aSakexe
  534. 0x020f,10,pvpinfo,2:6
  535. 0x0210,22
  536.  
  537. //2004-09-06aSakexe
  538. packet_ver: 10
  539. 0x0072,20,useitem,9:20
  540. 0x007e,19,movetokafra,3:15
  541. 0x0085,23,actionrequest,9:22
  542. 0x0089,9,walktoxy,6
  543. 0x008c,105,useskilltoposinfo,10:14:18:23:25
  544. 0x0094,17,dropitem,6:15
  545. 0x009b,14,getcharnamerequest,10
  546. 0x009f,-1,globalmessage,2:4
  547. 0x00a2,14,solvecharname,10
  548. 0x00a7,25,useskilltopos,10:14:18:23
  549. 0x00f3,10,changedir,4:9
  550. 0x00f5,34,wanttoconnection,7:15:25:29:33
  551. 0x00f7,2,closekafra,0
  552. 0x0113,11,takeitem,7
  553. 0x0116,11,ticksend,7
  554. 0x0190,22,useskilltoid,9:15:18
  555. 0x0193,17,movefromkafra,3:13
  556.  
  557. //2004-09-20aSakexe
  558. packet_ver: 11
  559. 0x0072,18,useitem,10:14
  560. 0x007e,25,movetokafra,6:21
  561. 0x0085,9,actionrequest,3:8
  562. 0x0089,14,walktoxy,11
  563. 0x008c,109,useskilltoposinfo,16:20:23:27:29
  564. 0x0094,19,dropitem,12:17
  565. 0x009b,10,getcharnamerequest,6
  566. 0x00a2,10,solvecharname,6
  567. 0x00a7,29,useskilltopos,6:20:23:27
  568. 0x00f3,18,changedir,8:17
  569. 0x00f5,32,wanttoconnection,10:17:23:27:31
  570. 0x0113,14,takeitem,10
  571. 0x0116,14,ticksend,10
  572. 0x0190,14,useskilltoid,4:7:10
  573. 0x0193,12,movefromkafra,4:8
  574.  
  575. //2004-10-05aSakexe
  576. packet_ver: 12
  577. 0x0072,17,useitem,6:13
  578. 0x007e,16,movetokafra,5:12
  579. 0x0089,6,walktoxy,3
  580. 0x008c,103,useskilltoposinfo,2:6:17:21:23
  581. 0x0094,14,dropitem,5:12
  582. 0x009b,15,getcharnamerequest,11
  583. 0x00a2,12,solvecharname,8
  584. 0x00a7,23,useskilltopos,3:6:17:21
  585. 0x00f3,13,changedir,5:12
  586. 0x00f5,33,wanttoconnection,12:18:24:28:32
  587. 0x0113,10,takeitem,6
  588. 0x0116,10,ticksend,6
  589. 0x0190,20,useskilltoid,7:12:16
  590. 0x0193,26,movefromkafra,10:22
  591.  
  592. //2004-10-25aSakexe
  593. packet_ver: 13
  594. 0x0072,13,useitem,5:9
  595. 0x007e,13,movetokafra,6:9
  596. 0x0085,15,actionrequest,4:14
  597. 0x008c,108,useskilltoposinfo,6:9:23:26:28
  598. 0x0094,12,dropitem,6:10
  599. 0x009b,10,getcharnamerequest,6
  600. 0x00a2,16,solvecharname,12
  601. 0x00a7,28,useskilltopos,6:9:23:26
  602. 0x00f3,15,changedir,6:14
  603. 0x00f5,29,wanttoconnection,5:14:20:24:28
  604. 0x0113,9,takeitem,5
  605. 0x0116,9,ticksend,5
  606. 0x0190,26,useskilltoid,4:10:22
  607. 0x0193,22,movefromkafra,12:18
  608.  
  609. //2004-11-01aSakexe
  610. 0x0084,-1
  611. 0x0215,6
  612.  
  613. //2004-11-08aSakexe
  614. 0x0084,2
  615. 0x0216,6
  616. 0x0217,2,blacksmith,0
  617. 0x0218,2,alchemist,0
  618. 0x0219,282
  619. 0x021a,282
  620. 0x021b,10
  621. 0x021c,10
  622.  
  623. //2004-11-15aSakexe
  624. 0x021d,6,lesseffect,2
  625.  
  626. //2004-11-29aSakexe
  627. packet_ver: 14
  628. 0x0072,22,useskilltoid,8:12:18
  629. 0x007e,30,useskilltopos,4:9:22:28
  630. 0x0085,-1,globalmessage,2:4
  631. 0x0089,7,ticksend,3
  632. 0x008c,13,getcharnamerequest,9
  633. 0x0094,14,movetokafra,4:10
  634. 0x009b,2,closekafra,0
  635. 0x009f,18,actionrequest,6:17
  636. 0x00a2,7,takeitem,3
  637. 0x00a7,7,walktoxy,4
  638. 0x00f3,8,changedir,3:7
  639. 0x00f5,29,wanttoconnection,3:10:20:24:28
  640. 0x00f7,14,solvecharname,10
  641. 0x0113,110,useskilltoposinfo,4:9:22:28:30
  642. 0x0116,12,dropitem,4:10
  643. 0x0190,15,useitem,3:11
  644. 0x0193,21,movefromkafra,4:17
  645. 0x0221,-1
  646. 0x0222,6,weaponrefine,2
  647. 0x0223,8
  648.  
  649. //2004-12-13aSakexe
  650. //skipped: many packets being set to -1
  651. 0x0066,3
  652. 0x0070,3
  653. 0x01ca,3
  654. 0x021e,6
  655. 0x021f,66
  656. 0x0220,10
  657.  
  658. //2005-01-10bSakexe
  659. packet_ver: 15
  660. 0x0072,26,useskilltoid,8:16:22
  661. 0x007e,114,useskilltoposinfo,10:18:22:32:34
  662. 0x0085,23,changedir,12:22
  663. 0x0089,9,ticksend,5
  664. 0x008c,8,getcharnamerequest,4
  665. 0x0094,20,movetokafra,10:16
  666. 0x009b,32,wanttoconnection,3:12:23:27:31
  667. 0x009f,17,useitem,5:13
  668. 0x00a2,11,solvecharname,7
  669. 0x00a7,13,walktoxy,10
  670. 0x00f3,-1,globalmessage,2:4
  671. 0x00f5,9,takeitem,5
  672. 0x00f7,21,movefromkafra,11:17
  673. 0x0113,34,useskilltopos,10:18:22:32
  674. 0x0116,20,dropitem,15:18
  675. 0x0190,20,actionrequest,9:19
  676. 0x0193,2,closekafra,0
  677.  
  678. //2005-03-28aSakexe
  679. 0x0224,10
  680. 0x0225,2,taekwon,0
  681. 0x0226,282
  682.  
  683. //2005-04-04aSakexe
  684. 0x0227,18
  685. 0x0228,18
  686.  
  687. //2005-04-11aSakexe
  688. 0x0229,15
  689. 0x022a,58
  690. 0x022b,57
  691. 0x022c,64
  692.  
  693. //2005-04-25aSakexe
  694. 0x022d,5,hommenu,2:4
  695. 0x0232,9,hommoveto,2:6
  696. 0x0233,11,homattack,2:6:10
  697. 0x0234,6,hommovetomaster,2
  698.  
  699. //2005-05-09aSakexe
  700. packet_ver: 16
  701. 0x0072,25,useskilltoid,6:10:21
  702. 0x007e,102,useskilltoposinfo,5:9:12:20:22
  703. 0x0085,11,changedir,7:10
  704. 0x0089,8,ticksend,4
  705. 0x008c,11,getcharnamerequest,7
  706. 0x0094,14,movetokafra,7:10
  707. 0x009b,26,wanttoconnection,4:9:17:21:25
  708. 0x009f,14,useitem,4:10
  709. 0x00a2,15,solvecharname,11
  710. 0x00a7,8,walktoxy,5
  711. 0x00f5,8,takeitem,4
  712. 0x00f7,22,movefromkafra,14:18
  713. 0x0113,22,useskilltopos,5:9:12:20
  714. 0x0116,10,dropitem,5:8
  715. 0x0190,19,actionrequest,5:18
  716.  
  717. //2005-05-23aSakexe
  718. 0x022e,69
  719. 0x0230,12
  720.  
  721. //2005-05-30aSakexe
  722. 0x022e,71
  723. 0x0235,-1
  724. 0x0236,10
  725. 0x0237,2,rankingpk,0
  726. 0x0238,282
  727.  
  728. //2005-05-31aSakexe
  729. 0x0216,2
  730. 0x0239,11
  731.  
  732. //2005-06-08aSakexe
  733. 0x0216,6
  734. 0x0217,2,blacksmith,0
  735. 0x022f,5
  736. 0x0231,26,changehomunculusname,0
  737. 0x023a,4
  738. 0x023b,36,storagepassword,2:4:20
  739. 0x023c,6
  740.  
  741. //2005-06-22aSakexe
  742. 0x022e,71
  743.  
  744. //2005-06-28aSakexe
  745. packet_ver: 17
  746. 0x0072,34,useskilltoid,6:17:30
  747. 0x007e,113,useskilltoposinfo,12:15:18:31:33
  748. 0x0085,17,changedir,8:16
  749. 0x0089,13,ticksend,9
  750. 0x008c,8,getcharnamerequest,4
  751. 0x0094,31,movetokafra,16:27
  752. 0x009b,32,wanttoconnection,9:15:23:27:31
  753. 0x009f,19,useitem,9:15
  754. 0x00a2,9,solvecharname,5
  755. 0x00a7,11,walktoxy,8
  756. 0x00f5,13,takeitem,9
  757. 0x00f7,18,movefromkafra,11:14
  758. 0x0113,33,useskilltopos,12:15:18:31
  759. 0x0116,12,dropitem,3:10
  760. 0x0190,24,actionrequest,11:23
  761. 0x0216,-1
  762. 0x023d,-1
  763. 0x023e,4
  764.  
  765. //2005-07-18aSakexe
  766. packet_ver: 18
  767. 0x0072,19,useskilltoid,5:11:15
  768. 0x007e,110,useskilltoposinfo,9:15:23:28:30
  769. 0x0085,11,changedir,6:10
  770. 0x0089,7,ticksend,3
  771. 0x008c,11,getcharnamerequest,7
  772. 0x0094,21,movetokafra,12:17
  773. 0x009b,31,wanttoconnection,3:13:22:26:30
  774. 0x009f,12,useitem,3:8
  775. 0x00a2,18,solvecharname,14
  776. 0x00a7,15,walktoxy,12
  777. 0x00f5,7,takeitem,3
  778. 0x00f7,13,movefromkafra,5:9
  779. 0x0113,30,useskilltopos,9:15:23:28
  780. 0x0116,12,dropitem,6:10
  781. 0x0190,21,actionrequest,5:20
  782. 0x0216,6
  783. 0x023f,2,mailrefresh,0
  784. 0x0240,8
  785. 0x0241,6,mailread,2
  786. 0x0242,-1
  787. 0x0243,6,maildelete,2
  788. 0x0244,6,mailgetattach,2
  789. 0x0245,7
  790. 0x0246,4,mailwinopen,2
  791. 0x0247,8,mailsetattach,2:4
  792. 0x0248,68
  793. 0x0249,3
  794. 0x024a,70
  795. 0x024b,4,auctioncancelreg,0
  796. 0x024c,8,auctionsetitem,0
  797. 0x024d,14
  798. 0x024e,6,auctioncancel,0
  799. 0x024f,10,auctionbid,0
  800. 0x0250,3
  801. 0x0251,2
  802. 0x0252,-1
  803.  
  804. //2005-07-19bSakexe
  805. packet_ver: 19
  806. 0x0072,34,useskilltoid,6:17:30
  807. 0x007e,113,useskilltoposinfo,12:15:18:31:33
  808. 0x0085,17,changedir,8:16
  809. 0x0089,13,ticksend,9
  810. 0x008c,8,getcharnamerequest,4
  811. 0x0094,31,movetokafra,16:27
  812. 0x009b,32,wanttoconnection,9:15:23:27:31
  813. 0x009f,19,useitem,9:15
  814. 0x00a2,9,solvecharname,5
  815. 0x00a7,11,walktoxy,8
  816. 0x00f5,13,takeitem,9
  817. 0x00f7,18,movefromkafra,11:14
  818. 0x0113,33,useskilltopos,12:15:18:31
  819. 0x0116,12,dropitem,3:10
  820. 0x0190,24,actionrequest,11:23
  821.  
  822. //2005-08-01aSakexe
  823. 0x0245,3
  824. 0x0251,4
  825.  
  826. //2005-08-08aSakexe
  827. 0x024d,12,auctionregister,0
  828. 0x024e,4
  829.  
  830. //2005-08-17aSakexe
  831. 0x0253,3
  832. 0x0254,3,feelsaveok,0
  833.  
  834. //2005-08-29aSakexe
  835. 0x0240,-1
  836. 0x0248,-1,mailsend,2:4:28:68
  837. 0x0255,5
  838. 0x0256,-1
  839. 0x0257,8
  840.  
  841. //2005-09-12bSakexe
  842. 0x0256,5
  843. 0x0258,2
  844. 0x0259,3
  845.  
  846. //2005-10-10aSakexe
  847. 0x020e,32
  848. 0x025a,-1
  849. 0x025b,6,cooking,0
  850.  
  851. //2005-10-13aSakexe
  852. 0x007a,6
  853. 0x0251,32
  854. 0x025c,4,auctionbuysell,0
  855.  
  856. //2005-10-17aSakexe
  857. 0x007a,58
  858. 0x025d,6,auctionclose,0
  859. 0x025e,4
  860.  
  861. //2005-10-24aSakexe
  862. 0x025f,6
  863. 0x0260,6
  864.  
  865. //2005-11-07aSakexe
  866. 0x024e,6,auctioncancel,0
  867. 0x0251,34,auctionsearch,0
  868.  
  869. //2006-01-09aSakexe
  870. 0x0261,11
  871. 0x0262,11
  872. 0x0263,11
  873. 0x0264,20
  874. 0x0265,20
  875. 0x0266,30
  876. 0x0267,4
  877. 0x0268,4
  878. 0x0269,4
  879. 0x026a,4
  880. 0x026b,4
  881. 0x026c,4
  882. 0x026d,4
  883. 0x026f,2
  884. 0x0270,2
  885. 0x0271,38
  886. 0x0272,44
  887.  
  888. //2006-01-26aSakexe
  889. 0x0271,40
  890.  
  891. //2006-03-06aSakexe
  892. 0x0273,6
  893. 0x0274,8
  894.  
  895. //2006-03-13aSakexe
  896. 0x0273,30,mailreturn,2:6
  897.  
  898. //2006-03-27aSakexe
  899. packet_ver: 20
  900. 0x0072,26,useskilltoid,11:18:22
  901. 0x007e,120,useskilltoposinfo,5:15:29:38:40
  902. 0x0085,12,changedir,7:11
  903. //0x0089,13,ticksend,9
  904. 0x008c,12,getcharnamerequest,8
  905. 0x0094,23,movetokafra,5:19
  906. 0x009b,37,wanttoconnection,9:21:28:32:36
  907. 0x009f,24,useitem,9:20
  908. 0x00a2,11,solvecharname,7
  909. 0x00a7,15,walktoxy,12
  910. 0x00f5,13,takeitem,9
  911. 0x00f7,26,movefromkafra,11:22
  912. 0x0113,40,useskilltopos,5:15:29:38
  913. 0x0116,17,dropitem,8:15
  914. 0x0190,18,actionrequest,7:17
  915.  
  916. //2006-10-23aSakexe
  917. 0x006d,110
  918.  
  919. //2006-04-24aSakexe to 2007-01-02aSakexe
  920. 0x023e,8
  921. 0x0277,84
  922. 0x0278,2
  923. 0x0279,2
  924. 0x027a,-1
  925. 0x027b,14
  926. 0x027c,60
  927. 0x027d,62
  928. 0x027e,-1
  929. 0x027f,8
  930. 0x0280,12
  931. 0x0281,4
  932. 0x0282,284
  933. 0x0283,6
  934. 0x0284,14
  935. 0x0285,6
  936. 0x0286,4
  937. 0x0287,-1
  938. 0x0288,6
  939. 0x0289,8
  940. 0x028a,18
  941. 0x028b,-1
  942. 0x028c,46
  943. 0x028d,34
  944. 0x028e,4
  945. 0x028f,6
  946. 0x0290,4
  947. 0x0291,4
  948. 0x0292,2,autorevive,0
  949. 0x0293,70
  950. 0x0294,10
  951. 0x0295,-1
  952. 0x0296,-1
  953. 0x0297,-1
  954. 0x0298,8
  955. 0x0299,6
  956. 0x029a,27
  957. 0x029c,66
  958. 0x029d,-1
  959. 0x029e,11
  960. 0x029f,3,mermenu,0
  961. 0x02a0,-1
  962. 0x02a1,-1
  963. 0x02a2,8
  964.  
  965. //2007-01-08aSakexe
  966. packet_ver: 21
  967. 0x0072,30,useskilltoid,10:14:26
  968. 0x007e,120,useskilltoposinfo,10:19:23:38:40
  969. 0x0085,14,changedir,10:13
  970. 0x0089,11,ticksend,7
  971. 0x008c,17,getcharnamerequest,13
  972. 0x0094,17,movetokafra,4:13
  973. 0x009b,35,wanttoconnection,7:21:26:30:34
  974. 0x009f,21,useitem,7:17
  975. 0x00a2,10,solvecharname,6
  976. 0x00a7,8,walktoxy,5
  977. 0x00f5,11,takeitem,7
  978. 0x00f7,15,movefromkafra,3:11
  979. 0x0113,40,useskilltopos,10:19:23:38
  980. 0x0116,19,dropitem,11:17
  981. 0x0190,10,actionrequest,4:9
  982.  
  983. //2007-01-22aSakexe
  984. 0x02a3,18
  985. 0x02a4,2
  986.  
  987. //2007-01-29aSakexe
  988. 0x029b,72
  989. 0x02a3,-1
  990. 0x02a4,-1
  991. 0x02a5,8
  992.  
  993. // 2007-02-05aSakexe
  994. 0x02aa,4
  995. 0x02ab,36
  996. 0x02ac,6
  997.  
  998. //2007-02-12aSakexe
  999. packet_ver: 22
  1000. 0x0072,25,useskilltoid,6:10:21
  1001. 0x007e,102,useskilltoposinfo,5:9:12:20:22
  1002. 0x0085,11,changedir,7:10
  1003. 0x0089,8,ticksend,4
  1004. 0x008c,11,getcharnamerequest,7
  1005. 0x0094,14,movetokafra,7:10
  1006. 0x009b,26,wanttoconnection,4:9:17:21:25
  1007. 0x009f,14,useitem,4:10
  1008. 0x00a2,15,solvecharname,11
  1009. //0x00a7,8,walktoxy,5
  1010. 0x00f5,8,takeitem,4
  1011. 0x00f7,22,movefromkafra,14:18
  1012. 0x0113,22,useskilltopos,5:9:12:20
  1013. 0x0116,10,dropitem,5:8
  1014. 0x0190,19,actionrequest,5:18
  1015.  
  1016. //2007-05-07aSakexe
  1017. 0x01fd,15,repairitem,2
  1018.  
  1019. //2007-02-27aSakexe to 2007-10-02aSakexe
  1020. 0x0288,10,cashshopbuy,2:4:6
  1021. 0x0289,12
  1022. 0x02a6,22
  1023. 0x02a7,22
  1024. 0x02a8,162
  1025. 0x02a9,58
  1026. 0x02ad,8
  1027. 0x02b0,85
  1028. 0x02b1,-1
  1029. 0x02b2,-1
  1030. 0x02b3,107
  1031. 0x02b4,6
  1032. 0x02b5,-1
  1033. 0x02b6,7,queststate,2:6
  1034. 0x02b7,7
  1035. 0x02b8,22
  1036. 0x02b9,191
  1037. 0x02ba,11,hotkey,2:4:5:9
  1038. 0x02bb,8
  1039. 0x02bc,6
  1040. 0x02bf,10
  1041. 0x02c0,2
  1042. 0x02c1,-1
  1043. 0x02c2,-1
  1044. 0x02c4,26,partyinvite2,2
  1045. 0x02c5,30
  1046. 0x02c6,30
  1047. 0x02c7,7,replypartyinvite2,2:6
  1048. 0x02c8,3
  1049. 0x02c9,3
  1050. 0x02ca,3
  1051. 0x02cb,20
  1052. 0x02cc,4
  1053. 0x02cd,26
  1054. 0x02ce,10
  1055. 0x02cf,6
  1056. 0x02d0,-1
  1057. 0x02d1,-1
  1058. 0x02d2,-1
  1059. 0x02d3,4
  1060. 0x02d4,29
  1061. 0x02d5,2
  1062. 0x02d6,6,viewplayerequip,2
  1063. 0x02d7,-1
  1064. 0x02d8,10,equiptickbox,6
  1065. 0x02d9,10
  1066. 0x02da,3
  1067. 0x02db,-1,battlechat,2:4
  1068. 0x02dc,-1
  1069. 0x02dd,32
  1070. 0x02de,6
  1071. 0x02df,36
  1072. 0x02e0,34
  1073.  
  1074. //2007-10-23aSakexe
  1075. 0x02cb,65
  1076. 0x02cd,71
  1077.  
  1078. //2007-11-06aSakexe
  1079. 0x0078,55
  1080. 0x007c,42
  1081. 0x022c,65
  1082. 0x029b,80
  1083.  
  1084. //2007-11-13aSakexe
  1085. 0x02e1,33
  1086.  
  1087. //2007-11-20aSakexe
  1088. //0x01df,10 <- ???
  1089. 0x02e2,14
  1090. 0x02e3,25
  1091. 0x02e4,8
  1092. 0x02e5,8
  1093. 0x02e6,6
  1094.  
  1095. //2007-11-27aSakexe
  1096. 0x02e7,-1
  1097.  
  1098. //2008-01-02aSakexe
  1099. 0x01df,6,gmreqaccname,2
  1100. 0x02e8,-1
  1101. 0x02e9,-1
  1102. 0x02ea,-1
  1103. 0x02eb,13
  1104. 0x02ec,67
  1105. 0x02ed,59
  1106. 0x02ee,60
  1107. 0x02ef,8
  1108.  
  1109. //2008-03-18aSakexe
  1110. 0x02bf,-1
  1111. 0x02c0,-1
  1112. 0x02f0,10
  1113. 0x02f1,2,progressbar,0
  1114. 0x02f2,2
  1115.  
  1116. //2008-03-25bSakexe
  1117. 0x02f3,-1
  1118. 0x02f4,-1
  1119. 0x02f5,-1
  1120. 0x02f6,-1
  1121. 0x02f7,-1
  1122. 0x02f8,-1
  1123. 0x02f9,-1
  1124. 0x02fa,-1
  1125. 0x02fb,-1
  1126. 0x02fc,-1
  1127. 0x02fd,-1
  1128. 0x02fe,-1
  1129. 0x02ff,-1
  1130. 0x0300,-1
  1131.  
  1132. //2008-04-01aSakexe
  1133. 0x0301,-1
  1134. 0x0302,-1
  1135. 0x0303,-1
  1136. 0x0304,-1
  1137. 0x0305,-1
  1138. 0x0306,-1
  1139. 0x0307,-1
  1140. 0x0308,-1
  1141. 0x0309,-1
  1142. 0x030a,-1
  1143. 0x030b,-1
  1144. 0x030c,-1
  1145. 0x030d,-1
  1146. 0x030e,-1
  1147. 0x030f,-1
  1148. 0x0310,-1
  1149. 0x0311,-1
  1150. 0x0312,-1
  1151. 0x0313,-1
  1152. 0x0314,-1
  1153. 0x0315,-1
  1154. 0x0316,-1
  1155. 0x0317,-1
  1156. 0x0318,-1
  1157. 0x0319,-1
  1158. 0x031a,-1
  1159. 0x031b,-1
  1160. 0x031c,-1
  1161. 0x031d,-1
  1162. 0x031e,-1
  1163. 0x031f,-1
  1164. 0x0320,-1
  1165. 0x0321,-1
  1166. 0x0322,-1
  1167. 0x0323,-1
  1168. 0x0324,-1
  1169. 0x0325,-1
  1170. 0x0326,-1
  1171. 0x0327,-1
  1172. 0x0328,-1
  1173. 0x0329,-1
  1174. 0x032a,-1
  1175. 0x032b,-1
  1176. 0x032c,-1
  1177. 0x032d,-1
  1178. 0x032e,-1
  1179. 0x032f,-1
  1180. 0x0330,-1
  1181. 0x0331,-1
  1182. 0x0332,-1
  1183. 0x0333,-1
  1184. 0x0334,-1
  1185. 0x0335,-1
  1186. 0x0336,-1
  1187. 0x0337,-1
  1188. 0x0338,-1
  1189. 0x0339,-1
  1190. 0x033a,-1
  1191. 0x033b,-1
  1192. 0x033c,-1
  1193. 0x033d,-1
  1194. 0x033e,-1
  1195. 0x033f,-1
  1196. 0x0340,-1
  1197. 0x0341,-1
  1198. 0x0342,-1
  1199. 0x0343,-1
  1200. 0x0344,-1
  1201. 0x0345,-1
  1202. 0x0346,-1
  1203. 0x0347,-1
  1204. 0x0348,-1
  1205. 0x0349,-1
  1206. 0x034a,-1
  1207. 0x034b,-1
  1208. 0x034c,-1
  1209. 0x034d,-1
  1210. 0x034e,-1
  1211. 0x034f,-1
  1212. 0x0350,-1
  1213. 0x0351,-1
  1214. 0x0352,-1
  1215. 0x0353,-1
  1216. 0x0354,-1
  1217. 0x0355,-1
  1218. 0x0356,-1
  1219. 0x0357,-1
  1220. 0x0358,-1
  1221. 0x0359,-1
  1222. 0x035a,-1
  1223.  
  1224. //2008-05-27aSakexe
  1225. 0x035b,-1
  1226. 0x035c,2
  1227. 0x035d,-1
  1228. 0x035e,2
  1229. 0x035f,-1
  1230. 0x0389,-1
  1231.  
  1232. //2008-08-20aSakexe
  1233. 0x040c,-1
  1234. 0x040d,-1
  1235. 0x040e,-1
  1236. 0x040f,-1
  1237. 0x0410,-1
  1238. 0x0411,-1
  1239. 0x0412,-1
  1240. 0x0413,-1
  1241. 0x0414,-1
  1242. 0x0415,-1
  1243. 0x0416,-1
  1244. 0x0417,-1
  1245. 0x0418,-1
  1246. 0x0419,-1
  1247. 0x041a,-1
  1248. 0x041b,-1
  1249. 0x041c,-1
  1250. 0x041d,-1
  1251. 0x041e,-1
  1252. 0x041f,-1
  1253. 0x0420,-1
  1254. 0x0421,-1
  1255. 0x0422,-1
  1256. 0x0423,-1
  1257. 0x0424,-1
  1258. 0x0425,-1
  1259. 0x0426,-1
  1260. 0x0427,-1
  1261. 0x0428,-1
  1262. 0x0429,-1
  1263. 0x042a,-1
  1264. 0x042b,-1
  1265. 0x042c,-1
  1266. 0x042d,-1
  1267. 0x042e,-1
  1268. 0x042f,-1
  1269. 0x0430,-1
  1270. 0x0431,-1
  1271. 0x0432,-1
  1272. 0x0433,-1
  1273. 0x0434,-1
  1274. 0x0435,-1
  1275.  
  1276. //2008-09-10aSakexe
  1277. packet_ver: 23
  1278. 0x0436,19,wanttoconnection,2:6:10:14:18
  1279. 0x0437,7,actionrequest,2:6
  1280. 0x0438,10,useskilltoid,2:4:6
  1281. 0x0439,8,useitem,2:4
  1282.  
  1283. //2008-11-13aSakexe
  1284. 0x043d,8
  1285. 0x043e,-1
  1286. 0x043f,8
  1287.  
  1288. //2008-11-26aSakexe
  1289. 0x01a2,37
  1290. 0x0440,10
  1291. 0x0441,4
  1292.  
  1293. //2008-12-10aSakexe
  1294. 0x0442,-1
  1295. 0x0443,8,skillselectmenu,2:6
  1296.  
  1297. //2009-01-14aSakexe
  1298. 0x043f,25
  1299. 0x0444,-1
  1300. 0x0445,10
  1301.  
  1302. //2009-02-18aSakexe
  1303. 0x0446,14
  1304.  
  1305. //2009-02-25aSakexe
  1306. 0x0448,-1
  1307.  
  1308. //2009-03-30aSakexe
  1309. 0x0449,4
  1310.  
  1311. //2009-04-08aSakexe
  1312. 0x02a6,-1
  1313. 0x02a7,-1
  1314. 0x044a,6
  1315.  
  1316. //Renewal Clients
  1317. //2008-08-27aRagexeRE
  1318. packet_ver: 24
  1319. 0x0072,22,useskilltoid,9:15:18
  1320. 0x007c,44
  1321. 0x007e,105,useskilltoposinfo,10:14:18:23:25
  1322. 0x0085,10,changedir,4:9
  1323. 0x0089,11,ticksend,7
  1324. 0x008c,14,getcharnamerequest,10
  1325. 0x0094,19,movetokafra,3:15
  1326. 0x009b,34,wanttoconnection,7:15:25:29:33
  1327. 0x009f,20,useitem,7:20
  1328. 0x00a2,14,solvecharname,10
  1329. 0x00a7,9,walktoxy,6
  1330. 0x00f5,11,takeitem,7
  1331. 0x00f7,17,movefromkafra,3:13
  1332. 0x0113,25,useskilltopos,10:14:18:23
  1333. 0x0116,17,dropitem,6:15
  1334. 0x0190,23,actionrequest,9:22
  1335. 0x02e2,20
  1336. 0x02e3,22
  1337. 0x02e4,11
  1338. 0x02e5,9
  1339.  
  1340. //2008-09-10aRagexeRE
  1341. packet_ver: 25
  1342. 0x0436,19,wanttoconnection,2:6:10:14:18
  1343. 0x0437,7,actionrequest,2:6
  1344. 0x0438,10,useskilltoid,2:4:6
  1345. 0x0439,8,useitem,2:4
  1346.  
  1347. //2008-11-12aRagexeRE
  1348. 0x043d,8
  1349. //0x043e,-1
  1350. 0x043f,8
  1351.  
  1352. //2008-12-17aRagexeRE
  1353. 0x01a2,37
  1354. //0x0440,10
  1355. //0x0441,4
  1356. //0x0442,8
  1357. //0x0443,8
  1358.  
  1359. //2008-12-17bRagexeRE
  1360. 0x006d,114
  1361.  
  1362. //2009-01-21aRagexeRE
  1363. 0x043f,25
  1364. //0x0444,-1
  1365. //0x0445,10
  1366.  
  1367. //2009-02-18aRagexeRE
  1368. //0x0446,14
  1369.  
  1370. //2009-02-26cRagexeRE
  1371. //0x0448,-1
  1372.  
  1373. //2009-04-01aRagexeRE
  1374. //0x0449,4
  1375.  
  1376. //2009-05-14aRagexeRE
  1377. //0x044b,2
  1378.  
  1379. //2009-05-20aRagexeRE
  1380. //0x07d0,6
  1381. //0x07d1,2
  1382. //0x07d2,-1
  1383. //0x07d3,4
  1384. //0x07d4,4
  1385. //0x07d5,4
  1386. //0x07d6,4
  1387. //0x0447,2
  1388.  
  1389. //2009-06-03aRagexeRE
  1390. 0x07d7,8,partychangeoption,2:6:7
  1391. 0x07d8,8
  1392. 0x07d9,254
  1393. 0x07da,6,partychangeleader,2
  1394.  
  1395. //2009-06-10aRagexeRE
  1396. //0x07db,8
  1397.  
  1398. //2009-06-17aRagexeRE
  1399. 0x07d9,268
  1400. //0x07dc,6
  1401. //0x07dd,54
  1402. //0x07de,30
  1403. //0x07df,54
  1404.  
  1405. //2009-07-01aRagexeRE
  1406. //0x0275,37
  1407. //0x0276,-1
  1408.  
  1409. //2009-07-08aRagexeRE
  1410. //0x07e0,58
  1411.  
  1412. //2009-07-15aRagexeRE
  1413. 0x07e1,15
  1414.  
  1415. //2009-08-05aRagexeRE
  1416. 0x07e2,8
  1417.  
  1418. //2009-08-18aRagexeRE
  1419. 0x07e3,6
  1420. 0x07e4,-1,itemlistwindowselected,2:4:8
  1421. 0x07e6,8
  1422.  
  1423. //2009-08-25aRagexeRE
  1424. //0x07e6,28
  1425. 0x07e7,5
  1426.  
  1427. //2009-09-22aRagexeRE
  1428. 0x07e5,8
  1429. 0x07e6,8
  1430. 0x07e7,32
  1431. 0x07e8,-1
  1432. 0x07e9,5
  1433.  
  1434. //2009-09-29aRagexeRE
  1435. //0x07ea,2
  1436. //0x07eb,-1
  1437. //0x07ec,6
  1438. //0x07ed,8
  1439. //0x07ee,6
  1440. //0x07ef,8
  1441. //0x07f0,4
  1442. //0x07f2,4
  1443. //0x07f3,3
  1444.  
  1445. //2009-10-06aRagexeRE
  1446. //0x07ec,8
  1447. //0x07ed,10
  1448. //0x07f0,8
  1449. //0x07f1,15
  1450. //0x07f2,6
  1451. //0x07f3,4
  1452. //0x07f4,3
  1453.  
  1454. //2009-10-27aRagexeRE
  1455. 0x07f5,6,gmreqaccname,2
  1456. 0x07f6,14
  1457.  
  1458. //2009-11-03aRagexeRE
  1459. 0x07f7,-1
  1460. 0x07f8,-1
  1461. 0x07f9,-1
  1462.  
  1463. //2009-11-17aRagexeRE
  1464. 0x07fa,8
  1465.  
  1466. //2009-11-24aRagexeRE
  1467. 0x07fb,25
  1468.  
  1469. //2009-12-01aRagexeRE
  1470. //0x07fc,10
  1471. //0x07fd,-1
  1472. 0x07fe,26
  1473. //0x07ff,-1
  1474.  
  1475. //2009-12-15aRagexeRE
  1476. 0x0800,-1
  1477. //0x0801,-1
  1478.  
  1479. //2009-12-22aRagexeRE
  1480. 0x0802,18,bookingregreq,2:4:6 // Booking System
  1481. 0x0803,4
  1482. 0x0804,8 // Booking System
  1483. 0x0805,-1
  1484. 0x0806,4,bookingdelreq,2 // Booking System
  1485. //0x0807,2
  1486. 0x0808,4 // Booking System
  1487. //0x0809,14
  1488. //0x080A,50
  1489. //0x080B,18
  1490. //0x080C,6
  1491.  
  1492. //2009-12-29aRagexeRE
  1493. 0x0804,14,bookingsearchreq,2:4:6:8:12 // Booking System
  1494. 0x0806,2,bookingdelreq,0 // Booking System
  1495. 0x0807,4
  1496. 0x0808,14,bookingupdatereq,2 // Booking System
  1497. 0x0809,50
  1498. 0x080A,18
  1499. 0x080B,6 // Booking System
  1500.  
  1501. //2010-01-05aRagexeRE
  1502. 0x0801,-1,purchasereq2,2:4:8:12
  1503.  
  1504. //2010-01-26aRagexeRE
  1505. //0x080C,2
  1506. //0x080D,3
  1507. 0x080E,14
  1508.  
  1509. //2010-02-09aRagexeRE
  1510. //0x07F0,6
  1511.  
  1512. //2010-02-23aRagexeRE
  1513. 0x080F,20
  1514.  
  1515. //2010-03-03aRagexeRE
  1516. 0x0810,3
  1517. 0x0811,-1,reqopenbuyingstore,2:4:8:9:89
  1518. //0x0812,86
  1519. //0x0813,6
  1520. //0x0814,6
  1521. //0x0815,-1
  1522. //0x0817,-1
  1523. //0x0818,6
  1524. //0x0819,4
  1525.  
  1526. //2010-03-09aRagexeRE
  1527. 0x0813,-1
  1528. //0x0814,2
  1529. //0x0815,6
  1530. 0x0816,6
  1531. 0x0818,-1
  1532. //0x0819,10
  1533. //0x081A,4
  1534. //0x081B,4
  1535. //0x081C,6
  1536. 0x081d,22
  1537. 0x081e,8
  1538.  
  1539. //2010-03-23aRagexeRE
  1540. //0x081F,-1
  1541.  
  1542. //2010-04-06aRagexeRE
  1543. //0x081A,6
  1544.  
  1545. //2010-04-13aRagexeRE
  1546. //0x081A,10
  1547. 0x0820,11
  1548. //0x0821,2
  1549. //0x0822,9
  1550. //0x0823,-1
  1551.  
  1552. //2010-04-14dRagexeRE
  1553. //0x081B,8
  1554.  
  1555. //2010-04-20aRagexeRE
  1556. 0x0812,8
  1557. 0x0814,86
  1558. 0x0815,2,reqclosebuyingstore,0
  1559. 0x0817,6,reqclickbuyingstore,2
  1560. 0x0819,-1,reqtradebuyingstore,2:4:8:12
  1561. 0x081a,4
  1562. 0x081b,10
  1563. 0x081c,10
  1564. 0x0824,6
  1565.  
  1566. //2010-06-01aRagexeRE
  1567. //0x0825,-1
  1568. //0x0826,4
  1569. 0x0835,-1,searchstoreinfo,2:4:5:9:13:14:15
  1570. 0x0836,-1
  1571. 0x0837,3
  1572. //0x0838,3
  1573.  
  1574. //2010-06-08aRagexeRE
  1575. 0x0838,2,searchstoreinfonextpage,0
  1576. 0x083A,4 // Search Stalls Feature
  1577. 0x083B,2,closesearchstoreinfo,0
  1578. 0x083C,12,searchstoreinfolistitemclick,2:6:10
  1579. 0x083D,6
  1580.  
  1581. //2010-06-15aRagexeRE
  1582. //0x083E,26
  1583.  
  1584. //2010-06-22aRagexeRE
  1585. //0x083F,22
  1586.  
  1587. //2010-06-29aRagexeRE
  1588. 0x00AA,9
  1589. //0x07F1,18
  1590. //0x07F2,8
  1591. //0x07F3,6
  1592.  
  1593. //2010-07-01aRagexeRE
  1594. 0x083A,5 // Search Stalls Feature
  1595.  
  1596. //2010-07-13aRagexeRE
  1597. //0x0827,6
  1598. //0x0828,14
  1599. //0x0829,6
  1600. //0x082A,10
  1601. //0x082B,6
  1602. //0x082C,14
  1603. //0x0840,-1
  1604. //0x0841,19
  1605.  
  1606. //2010-07-14aRagexeRE
  1607. //0x841,4
  1608.  
  1609. //2010-08-03aRagexeRE
  1610. 0x0839,66
  1611. 0x0842,6,recall2,2
  1612. 0x0843,6,remove2,2
  1613.  
  1614. //2010-11-24aRagexeRE
  1615. packet_ver: 26
  1616. 0x0288,-1,cashshopbuy,4:8
  1617. 0x0436,19,wanttoconnection,2:6:10:14:18
  1618. 0x035f,5,walktoxy,2
  1619. 0x0360,6,ticksend,2
  1620. 0x0361,5,changedir,2:4
  1621. 0x0362,6,takeitem,2
  1622. 0x0363,6,dropitem,2:4
  1623. 0x0364,8,movetokafra,2:4
  1624. 0x0365,8,movefromkafra,2:4
  1625. 0x0366,10,useskilltopos,2:4:6:8
  1626. 0x0367,90,useskilltoposinfo,2:4:6:8:10
  1627. 0x0368,6,getcharnamerequest,2
  1628. 0x0369,6,solvecharname,2
  1629. 0x0856,-1
  1630. 0x0857,-1
  1631. 0x0858,-1
  1632. 0x0859,-1
  1633.  
  1634. //2011-10-05aRagexeRE
  1635. packet_ver: 27
  1636. 0x0364,5,walktoxy,2
  1637. 0x0817,6,ticksend,2
  1638. 0x0366,5,changedir,2:4
  1639. 0x0815,6,takeitem,2
  1640. 0x0885,6,dropitem,2:4
  1641. 0x0893,8,movetokafra,2:4
  1642. 0x0897,8,movefromkafra,2:4
  1643. 0x0369,10,useskilltopos,2:4:6:8
  1644. 0x08ad,90,useskilltoposinfo,2:4:6:8:10
  1645. 0x088a,6,getcharnamerequest,2
  1646. 0x0838,6,solvecharname,2
  1647. 0x0439,8,useitem,2:4
  1648. 0x08d2,10
  1649.  
  1650. // 2011-11-02aRagexe
  1651. packet_ver: 28
  1652. //2012-04-10aRagexeRE
  1653. 0x01FD,15,repairitem,2
  1654. 0x089C,26,friendslistadd,2
  1655. 0x0885,5,hommenu,2:4
  1656. 0x0961,36,storagepassword,0
  1657. 0x0288,-1,cashshopbuy,4:8
  1658. 0x091C,26,partyinvite2,2
  1659. 0x094B,19,wanttoconnection,2:6:10:14:18
  1660. 0x0369,7,actionrequest,2:6
  1661. 0x083C,10,useskilltoid,2:4:6
  1662. 0x0439,8,useitem,2:4
  1663. 0x0945,-1,itemlistwindowselected,2:4:8
  1664. 0x0815,-1,reqopenbuyingstore,2:4:8:9:89
  1665. 0x0817,2,reqclosebuyingstore,0
  1666. 0x0360,6,reqclickbuyingstore,2
  1667. 0x0811,-1,reqtradebuyingstore,2:4:8:12
  1668. 0x0819,-1,searchstoreinfo,2:4:5:9:13:14:15
  1669. 0x0835,2,searchstoreinfonextpage,0
  1670. 0x0838,12,searchstoreinfolistitemclick,2:6:10
  1671. 0x0437,5,walktoxy,2
  1672. 0x0886,6,ticksend,2
  1673. 0x0871,5,changedir,2:4
  1674. 0x0938,6,takeitem,2
  1675. 0x0891,6,dropitem,2:4
  1676. 0x086C,8,movetokafra,2:4
  1677. 0x08A6,8,movefromkafra,2:4
  1678. 0x0438,10,useskilltopos,2:4:6:8
  1679. 0x0366,90,useskilltoposinfo,2:4:6:8:10
  1680. 0x0889,6,getcharnamerequest,2
  1681. 0x0884,6,solvecharname,2
  1682. 0x08E5,41,bookingregreq,2:4 //Added to prevent disconnections
  1683. 0x08E6,4
  1684. 0x08E7,10,bookingsearchreq,2
  1685. 0x08E8,-1
  1686. 0x08E9,2,bookingdelreq,2
  1687. 0x08EA,4
  1688. 0x08EB,39,bookingupdatereq,2
  1689. 0x08EC,73
  1690. 0x08ED,43
  1691. 0x08EE,6
  1692. 0x08EF,6,bookingignorereq,2
  1693. 0x08F0,6
  1694. 0x08F1,6,bookingjoinpartyreq,2
  1695. 0x08F2,36
  1696. 0x08F3,-1
  1697. 0x08F4,6
  1698. 0x08F5,-1,bookingsummonmember,2:4
  1699. 0x08F6,22
  1700. 0x08F7,3
  1701. 0x08F8,7
  1702. 0x08F9,6
  1703. 0x08FA,6
  1704. 0x08FB,6,bookingcanceljoinparty,2
  1705. 0x0907,5,moveitem,2:4
  1706. 0x0908,5
  1707. 0x08D7,28,battlegroundreg,2:4 //Added to prevent disconnections
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement