packet_db.txt 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769
  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, if multiple versions
  5. // have the same connection packet, the higher version will be used (unless
  6. // 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 the specified here version.
  9. packet_db_ver: default
  10. packet_ver: 5
  11. 0x0064,55
  12. 0x0065,17
  13. 0x0066,3
  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,3
  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,3
  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,14,friendslistreply,2:6:10
  432. 0x0209,36
  433. 0x020a,10
  434. 0x020b,0
  435. 0x020c,0
  436. 0x020d,-1
  437. 0x020e,24
  438. 0x020f,10
  439. //2004-07-06kRO
  440. packet_ver: 6
  441. 0x0072,22,wanttoconnection,5:9:13:17:21
  442. 0x0085,8,walktoxy,5
  443. 0x00a7,13,useitem,5:9
  444. 0x0113,15,useskilltoid,4:9:11
  445. 0x0116,15,useskilltopos,4:9:11:13
  446. 0x0190,95,useskilltoposinfo,4:9:11:13:15
  447. //2004-07-13kRO
  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-26kRO
  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-09kRO
  477. packet_ver: 9
  478. 0x0072,17,dropitem,8:15
  479. //9, +12, +7, +4, +4
  480. 0x007e,37,wanttoconnection,9:21:28:32:36
  481. 0x0085,26,useskilltoid,11:18:22
  482. 0x0089,12,getcharnamerequest,8
  483. 0x008c,40,useskilltopos,5:15:29:38
  484. 0x0094,13,takeitem,9
  485. 0x009b,15,walktoxy,12
  486. 0x009f,12,changedir,7:11
  487. 0x00a2,120,useskilltoposinfo,5:15:29:38:40
  488. 0x00a7,11,solvecharname,7
  489. 0x00f5,24,useitem,9:20
  490. 0x00f7,13,ticksend,9
  491. 0x0113,23,movetokafra,5:19
  492. 0x0190,26,movefromkafra,11:22
  493. 0x0193,18,actionrequest,7:17
  494. //2004-08-16aSakexe
  495. 0x020f,0
  496. 0x0210,0
  497. 0x0211,0
  498. 0x0212,26
  499. 0x0213,26
  500. 0x0214,42
  501. //2004-08-17aSakexe
  502. 0x020f,10
  503. 0x0210,22
  504. //2004-09-06aSakexe
  505. packet_ver: 10
  506. 0x0072,20,useitem,9:20
  507. 0x007e,19,movetokafra,3:15
  508. 0x0085,23,actionrequest,9:22
  509. 0x0089,9,walktoxy,6
  510. 0x008c,105,useskilltoposinfo,10:14:18:23:25
  511. 0x0094,17,dropitem,6:15
  512. 0x009b,14,getcharnamerequest,10
  513. 0x009f,-1,globalmessage,2:4
  514. 0x00a2,14,solvecharname,10
  515. 0x00a7,25,useskilltopos,10:14:18:23
  516. 0x00f3,10,changedir,4:9
  517. //7, +7, +10, +4, +6
  518. 0x00f5,34,wanttoconnection,7:15:25:29:33
  519. 0x00f7,2,closekafra,0
  520. 0x0113,11,takeitem,7
  521. 0x0116,11,ticksend,7
  522. 0x0190,22,useskilltoid,9:15:18
  523. 0x0193,17,movefromkafra,3:13
  524. //2004-09-21aSakexe by Sara
  525. packet_ver: 11
  526. 0x0072,18,useitem,10:14
  527. 0x007e,25,movetokafra,6:21
  528. 0x0085,9,actionrequest,3:8
  529. 0x0089,14,walktoxy,11
  530. 0x008c,109,useskilltoposinfo,16:20:23:27:29
  531. 0x0094,19,dropitem,12:17
  532. 0x00a2,10,solvecharname,6
  533. 0x00a7,29,useskilltopos,6:20:23:27
  534. 0x00f3,18,changedir,8:17
  535. 0x00f5,32,wanttoconnection,10:17:23:27:31
  536. 0x009b,10,getcharnamerequest,6
  537. 0x0113,14,takeitem,10
  538. 0x0116,14,ticksend,10
  539. 0x0190,14,useskilltoid,4:7:10
  540. 0x0193,12,movefromkafra,4:8
  541. //2004-10-11aSakexe by Sara
  542. packet_ver: 12
  543. 0x0072,17,useitem,6:13
  544. 0x007e,16,movetokafra,5:12
  545. 0x0089,6,walktoxy,3
  546. 0x008c,103,useskilltoposinfo,2:6:17:21:23
  547. 0x0094,14,dropitem,5:12
  548. 0x009b,15,getcharnamerequest,11
  549. 0x00a2,12,solvecharname,8
  550. 0x00a7,23,useskilltopos,3:6:17:21
  551. 0x00f3,13,changedir,5:12
  552. 0x00f5,33,wanttoconnection,12:18:24:28:32
  553. 0x0113,10,takeitem,6
  554. 0x0116,10,ticksend,6
  555. 0x0190,20,useskilltoid,7:12:16
  556. 0x0193,26,movefromkafra,10:22
  557. //2004-10-25aSakexe by Sara
  558. packet_ver: 13
  559. 0x0072,13,useitem,5:9
  560. 0x007e,13,movetokafra,6:9
  561. 0x0085,15,actionrequest,4:14
  562. 0x008c,108,useskilltoposinfo,6:9:23:26:28
  563. 0x0094,12,dropitem,6:10
  564. 0x009b,10,getcharnamerequest,6
  565. 0x00a2,16,solvecharname,12
  566. 0x00a7,28,useskilltopos,6:9:23:26
  567. 0x00f3,15,changedir,6:14
  568. 0x00f5,29,wanttoconnection,5:14:20:24:28
  569. 0x0113,9,takeitem,5
  570. 0x0116,9,ticksend,5
  571. 0x0190,26,useskilltoid,4:10:22
  572. 0x0193,22,movefromkafra,12:18
  573. //2004-11-01aSakexe by Sara
  574. //It has been reported that this npcamountinput line is WRONG. Therefore this
  575. //new data is now part of packet version 13
  576. //packet_ver: 14
  577. //0x00f5,29,wanttoconnection,5:14:20:24:28
  578. //0x0143,23,npcamountinput,2:6
  579. 0x0215,6
  580. 0x0216,6
  581. //2004-12-06aSakexe
  582. packet_ver: 15
  583. 0x0190,15,useitem,3:11
  584. 0x0094,14,movetokafra,4:10
  585. 0x009f,18,actionrequest,6:17
  586. 0x00a7,7,walktoxy,4
  587. 0x007e,30,useskilltopos,4:9:22:28
  588. 0x0116,12,dropitem,4:10
  589. 0x008c,13,getcharnamerequest,9
  590. 0x0085,-1,globalmessage,2:4
  591. 0x00f7,14,solvecharname,10
  592. 0x0113,110,useskilltoposinfo,4:9:22:28:30
  593. 0x00f3,8,changedir,3:7
  594. 0x00f5,29,wanttoconnection,3:10:20:24:28
  595. 0x00a2,7,takeitem,3
  596. 0x0089,7,ticksend,3
  597. 0x0072,22,useskilltoid,8:12:18
  598. 0x0193,21,movefromkafra,4:17
  599. 0x009b,2,closekafra,0
  600. 0x0217,2,blacksmith,0
  601. 0x0218,2,alchemist,0
  602. 0x0219,282
  603. 0x021a,282
  604. 0x021b,10
  605. 0x021c,10
  606. 0x021d,6
  607. 0x021e,6
  608. 0x0221,-1
  609. 0x0222,6,weaponrefine,2
  610. 0x0223,8
  611. //2005-01-10bSakexe by Sara
  612. packet_ver: 16
  613. 0x009b,32,wanttoconnection,3:12:23:27:31
  614. 0x0089,9,ticksend,5
  615. 0x00a7,13,walktoxy,10
  616. 0x0190,20,actionrequest,9:19
  617. 0x00f3,-1,globalmessage,2:4
  618. 0x008c,8,getcharnamerequest,4
  619. 0x0085,23,changedir,12:22
  620. 0x0094,20,movetokafra,10:16
  621. 0x0193,2,closekafra,0
  622. 0x00f7,21,movefromkafra,11:17
  623. 0x009f,17,useitem,5:13
  624. 0x0116,20,dropitem,15:18
  625. 0x00f5,9,takeitem,5
  626. 0x0113,34,useskilltopos,10:18:22:32
  627. 0x0072,26,useskilltoid,8:16:22
  628. 0x007e,114,useskilltoposinfo,10:18:22:32:34
  629. 0x00a2,11,solvecharname,7
  630. 0x0143,10,npcamountinput,2:6
  631. 0x021f,66
  632. 0x0220,10
  633. //2005-05-09aSakexe by Sara
  634. packet_ver: 17
  635. 0x009b,26,wanttoconnection,4:9:17:18:25
  636. 0x0089,8,ticksend,4
  637. 0x00a7,8,walktoxy,5
  638. 0x0190,19,actionrequest,5:18
  639. 0x00f3,-1,globalmessage,2:4
  640. 0x008c,11,getcharnamerequest,7
  641. 0x0085,11,changedir,7:10
  642. 0x0094,14,movetokafra,7:10
  643. 0x0193,2,closekafra,0
  644. 0x00f7,22,movefromkafra,14:18
  645. 0x009f,14,useitem,4:10
  646. 0x0116,10,dropitem,5:8
  647. 0x00f5,8,takeitem,4
  648. 0x0113,22,useskilltopos,5:9:12:20
  649. 0x0072,25,useskilltoid,6:10:21
  650. 0x007e,102,useskilltoposinfo,5:9:12:20:22
  651. 0x00a2,15,solvecharname,11
  652. 0x0143,10,npcamountinput,2:6
  653. 0x0224,10
  654. 0x0225,2,taekwon,0
  655. 0x0226,282
  656. 0x0227,18
  657. 0x0228,18
  658. 0x0229,15
  659. 0x022a,58
  660. 0x022b,57
  661. 0x022c,64
  662. 0x022d,5
  663. 0x0232,9
  664. 0x0233,11
  665. 0x0234,-1
  666. //2005-06-28aSakexe by Sara
  667. packet_ver: 18
  668. 0x0072,34,useskilltoid,6:17:30
  669. 0x007e,113,useskilltoposinfo,12:15:18:31:33
  670. 0x0085,17,changedir,8:16
  671. 0x0089,13,ticksend,9
  672. 0x008c,8,getcharnamerequest,4
  673. 0x0094,31,movetokafra,16:27
  674. 0x009b,32,wanttoconnection,9:15:23:27:31
  675. 0x009f,19,useitem,9:15
  676. 0x00a2,9,solvecharname,5
  677. 0x00a7,11,walktoxy,8
  678. 0x00f3,-1,globalmessage,2:4
  679. 0x00f5,13,takeitem,9
  680. 0x00f7,18,movefromkafra,11:14
  681. 0x0113,33,useskilltopos,12:15:18:31
  682. 0x0116,12,dropitem,3:10
  683. 0x0143,10,npcamountinput,2:6
  684. 0x0190,24,actionrequest,11:23
  685. 0x0193,2,closekafra,0
  686. 0x20e,10
  687. //Homon Status
  688. 0x22e,71
  689. //Start Homunculus?
  690. 0x230,12
  691. //Homon Skill list
  692. 0x235,115
  693. 0x237,2,rankingpk,0
  694. 0x23d,-1
  695. 0x23e,4
  696. //Start mail system?
  697. 0x23f,2
  698. 0x240,-1
  699. 0x241,-1
  700. 0x242,-1
  701. 0x243,-1
  702. 0x244,-1
  703. 0x245,3
  704. //Start writing a mail?
  705. 0x246,4
  706. //Send Item/Zeny
  707. 0x247,8
  708. //Message
  709. 0x248,116
  710. //Delivered?
  711. 0x249,3
  712. 0x24a,70
  713. 0x24b,4
  714. 0x24c,8
  715. 0x24d,12
  716. 0x24e,4
  717. 0x24f,10
  718. 0x250,3
  719. 0x251,32
  720. 0x252,-1
  721. 0x253,3
  722. 0x254,3,feelsaveok,0
  723. 0x255,5
  724. 0x256,5
  725. 0x257,8
  726. 0x258,2
  727. 0x259,3
  728. 0x25a,-1
  729. 0x25b,-1
  730. 0x25c,4
  731. 0x25d,-1
  732. 0x25e,4
  733. //2006-04-04aSakexe by blackhole89
  734. packet_ver: 19
  735. 0x009b,37,wanttoconnection,9:21:28:32:36
  736. 0x00a2,11,solvecharname,7
  737. 0x008c,12,getcharnamerequest,8
  738. 0x00a7,15,walktoxy,12
  739. 0x0116,17,dropitem,8:15
  740. 0x00f5,13,takeitem,9
  741. 0x009f,24,useitem,9:20
  742. 0x0072,26,useskilltoid,11:18:22
  743. 0x0113,40,useskilltopos,5:15:29:38
  744. 0x0085,12,changedir,7:11
  745. 0x007e,120,useskilltoposinfo,5:15:29:38:40
  746. 0x0094,23,movetokafra,5:19
  747. 0x00f7,26,movefromkafra,11:22
  748. 0x0190,18,actionrequest,7:17
  749. // Add new packets here
  750. packet_ver: 20