packet_db.txt 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053
  1. // The packet database allows you to add support for new clients,
  2. // because packets change every release.
  3. // Note: Every packet version needs a wanttoconnection specification, since
  4. // that is the packet used to identify a client's version.
  5. // If multiple versions have the same connection packet, the higher version
  6. // will be used (unless the lower one is specified as the default)
  7. // Main packet version of the DB to use (default = max available version)
  8. // Client detection is faster when all clients use this version.
  9. packet_db_ver: default
  10. packet_ver: 5
  11. 0x0064,55
  12. 0x0065,17
  13. 0x0066,6
  14. 0x0067,37
  15. 0x0068,46
  16. 0x0069,-1
  17. 0x006a,23
  18. 0x006b,-1
  19. 0x006c,3
  20. 0x006d,108
  21. 0x006e,3
  22. 0x006f,2
  23. 0x0070,6
  24. 0x0071,28
  25. 0x0072,19,wanttoconnection,2:6:10:14:18
  26. 0x0073,11
  27. 0x0074,3
  28. 0x0075,-1
  29. 0x0076,9
  30. 0x0077,5
  31. 0x0078,54
  32. 0x0079,53
  33. 0x007a,58
  34. 0x007b,60
  35. 0x007c,41
  36. 0x007d,2,loadendack,0
  37. 0x007e,6,ticksend,2
  38. 0x007f,6
  39. 0x0080,7
  40. 0x0081,3
  41. 0x0082,2
  42. 0x0083,2
  43. 0x0084,2
  44. 0x0085,5,walktoxy,2
  45. 0x0086,16
  46. 0x0087,12
  47. 0x0088,10
  48. 0x0089,7,actionrequest,2:6
  49. 0x008a,29
  50. 0x008b,2
  51. 0x008c,-1,globalmessage,2:4
  52. 0x008d,-1
  53. 0x008e,-1
  54. //0x008f,0
  55. 0x0090,7,npcclicked,2
  56. 0x0091,22
  57. 0x0092,28
  58. 0x0093,2
  59. 0x0094,6,getcharnamerequest,2
  60. 0x0095,30
  61. 0x0096,-1,wis,2:4:28
  62. 0x0097,-1
  63. 0x0098,3
  64. 0x0099,-1,gmmessage,2:4
  65. 0x009a,-1
  66. 0x009b,5,changedir,2:4
  67. 0x009c,9
  68. 0x009d,17
  69. 0x009e,17
  70. 0x009f,6,takeitem,2
  71. 0x00a0,23
  72. 0x00a1,6
  73. 0x00a2,6,dropitem,2:4
  74. 0x00a3,-1
  75. 0x00a4,-1
  76. 0x00a5,-1
  77. 0x00a6,-1
  78. 0x00a7,8,useitem,2:4
  79. 0x00a8,7
  80. 0x00a9,6,equipitem,2:4
  81. 0x00aa,7
  82. 0x00ab,4,unequipitem,2
  83. 0x00ac,7
  84. //0x00ad,0
  85. 0x00ae,-1
  86. 0x00af,6
  87. 0x00b0,8
  88. 0x00b1,8
  89. 0x00b2,3,restart,2
  90. 0x00b3,3
  91. 0x00b4,-1
  92. 0x00b5,6
  93. 0x00b6,6
  94. 0x00b7,-1
  95. 0x00b8,7,npcselectmenu,2:6
  96. 0x00b9,6,npcnextclicked,2
  97. 0x00ba,2
  98. 0x00bb,5,statusup,2:4
  99. 0x00bc,6
  100. 0x00bd,44
  101. 0x00be,5
  102. 0x00bf,3,emotion,2
  103. 0x00c0,7
  104. 0x00c1,2,howmanyconnections,0
  105. 0x00c2,6
  106. 0x00c3,8
  107. 0x00c4,6
  108. 0x00c5,7,npcbuysellselected,2:6
  109. 0x00c6,-1
  110. 0x00c7,-1
  111. 0x00c8,-1,npcbuylistsend,2:4
  112. 0x00c9,-1,npcselllistsend,2:4
  113. 0x00ca,3
  114. 0x00cb,3
  115. 0x00cc,6,gmkick,2
  116. 0x00cd,3
  117. 0x00ce,2,killall,0
  118. 0x00cf,27,wisexin,2:26
  119. 0x00d0,3,wisall,2
  120. 0x00d1,4
  121. 0x00d2,4
  122. 0x00d3,2,wisexlist,0
  123. 0x00d4,-1
  124. 0x00d5,-1,createchatroom,2:4:6:7:15
  125. 0x00d6,3
  126. 0x00d7,-1
  127. 0x00d8,6
  128. 0x00d9,14,chataddmember,2:6
  129. 0x00da,3
  130. 0x00db,-1
  131. 0x00dc,28
  132. 0x00dd,29
  133. 0x00de,-1,chatroomstatuschange,2:4:6:7:15
  134. 0x00df,-1
  135. 0x00e0,30,changechatowner,2:6
  136. 0x00e1,30
  137. 0x00e2,26,kickfromchat,2
  138. 0x00e3,2,chatleave,0
  139. 0x00e4,6,traderequest,2
  140. 0x00e5,26
  141. 0x00e6,3,tradeack,2
  142. 0x00e7,3
  143. 0x00e8,8,tradeadditem,2:4
  144. 0x00e9,19
  145. 0x00ea,5
  146. 0x00eb,2,tradeok,0
  147. 0x00ec,3
  148. 0x00ed,2,tradecancel,0
  149. 0x00ee,2
  150. 0x00ef,2,tradecommit,0
  151. 0x00f0,3
  152. 0x00f1,2
  153. 0x00f2,6
  154. 0x00f3,8,movetokafra,2:4
  155. 0x00f4,21
  156. 0x00f5,8,movefromkafra,2:4
  157. 0x00f6,8
  158. 0x00f7,2,closekafra,0
  159. 0x00f8,2
  160. 0x00f9,26,createparty,2
  161. 0x00fa,3
  162. 0x00fb,-1
  163. 0x00fc,6,partyinvite,2
  164. 0x00fd,27
  165. 0x00fe,30
  166. 0x00ff,10,replypartyinvite,2:6
  167. 0x0100,2,leaveparty,0
  168. 0x0101,6
  169. 0x0102,6,partychangeoption,2:4
  170. 0x0103,30,removepartymember,2:6
  171. 0x0104,79
  172. 0x0105,31
  173. 0x0106,10
  174. 0x0107,10
  175. 0x0108,-1,partymessage,2:4
  176. 0x0109,-1
  177. 0x010a,4
  178. 0x010b,6
  179. 0x010c,6
  180. 0x010d,2
  181. 0x010e,11
  182. 0x010f,-1
  183. 0x0110,10
  184. 0x0111,39
  185. 0x0112,4,skillup,2
  186. 0x0113,10,useskilltoid,2:4:6
  187. 0x0114,31
  188. 0x0115,35
  189. 0x0116,10,useskilltopos,2:4:6:8
  190. 0x0117,18
  191. 0x0118,2,stopattack,0
  192. 0x0119,13
  193. 0x011a,15
  194. 0x011b,20,useskillmap,2:4
  195. 0x011c,68
  196. 0x011d,2,requestmemo,0
  197. 0x011e,3
  198. 0x011f,16
  199. 0x0120,6
  200. 0x0121,14
  201. 0x0122,-1
  202. 0x0123,-1
  203. 0x0124,21
  204. 0x0125,8
  205. 0x0126,8,putitemtocart,2:4
  206. 0x0127,8,getitemfromcart,2:4
  207. 0x0128,8,movefromkafratocart,2:4
  208. 0x0129,8,movetokafrafromcart,2:4
  209. 0x012a,2,removeoption,0
  210. 0x012b,2
  211. 0x012c,3
  212. 0x012d,4
  213. 0x012e,2,closevending,0
  214. 0x012f,-1
  215. 0x0130,6,vendinglistreq,2
  216. 0x0131,86
  217. 0x0132,6
  218. 0x0133,-1
  219. 0x0134,-1,purchasereq,2:4:8
  220. 0x0135,7
  221. 0x0136,-1
  222. 0x0137,6
  223. 0x0138,3
  224. 0x0139,16
  225. 0x013a,4
  226. 0x013b,4
  227. 0x013c,4
  228. 0x013d,6
  229. 0x013e,24
  230. 0x013f,26,itemmonster,2
  231. 0x0140,22,mapmove,2:18:20
  232. 0x0141,14
  233. 0x0142,6
  234. 0x0143,10,npcamountinput,2:6
  235. 0x0144,23
  236. 0x0145,19
  237. 0x0146,6,npccloseclicked,2
  238. 0x0147,39
  239. 0x0148,8
  240. 0x0149,9,gmreqnochat,2:6:7
  241. 0x014a,6
  242. 0x014b,27
  243. 0x014c,-1
  244. 0x014d,2,guildcheckmaster,0
  245. 0x014e,6
  246. 0x014f,6,guildrequestinfo,2
  247. 0x0150,110
  248. 0x0151,6,guildrequestemblem,2
  249. 0x0152,-1
  250. 0x0153,-1,guildchangeemblem,2:4
  251. 0x0154,-1
  252. 0x0155,-1,guildchangememberposition,2
  253. 0x0156,-1
  254. 0x0157,6
  255. 0x0158,-1
  256. 0x0159,54,guildleave,2:6:10:14
  257. 0x015a,66
  258. 0x015b,54,guildexplusion,2:6:10:14
  259. 0x015c,90
  260. 0x015d,42,guildbreak,2
  261. 0x015e,6
  262. 0x015f,42
  263. 0x0160,-1
  264. 0x0161,-1,guildchangepositioninfo,2
  265. 0x0162,-1
  266. 0x0163,-1
  267. 0x0164,-1
  268. 0x0165,30,createguild,6
  269. 0x0166,-1
  270. 0x0167,3
  271. 0x0168,14,guildinvite,2
  272. 0x0169,3
  273. 0x016a,30
  274. 0x016b,10,guildreplyinvite,2:6
  275. 0x016c,43
  276. 0x016d,14
  277. 0x016e,186,guildchangenotice,2:6:66
  278. 0x016f,182
  279. 0x0170,14,guildrequestalliance,2
  280. 0x0171,30
  281. 0x0172,10,guildreplyalliance,2:6
  282. 0x0173,3
  283. 0x0174,-1
  284. 0x0175,6
  285. 0x0176,106
  286. 0x0177,-1
  287. 0x0178,4,itemidentify,2
  288. 0x0179,5
  289. 0x017a,4,usecard,2
  290. 0x017b,-1
  291. 0x017c,6,insertcard,2:4
  292. 0x017d,7
  293. 0x017e,-1,guildmessage,2:4
  294. 0x017f,-1
  295. 0x0180,6,guildopposition,2
  296. 0x0181,3
  297. 0x0182,106
  298. 0x0183,10,guilddelalliance,2:6
  299. 0x0184,10
  300. 0x0185,34
  301. //0x0186,0
  302. 0x0187,6
  303. 0x0188,8
  304. 0x0189,4
  305. 0x018a,4,quitgame,0
  306. 0x018b,4
  307. 0x018c,29
  308. 0x018d,-1
  309. 0x018e,10,producemix,2:4:6:8
  310. 0x018f,6
  311. 0x0190,90,useskilltoposinfo,2:4:6:8:10
  312. 0x0191,86
  313. 0x0192,24
  314. 0x0193,6,solvecharname,2
  315. 0x0194,30
  316. 0x0195,102
  317. 0x0196,9
  318. 0x0197,4,resetchar,2
  319. 0x0198,8
  320. 0x0199,4
  321. 0x019a,14
  322. 0x019b,10
  323. 0x019c,-1,lgmmessage,2:4
  324. 0x019d,6,gmhide,0
  325. 0x019e,2
  326. 0x019f,6,catchpet,2
  327. 0x01a0,3
  328. 0x01a1,3,petmenu,2
  329. 0x01a2,35
  330. 0x01a3,5
  331. 0x01a4,11
  332. 0x01a5,26,changepetname,2
  333. 0x01a6,-1
  334. 0x01a7,4,selectegg,2
  335. 0x01a8,4
  336. 0x01a9,6,sendemotion,2
  337. 0x01aa,10
  338. 0x01ab,12
  339. 0x01ac,6
  340. 0x01ad,-1
  341. 0x01ae,4,selectarrow,2
  342. 0x01af,4,changecart,2
  343. 0x01b0,11
  344. 0x01b1,7
  345. 0x01b2,-1,openvending,2:4:84:85
  346. 0x01b3,67
  347. 0x01b4,12
  348. 0x01b5,18
  349. 0x01b6,114
  350. 0x01b7,6
  351. 0x01b8,3
  352. 0x01b9,6
  353. 0x01ba,26
  354. 0x01bb,26,shift,2
  355. 0x01bc,26
  356. 0x01bd,26,summon,2
  357. 0x01be,2
  358. 0x01bf,3
  359. 0x01c0,2
  360. 0x01c1,14
  361. 0x01c2,10
  362. 0x01c3,-1
  363. 0x01c4,22
  364. 0x01c5,22
  365. 0x01c6,4
  366. 0x01c7,2
  367. 0x01c8,13
  368. 0x01c9,97
  369. //0x01ca,0
  370. 0x01cb,9
  371. 0x01cc,9
  372. 0x01cd,30
  373. 0x01ce,6,autospell,2
  374. 0x01cf,28
  375. 0x01d0,8
  376. 0x01d1,14
  377. 0x01d2,10
  378. 0x01d3,35
  379. 0x01d4,6
  380. 0x01d5,-1,npcstringinput,2:4:8
  381. 0x01d6,4
  382. 0x01d7,11
  383. 0x01d8,54
  384. 0x01d9,53
  385. 0x01da,60
  386. 0x01db,2
  387. 0x01dc,-1
  388. 0x01dd,47
  389. 0x01de,33
  390. 0x01df,6,gmreqnochatcount,2
  391. 0x01e0,30
  392. 0x01e1,8
  393. 0x01e2,34
  394. 0x01e3,14
  395. 0x01e4,2
  396. 0x01e5,6
  397. 0x01e6,26
  398. 0x01e7,2,sndoridori,0
  399. 0x01e8,28,createparty2,2
  400. 0x01e9,81
  401. 0x01ea,6
  402. 0x01eb,10
  403. 0x01ec,26
  404. 0x01ed,2,snexplosionspirits,0
  405. 0x01ee,-1
  406. 0x01ef,-1
  407. 0x01f0,-1
  408. 0x01f1,-1
  409. 0x01f2,20
  410. 0x01f3,10
  411. 0x01f4,32
  412. 0x01f5,9
  413. 0x01f6,34
  414. 0x01f7,14
  415. 0x01f8,2
  416. 0x01f9,6,adopt,5
  417. 0x01fa,48
  418. 0x01fb,56
  419. 0x01fc,-1
  420. 0x01fd,4,repairitem,2
  421. 0x01fe,5
  422. 0x01ff,10
  423. 0x0200,26
  424. 0x0201,-1
  425. 0x0202,26,friendslistadd,2
  426. 0x0203,10,friendslistremove,2:6
  427. 0x0204,18
  428. 0x0205,26
  429. 0x0206,11
  430. 0x0207,34
  431. 0x0208,11,friendslistreply,2:6:10
  432. 0x0209,36
  433. 0x020a,10
  434. //0x020b,0
  435. //0x020c,0
  436. 0x020d,-1
  437. //2004-07-05aSakexe
  438. packet_ver: 6
  439. 0x0072,22,wanttoconnection,5:9:13:17:21
  440. 0x0085,8,walktoxy,5
  441. 0x00a7,13,useitem,5:9
  442. 0x0113,15,useskilltoid,4:9:11
  443. 0x0116,15,useskilltopos,4:9:11:13
  444. 0x0190,95,useskilltoposinfo,4:9:11:13:15
  445. 0x0208,14,friendslistreply,2:6:10
  446. 0x020e,24
  447. //2004-07-13aSakexe
  448. packet_ver: 7
  449. 0x0072,39,wanttoconnection,12:22:30:34:38
  450. 0x0085,9,walktoxy,6
  451. 0x009b,13,changedir,5:12
  452. 0x009f,10,takeitem,6
  453. 0x00a7,17,useitem,6:13
  454. 0x0113,19,useskilltoid,7:9:15
  455. 0x0116,19,useskilltopos,7:9:15:17
  456. 0x0190,99,useskilltoposinfo,7:9:15:17:19
  457. //2004-07-26aSakexe
  458. packet_ver: 8
  459. 0x0072,14,dropitem,5:12
  460. 0x007e,33,wanttoconnection,12:18:24:28:32
  461. 0x0085,20,useskilltoid,7:12:16
  462. 0x0089,15,getcharnamerequest,11
  463. 0x008c,23,useskilltopos,3:6:17:21
  464. 0x0094,10,takeitem,6
  465. 0x009b,6,walktoxy,3
  466. 0x009f,13,changedir,5:12
  467. 0x00a2,103,useskilltoposinfo,3:6:17:21:23
  468. 0x00a7,12,solvecharname,8
  469. 0x00f3,-1,globalmessage,2:4
  470. 0x00f5,17,useitem,6:12
  471. 0x00f7,10,ticksend,6
  472. 0x0113,16,movetokafra,5:12
  473. 0x0116,2,closekafra,0
  474. 0x0190,26,movefromkafra,10:22
  475. 0x0193,9,actionrequest,3:8
  476. //2004-08-09aSakexe
  477. packet_ver: 9
  478. 0x0072,17,dropitem,8:15
  479. 0x007e,37,wanttoconnection,9:21:28:32:36
  480. 0x0085,26,useskilltoid,11:18:22
  481. 0x0089,12,getcharnamerequest,8
  482. 0x008c,40,useskilltopos,5:15:29:38
  483. 0x0094,13,takeitem,9
  484. 0x009b,15,walktoxy,12
  485. 0x009f,12,changedir,7:11
  486. 0x00a2,120,useskilltoposinfo,5:15:29:38:40
  487. 0x00a7,11,solvecharname,7
  488. 0x00f5,24,useitem,9:20
  489. 0x00f7,13,ticksend,9
  490. 0x0113,23,movetokafra,5:19
  491. 0x0190,26,movefromkafra,11:22
  492. 0x0193,18,actionrequest,7:17
  493. //2004-08-16aSakexe
  494. 0x0212,26
  495. 0x0213,26
  496. 0x0214,42
  497. //2004-08-17aSakexe
  498. 0x020f,10
  499. 0x0210,22
  500. //2004-09-06aSakexe
  501. packet_ver: 10
  502. 0x0072,20,useitem,9:20
  503. 0x007e,19,movetokafra,3:15
  504. 0x0085,23,actionrequest,9:22
  505. 0x0089,9,walktoxy,6
  506. 0x008c,105,useskilltoposinfo,10:14:18:23:25
  507. 0x0094,17,dropitem,6:15
  508. 0x009b,14,getcharnamerequest,10
  509. 0x009f,-1,globalmessage,2:4
  510. 0x00a2,14,solvecharname,10
  511. 0x00a7,25,useskilltopos,10:14:18:23
  512. 0x00f3,10,changedir,4:9
  513. 0x00f5,34,wanttoconnection,7:15:25:29:33
  514. 0x00f7,2,closekafra,0
  515. 0x0113,11,takeitem,7
  516. 0x0116,11,ticksend,7
  517. 0x0190,22,useskilltoid,9:15:18
  518. 0x0193,17,movefromkafra,3:13
  519. //2004-09-20aSakexe
  520. packet_ver: 11
  521. 0x0072,18,useitem,10:14
  522. 0x007e,25,movetokafra,6:21
  523. 0x0085,9,actionrequest,3:8
  524. 0x0089,14,walktoxy,11
  525. 0x008c,109,useskilltoposinfo,16:20:23:27:29
  526. 0x0094,19,dropitem,12:17
  527. 0x009b,10,getcharnamerequest,6
  528. 0x00a2,10,solvecharname,6
  529. 0x00a7,29,useskilltopos,6:20:23:27
  530. 0x00f3,18,changedir,8:17
  531. 0x00f5,32,wanttoconnection,10:17:23:27:31
  532. 0x0113,14,takeitem,10
  533. 0x0116,14,ticksend,10
  534. 0x0190,14,useskilltoid,4:7:10
  535. 0x0193,12,movefromkafra,4:8
  536. //2004-10-05aSakexe
  537. packet_ver: 12
  538. 0x0072,17,useitem,6:13
  539. 0x007e,16,movetokafra,5:12
  540. 0x0089,6,walktoxy,3
  541. 0x008c,103,useskilltoposinfo,2:6:17:21:23
  542. 0x0094,14,dropitem,5:12
  543. 0x009b,15,getcharnamerequest,11
  544. 0x00a2,12,solvecharname,8
  545. 0x00a7,23,useskilltopos,3:6:17:21
  546. 0x00f3,13,changedir,5:12
  547. 0x00f5,33,wanttoconnection,12:18:24:28:32
  548. 0x0113,10,takeitem,6
  549. 0x0116,10,ticksend,6
  550. 0x0190,20,useskilltoid,7:12:16
  551. 0x0193,26,movefromkafra,10:22
  552. //2004-10-25aSakexe
  553. packet_ver: 13
  554. 0x0072,13,useitem,5:9
  555. 0x007e,13,movetokafra,6:9
  556. 0x0085,15,actionrequest,4:14
  557. 0x008c,108,useskilltoposinfo,6:9:23:26:28
  558. 0x0094,12,dropitem,6:10
  559. 0x009b,10,getcharnamerequest,6
  560. 0x00a2,16,solvecharname,12
  561. 0x00a7,28,useskilltopos,6:9:23:26
  562. 0x00f3,15,changedir,6:14
  563. 0x00f5,29,wanttoconnection,5:14:20:24:28
  564. 0x0113,9,takeitem,5
  565. 0x0116,9,ticksend,5
  566. 0x0190,26,useskilltoid,4:10:22
  567. 0x0193,22,movefromkafra,12:18
  568. //2004-11-01aSakexe
  569. 0x0084,-1
  570. 0x0215,6
  571. //2004-11-08aSakexe
  572. 0x0084,2
  573. 0x0216,6
  574. 0x0217,2,blacksmith,0
  575. 0x0218,2,alchemist,0
  576. 0x0219,282
  577. 0x021a,282
  578. 0x021b,10
  579. 0x021c,10
  580. //2004-11-15aSakexe
  581. 0x021d,6
  582. //2004-11-29aSakexe
  583. packet_ver: 14
  584. 0x0072,22,useskilltoid,8:12:18
  585. 0x007e,30,useskilltopos,4:9:22:28
  586. 0x0085,-1,globalmessage,2:4
  587. 0x0089,7,ticksend,3
  588. 0x008c,13,getcharnamerequest,9
  589. 0x0094,14,movetokafra,4:10
  590. 0x009b,2,closekafra,0
  591. 0x009f,18,actionrequest,6:17
  592. 0x00a2,7,takeitem,3
  593. 0x00a7,7,walktoxy,4
  594. 0x00f3,8,changedir,3:7
  595. 0x00f5,29,wanttoconnection,3:10:20:24:28
  596. 0x00f7,14,solvecharname,10
  597. 0x0113,110,useskilltoposinfo,4:9:22:28:30
  598. 0x0116,12,dropitem,4:10
  599. 0x0190,15,useitem,3:11
  600. 0x0193,21,movefromkafra,4:17
  601. 0x0221,-1
  602. 0x0222,6,weaponrefine,2
  603. 0x0223,8
  604. //2004-12-13aSakexe
  605. //skipped: many packets being set to -1
  606. 0x0066,3
  607. 0x0070,3
  608. 0x01ca,3
  609. 0x021e,6
  610. 0x021f,66
  611. 0x0220,10
  612. //2005-01-10bSakexe
  613. packet_ver: 15
  614. 0x0072,26,useskilltoid,8:16:22
  615. 0x007e,114,useskilltoposinfo,10:18:22:32:34
  616. 0x0085,23,changedir,12:22
  617. 0x0089,9,ticksend,5
  618. 0x008c,8,getcharnamerequest,4
  619. 0x0094,20,movetokafra,10:16
  620. 0x009b,32,wanttoconnection,3:12:23:27:31
  621. 0x009f,17,useitem,5:13
  622. 0x00a2,11,solvecharname,7
  623. 0x00a7,13,walktoxy,10
  624. 0x00f3,-1,globalmessage,2:4
  625. 0x00f5,9,takeitem,5
  626. 0x00f7,21,movefromkafra,11:17
  627. 0x0113,34,useskilltopos,10:18:22:32
  628. 0x0116,20,dropitem,15:18
  629. 0x0190,20,actionrequest,9:19
  630. 0x0193,2,closekafra,0
  631. //2005-03-28aSakexe
  632. 0x0224,10
  633. 0x0225,2,taekwon,0
  634. 0x0226,282
  635. //2005-04-04aSakexe
  636. 0x0227,18
  637. 0x0228,18
  638. //2005-04-11aSakexe
  639. 0x0229,15
  640. 0x022a,58
  641. 0x022b,57
  642. 0x022c,64
  643. //2005-04-25aSakexe
  644. 0x022d,5,hommenu,4
  645. 0x0232,9,hommoveto,6
  646. 0x0233,11,homattack,0
  647. 0x0234,6,hommovetomaster,0
  648. //2005-05-09aSakexe
  649. packet_ver: 16
  650. 0x0072,25,useskilltoid,6:10:21
  651. 0x007e,102,useskilltoposinfo,5:9:12:20:22
  652. 0x0085,11,changedir,7:10
  653. 0x0089,8,ticksend,4
  654. 0x008c,11,getcharnamerequest,7
  655. 0x0094,14,movetokafra,7:10
  656. 0x009b,26,wanttoconnection,4:9:17:18:25
  657. 0x009f,14,useitem,4:10
  658. 0x00a2,15,solvecharname,11
  659. 0x00a7,8,walktoxy,5
  660. 0x00f5,8,takeitem,4
  661. 0x00f7,22,movefromkafra,14:18
  662. 0x0113,22,useskilltopos,5:9:12:20
  663. 0x0116,10,dropitem,5:8
  664. 0x0190,19,actionrequest,5:18
  665. //2005-05-23aSakexe
  666. 0x022e,69
  667. 0x0230,12
  668. //2005-05-30aSakexe
  669. 0x022e,71
  670. 0x0235,-1
  671. 0x0236,10
  672. 0x0237,2,rankingpk,0
  673. 0x0238,282
  674. //2005-05-31aSakexe
  675. 0x0216,2
  676. 0x0239,11
  677. //2005-06-08aSakexe
  678. 0x0216,6
  679. 0x0217,2,blacksmith,0
  680. 0x022f,5
  681. 0x0231,26,changehomunculusname,0
  682. 0x023a,4
  683. 0x023b,24,storagepassword,0
  684. 0x023c,6
  685. //2005-06-22aSakexe
  686. 0x022e,71
  687. //2005-06-28aSakexe
  688. packet_ver: 17
  689. 0x0072,34,useskilltoid,6:17:30
  690. 0x007e,113,useskilltoposinfo,12:15:18:31:33
  691. 0x0085,17,changedir,8:16
  692. 0x0089,13,ticksend,9
  693. 0x008c,8,getcharnamerequest,4
  694. 0x0094,31,movetokafra,16:27
  695. 0x009b,32,wanttoconnection,9:15:23:27:31
  696. 0x009f,19,useitem,9:15
  697. 0x00a2,9,solvecharname,5
  698. 0x00a7,11,walktoxy,8
  699. 0x00f5,13,takeitem,9
  700. 0x00f7,18,movefromkafra,11:14
  701. 0x0113,33,useskilltopos,12:15:18:31
  702. 0x0116,12,dropitem,3:10
  703. 0x0190,24,actionrequest,11:23
  704. 0x0216,0
  705. 0x023d,-1
  706. 0x023e,4
  707. //2005-07-18aSakexe
  708. packet_ver: 18
  709. 0x0072,19,useskilltoid,5:11:15
  710. 0x007e,110,useskilltoposinfo,9:15:23:28:30
  711. 0x0085,11,changedir,6:10
  712. 0x0089,7,ticksend,3
  713. 0x008c,11,getcharnamerequest,7
  714. 0x0094,21,movetokafra,12:17
  715. 0x009b,31,wanttoconnection,3:13:22:26:30
  716. 0x009f,12,useitem,3:8
  717. 0x00a2,18,solvecharname,14
  718. 0x00a7,15,walktoxy,12
  719. 0x00f5,7,takeitem,3
  720. 0x00f7,13,movefromkafra,5:9
  721. 0x0113,30,useskilltopos,9:15:23:28
  722. 0x0116,12,dropitem,6:10
  723. 0x0190,21,actionrequest,5:20
  724. 0x0216,6
  725. //Start mail system?
  726. 0x023f,2
  727. 0x0240,8
  728. 0x0241,6
  729. 0x0242,-1
  730. 0x0243,6
  731. 0x0244,6
  732. 0x0245,7
  733. //Start writing a mail?
  734. 0x0246,4
  735. //Send Item/Zeny
  736. 0x0247,8
  737. //Message
  738. 0x0248,68
  739. //Delivered?
  740. 0x0249,3
  741. 0x024a,70
  742. 0x024b,4
  743. 0x024c,8
  744. 0x024d,14
  745. 0x024e,6
  746. 0x024f,10
  747. 0x0250,3
  748. 0x0251,2
  749. 0x0252,-1
  750. //2005-07-19bSakexe
  751. packet_ver: 19
  752. 0x0072,34,useskilltoid,6:17:30
  753. 0x007e,113,useskilltoposinfo,12:15:18:31:33
  754. 0x0085,17,changedir,8:16
  755. 0x0089,13,ticksend,9
  756. 0x008c,8,getcharnamerequest,4
  757. 0x0094,31,movetokafra,16:27
  758. 0x009b,32,wanttoconnection,9:15:23:27:31
  759. 0x009f,19,useitem,9:15
  760. 0x00a2,9,solvecharname,5
  761. 0x00a7,11,walktoxy,8
  762. 0x00f5,13,takeitem,9
  763. 0x00f7,18,movefromkafra,11:14
  764. 0x0113,33,useskilltopos,12:15:18:31
  765. 0x0116,12,dropitem,3:10
  766. 0x0190,24,actionrequest,11:23
  767. //2005-08-01aSakexe
  768. 0x0245,3
  769. 0x0251,4
  770. //2005-08-08aSakexe
  771. 0x024d,12
  772. 0x024e,4
  773. //2005-08-17aSakexe
  774. 0x0253,3
  775. 0x0254,3,feelsaveok,0
  776. //2005-08-29aSakexe
  777. 0x0240,-1
  778. 0x0248,-1
  779. 0x0255,5
  780. 0x0256,0
  781. 0x0257,8
  782. //2005-09-12bSakexe
  783. 0x0256,5
  784. 0x0258,2
  785. 0x0259,3
  786. //2005-10-10aSakexe
  787. 0x020e,32
  788. 0x025a,-1
  789. 0x025b,-1
  790. //2005-10-13aSakexe
  791. 0x007a,6
  792. 0x0251,32
  793. 0x025c,4
  794. //2005-10-17aSakexe
  795. 0x007a,58
  796. 0x025d,-1
  797. 0x025e,4
  798. //2005-10-24aSakexe
  799. 0x025f,6
  800. 0x0260,6
  801. //2005-11-07aSakexe
  802. 0x024e,6
  803. 0x0251,34
  804. //2006-01-09aSakexe
  805. 0x0261,11
  806. 0x0262,11
  807. 0x0263,11
  808. 0x0264,20
  809. 0x0265,20
  810. 0x0266,30
  811. 0x0267,4
  812. 0x0268,4
  813. 0x0269,4
  814. 0x026a,4
  815. 0x026b,4
  816. 0x026c,4
  817. 0x026d,4
  818. 0x026f,2
  819. 0x0270,2
  820. 0x0271,38
  821. 0x0272,44
  822. //2006-01-26aSakexe
  823. 0x0271,40
  824. //2006-03-06aSakexe
  825. 0x0273,6
  826. 0x0274,8
  827. //2006-03-13aSakexe
  828. 0x0273,30
  829. //2006-03-27aSakexe
  830. packet_ver: 20
  831. 0x0072,26,useskilltoid,11:18:22
  832. 0x007e,120,useskilltoposinfo,5:15:29:38:40
  833. 0x0085,12,changedir,7:11
  834. //0x0089,13,ticksend,9
  835. 0x008c,12,getcharnamerequest,8
  836. 0x0094,23,movetokafra,5:19
  837. 0x009b,37,wanttoconnection,9:21:28:32:36
  838. 0x009f,24,useitem,9:20
  839. 0x00a2,11,solvecharname,7
  840. 0x00a7,15,walktoxy,12
  841. 0x00f5,13,takeitem,9
  842. 0x00f7,26,movefromkafra,11:22
  843. 0x0113,40,useskilltopos,5:15:29:38
  844. 0x0116,17,dropitem,8:15
  845. 0x0190,18,actionrequest,7:17
  846. //2006-10-23aSakexe
  847. 0x006d,110
  848. //2006-04-24aSakexe to 2007-01-02aSakexe
  849. 0x023e,8
  850. 0x0277,84
  851. 0x0278,2
  852. 0x0279,2
  853. 0x027a,-1
  854. 0x027b,14
  855. 0x027c,60
  856. 0x027d,62
  857. 0x027e,-1
  858. 0x027f,8
  859. 0x0280,12
  860. 0x0281,4
  861. 0x0282,284
  862. 0x0283,6
  863. 0x0284,14
  864. 0x0285,6
  865. 0x0286,4
  866. 0x0287,-1
  867. 0x0288,6
  868. 0x0289,8
  869. 0x028a,18
  870. 0x028b,-1
  871. 0x028c,46
  872. 0x028d,34
  873. 0x028e,4
  874. 0x028f,6
  875. 0x0290,4
  876. 0x0291,4
  877. 0x0292,2,autorevive,0
  878. 0x0293,70
  879. 0x0294,10
  880. 0x0295,-1
  881. 0x0296,-1
  882. 0x0297,-1
  883. 0x0298,8
  884. 0x0299,6
  885. 0x029a,27
  886. 0x029c,66
  887. 0x029d,-1
  888. 0x029e,11
  889. 0x029f,3
  890. 0x02a0,0
  891. 0x02a1,0
  892. 0x02a2,8
  893. //2007-01-08aSakexe
  894. packet_ver: 21
  895. 0x0072,30,useskilltoid,10:14:26
  896. 0x007e,120,useskilltoposinfo,10:19:23:38:40
  897. 0x0085,14,changedir,10:13
  898. 0x0089,11,ticksend,7
  899. 0x008c,17,getcharnamerequest,13
  900. 0x0094,17,movetokafra,4:13
  901. 0x009b,35,wanttoconnection,7:21:26:30:34
  902. 0x009f,21,useitem,7:17
  903. 0x00a2,10,solvecharname,6
  904. 0x00a7,8,walktoxy,5
  905. 0x00f5,11,takeitem,7
  906. 0x00f7,15,movefromkafra,3:11
  907. 0x0113,40,useskilltopos,10:19:23:38
  908. 0x0116,19,dropitem,11:17
  909. 0x0190,10,actionrequest,4:9
  910. //2007-01-22aSakexe
  911. 0x02a3,18
  912. 0x02a4,2
  913. //2007-01-29aSakexe
  914. 0x029b,72
  915. 0x02a3,0
  916. 0x02a4,0
  917. 0x02a5,8
  918. // 2007-02-05aSakexe
  919. 0x02aa,4
  920. 0x02ab,36
  921. 0x02ac,6
  922. //2007-02-12aSakexe
  923. packet_ver: 22
  924. 0x0072,25,useskilltoid,6:10:21
  925. 0x007e,102,useskilltoposinfo,5:9:12:20:22
  926. 0x0085,11,changedir,7:10
  927. 0x0089,8,ticksend,4
  928. 0x008c,11,getcharnamerequest,7
  929. 0x0094,14,movetokafra,7:10
  930. 0x009b,26,wanttoconnection,4:9:17:18:25
  931. 0x009f,14,useitem,4:10
  932. 0x00a2,15,solvecharname,11
  933. //0x00a7,8,walktoxy,5
  934. 0x00f5,8,takeitem,4
  935. 0x00f7,22,movefromkafra,14:18
  936. 0x0113,22,useskilltopos,5:9:12:20
  937. 0x0116,10,dropitem,5:8
  938. 0x0190,19,actionrequest,5:18
  939. //2007-05-07aSakexe
  940. 0x01fd,15,repairitem,2
  941. //2007-02-27aSakexe to 2007-10-02aSakexe
  942. 0x0288,10
  943. 0x0289,12
  944. 0x02a6,22
  945. 0x02a7,22
  946. 0x02a8,162
  947. 0x02a9,58
  948. 0x02ad,8
  949. 0x02b0,85
  950. 0x02b1,-1
  951. 0x02b2,-1
  952. 0x02b3,107
  953. 0x02b4,6
  954. 0x02b5,-1
  955. 0x02b6,7
  956. 0x02b7,7
  957. 0x02b8,22
  958. 0x02b9,191
  959. 0x02ba,11,hotkey,2:4:5:9
  960. 0x02bb,8
  961. 0x02bc,6
  962. 0x02bf,10
  963. 0x02c0,2
  964. 0x02c1,-1
  965. 0x02c2,-1
  966. 0x02c4,26,partyinvite2,2
  967. 0x02c5,30
  968. 0x02c6,30
  969. 0x02c7,7,replypartyinvite2,2,6
  970. 0x02c8,3
  971. 0x02c9,3
  972. 0x02ca,3
  973. 0x02cb,20
  974. 0x02cc,4
  975. 0x02cd,26
  976. 0x02ce,10
  977. 0x02cf,6
  978. 0x02d0,-1
  979. 0x02d1,-1
  980. 0x02d2,-1
  981. 0x02d3,4
  982. 0x02d4,29
  983. 0x02d5,2
  984. 0x02d6,6
  985. 0x02d7,-1
  986. 0x02d8,10
  987. 0x02d9,10
  988. 0x02da,3
  989. 0x02db,-1
  990. 0x02dc,-1
  991. 0x02dd,32
  992. 0x02de,6
  993. 0x02df,36
  994. 0x02e0,34
  995. //Add new packets here
  996. //packet_ver: 23