packet_db.txt 24 KB

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