packet_db.txt 24 KB

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