merchant_shopids.sql 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722
  1. DROP TABLE IF EXISTS `merchant_shopids`;
  2. CREATE TABLE `merchant_shopids` (
  3. `shop_id` mediumint(7) unsigned NOT NULL DEFAULT '0',
  4. `npc_id` varchar(5) DEFAULT NULL,
  5. PRIMARY KEY (`shop_id`)
  6. ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
  7. INSERT INTO `merchant_shopids` VALUES
  8. -- Golem shop
  9. (13128001,'13128'),
  10. -- General Shops
  11. (3000100,'30001'),
  12. (3000101,'30001'),
  13. (3000200,'30002'),
  14. (3000201,'30002'),
  15. (3000300,'30003'),
  16. (3000301,'30003'),
  17. (3000400,'30004'),
  18. (3004700,'30047'),
  19. (3006000,'30060'),
  20. (3006001,'30060'),
  21. (3006002,'30060'),
  22. (3006003,'30060'),
  23. (3006100,'30061'),
  24. (3006101,'30061'),
  25. (3006102,'30061'),
  26. (3006103,'30061'),
  27. (3006200,'30062'),
  28. (3006201,'30062'),
  29. (3006202,'30062'),
  30. (3006300,'30063'),
  31. (3006301,'30063'),
  32. (3007800,'30078'),
  33. (3008100,'30081'),
  34. (3008101,'30081'),
  35. (3008200,'30082'),
  36. (3008201,'30082'),
  37. (3008202,'30082'),
  38. (3008400,'30084'),
  39. (3008401,'30084'),
  40. (3008500,'30085'),
  41. (3008501,'30085'),
  42. (3008700,'30087'),
  43. (3008701,'30087'),
  44. (3008800,'30088'),
  45. (3008801,'30088'),
  46. (3009000,'30090'),
  47. (3009001,'30090'),
  48. (3009100,'30091'),
  49. (3009101,'30091'),
  50. (3009300,'30093'),
  51. (3009400,'30094'),
  52. (3009401,'30094'),
  53. (3009402,'30094'),
  54. (3013500,'30135'),
  55. (3013501,'30135'),
  56. (3013600,'30136'),
  57. (3013601,'30136'),
  58. (3013700,'30137'),
  59. (3013800,'30138'),
  60. (3013801,'30138'),
  61. (3014700,'30147'),
  62. (3014701,'30147'),
  63. (3014800,'30148'),
  64. (3014801,'30148'),
  65. (3014900,'30149'),
  66. (3014901,'30149'),
  67. (3015000,'30150'),
  68. (3016300,'30163'),
  69. (3016400,'30164'),
  70. (3016500,'30165'),
  71. (3016501,'30165'),
  72. (3016502,'30165'),
  73. (3016600,'30166'),
  74. (3016601,'30166'),
  75. (3017800,'30178'),
  76. (3017801,'30178'),
  77. (3017802,'30178'),
  78. (3017803,'30178'),
  79. (3017900,'30179'),
  80. (3017901,'30179'),
  81. (3017902,'30179'),
  82. (3017903,'30179'),
  83. (3018000,'30180'),
  84. (3018001,'30180'),
  85. (3018100,'30181'),
  86. (3018101,'30181'),
  87. (3018102,'30181'),
  88. (3020700,'30207'),
  89. (3020701,'30207'),
  90. (3020702,'30207'),
  91. (3020703,'30207'),
  92. (3020800,'30208'),
  93. (3020801,'30208'),
  94. (3020802,'30208'),
  95. (3020803,'30208'),
  96. (3020900,'30209'),
  97. (3023000,'30230'),
  98. (3023001,'30230'),
  99. (3023002,'30230'),
  100. (3023003,'30230'),
  101. (3023100,'30231'),
  102. (3023101,'30231'),
  103. (3025300,'30253'),
  104. (3025301,'30253'),
  105. (3025302,'30253'),
  106. (3025303,'30253'),
  107. (3025400,'30254'),
  108. (3025401,'30254'),
  109. (3029400,'30294'),
  110. (3029401,'30294'),
  111. (3030100,'30301'),
  112. (3030101,'30301'),
  113. (3031300,'30313'),
  114. (3031400,'30314'),
  115. (3031401,'30314'),
  116. (3031402,'30314'),
  117. (3031500,'30315'),
  118. (3032100,'30321'),
  119. (3032101,'30321'),
  120. (3032102,'30321'),
  121. (3032103,'30321'),
  122. (3038700,'30387'),
  123. (3042000,'30420'),
  124. (3043600,'30436'),
  125. (3043700,'30437'),
  126. (3051600,'30516'),
  127. (3051601,'30516'),
  128. (3051700,'30517'),
  129. (3051701,'30517'),
  130. (3051800,'30518'),
  131. (3051900,'30519'),
  132. (3051901,'30519'),
  133. (3055800,'30558'),
  134. (3055801,'30558'),
  135. (3055900,'30559'),
  136. (3055901,'30559'),
  137. (3056000,'30560'),
  138. (3056001,'30560'),
  139. (3056100,'30561'),
  140. (3068400,'30684'),
  141. (3068401,'30684'),
  142. (3068402,'30684'),
  143. (3068403,'30684'),
  144. (3073100,'30731'),
  145. (3082700,'30827'),
  146. (3082800,'30828'),
  147. (3082900,'30829'),
  148. (3083000,'30830'),
  149. (3083100,'30831'),
  150. (3083400,'30834'),
  151. (3083401,'30834'),
  152. (3083700,'30837'),
  153. (3083701,'30837'),
  154. (3083702,'30837'),
  155. (3083703,'30837'),
  156. (3083800,'30838'),
  157. (3083801,'30838'),
  158. (3083802,'30838'),
  159. (3083803,'30838'),
  160. (3083900,'30839'),
  161. (3084000,'30840'),
  162. (3084100,'30841'),
  163. (3084101,'30841'),
  164. (3084102,'30841'),
  165. (3084200,'30842'),
  166. (3084201,'30842'),
  167. (3086900,'30869'),
  168. (3087900,'30879'),
  169. (3089000,'30890'),
  170. (3089001,'30890'),
  171. (3089002,'30890'),
  172. (3089003,'30890'),
  173. (3089100,'30891'),
  174. (3089101,'30891'),
  175. (3089102,'30891'),
  176. (3089103,'30891'),
  177. (3089200,'30892'),
  178. (3089201,'30892'),
  179. (3089202,'30892'),
  180. (3089300,'30893'),
  181. (3089301,'30893'),
  182. (3104400,'31044'),
  183. (3104500,'31045'),
  184. (3106700,'31067'),
  185. (3125600,'31256'),
  186. (3125601,'31256'),
  187. (3125700,'31257'),
  188. (3125701,'31257'),
  189. (3125800,'31258'),
  190. (3125801,'31258'),
  191. (3125900,'31259'),
  192. (3125901,'31259'),
  193. (3126000,'31260'),
  194. (3126001,'31260'),
  195. (3126100,'31261'),
  196. (3126101,'31261'),
  197. (3126200,'31262'),
  198. (3126300,'31263'),
  199. (3126301,'31263'),
  200. (3126500,'31265'),
  201. (3127400,'31274'),
  202. (3130000,'31300'),
  203. (3130001,'31300'),
  204. (3130002,'31300'),
  205. (3130003,'31300'),
  206. (3130100,'31301'),
  207. (3130101,'31301'),
  208. (3130102,'31301'),
  209. (3130103,'31301'),
  210. (3130200,'31302'),
  211. (3130201,'31302'),
  212. (3130202,'31302'),
  213. (3130203,'31302'),
  214. (3130300,'31303'),
  215. (3130301,'31303'),
  216. (3130302,'31303'),
  217. (3130303,'31303'),
  218. (3130400,'31304'),
  219. (3130401,'31304'),
  220. (3130500,'31305'),
  221. (3130501,'31305'),
  222. (3130600,'31306'),
  223. (3130700,'31307'),
  224. (3130701,'31307'),
  225. (3130900,'31309'),
  226. (3131800,'31318'),
  227. (3131900,'31319'),
  228. (3135100,'31351'),
  229. (3136600,'31366'),
  230. (3138600,'31386'),
  231. (3141300,'31413'),
  232. (3141400,'31414'),
  233. (3141500,'31415'),
  234. (3141600,'31416'),
  235. (3141700,'31417'),
  236. (3141800,'31418'),
  237. (3141900,'31419'),
  238. (3142000,'31420'),
  239. (3142100,'31421'),
  240. (3142200,'31422'),
  241. (3142300,'31423'),
  242. (3142400,'31424'),
  243. (3142500,'31425'),
  244. (3142600,'31426'),
  245. (3142700,'31427'),
  246. (3142800,'31428'),
  247. (3142900,'31429'),
  248. (3143000,'31430'),
  249. (3143100,'31431'),
  250. (3143200,'31432'),
  251. (3143300,'31433'),
  252. (3143400,'31434'),
  253. (3143500,'31435'),
  254. (3143600,'31436'),
  255. (3143700,'31437'),
  256. (3143800,'31438'),
  257. (3143900,'31439'),
  258. (3144000,'31440'),
  259. (3144100,'31441'),
  260. (3144200,'31442'),
  261. (3144300,'31443'),
  262. (3144400,'31444'),
  263. (3144500,'31445'),
  264. (3166600,'31666'),
  265. (3166700,'31667'),
  266. (3166800,'31668'),
  267. (3166900,'31669'),
  268. (3167000,'31670'),
  269. (3194500,'31945'),
  270. (3194501,'31945'),
  271. (3194502,'31945'),
  272. (3194503,'31945'),
  273. (3194600,'31946'),
  274. (3194601,'31946'),
  275. (3194602,'31946'),
  276. (3194603,'31946'),
  277. (3194700,'31947'),
  278. (3194701,'31947'),
  279. (3194702,'31947'),
  280. (3194703,'31947'),
  281. (3194800,'31948'),
  282. (3194801,'31948'),
  283. (3194802,'31948'),
  284. (3194803,'31948'),
  285. (3194900,'31949'),
  286. (3194901,'31949'),
  287. (3195000,'31950'),
  288. (3195001,'31950'),
  289. (3195100,'31951'),
  290. (3195200,'31952'),
  291. (3195201,'31952'),
  292. (3195400,'31954'),
  293. (3196200,'31962'),
  294. (3196300,'31963'),
  295. (3197300,'31973'),
  296. (3198000,'31980'),
  297. (3210500,'32105'),
  298. (3210600,'32106'),
  299. (3216400,'32164'),
  300. (3216401,'32164'),
  301. (3216500,'32165'),
  302. (3216501,'32165'),
  303. (3216600,'32166'),
  304. (3216700,'32167'),
  305. (3216900,'32169'),
  306. (3287400,'32874'),
  307. (3287500,'32875'),
  308. (3287600,'32876'),
  309. (3287700,'32877'),
  310. (3287800,'32878'),
  311. (3287900,'32879'),
  312. (3288000,'32880'),
  313. (3288100,'32881'),
  314. (3288200,'32882'),
  315. (3288300,'32883'),
  316. (3288700,'32887'),
  317. (382,'31380'),
  318. (383,'31373'),
  319. -- Mercenary Managers
  320. (351021,'35102'),
  321. (351441,'35144'),
  322. (351861,'35186'),
  323. (352281,'35228'),
  324. (352761,'35276'),
  325. (353181,'35318'),
  326. (353651,'35365'),
  327. -- Fishermens
  328. (3156200,'31562'),
  329. (3156300,'31563'),
  330. (3156400,'31564'),
  331. (3156500,'31565'),
  332. (3156600,'31566'),
  333. (3156700,'31567'),
  334. (3156800,'31568'),
  335. (3156900,'31569'),
  336. (3157000,'31570'),
  337. (3157100,'31571'),
  338. (3157200,'31572'),
  339. (3157300,'31573'),
  340. (3157400,'31574'),
  341. (3157500,'31575'),
  342. (3157600,'31576'),
  343. (3157700,'31577'),
  344. (3157800,'31578'),
  345. (3157900,'31579'),
  346. (3169600,'31696'),
  347. (3169700,'31697'),
  348. (3198900,'31989'),
  349. (3200700,'32007'),
  350. (3234800,'32348'),
  351. -- Old GM Shops (some still used temp)
  352. (9001,'gm'),
  353. (9002,'gm'),
  354. (9003,'gm'),
  355. (9004,'gm'),
  356. (9005,'gm'),
  357. (9006,'gm'),
  358. (9007,'gm'),
  359. (9008,'gm'),
  360. (9009,'gm'),
  361. (9010,'gm'),
  362. (9011,'gm'),
  363. (9012,'gm'),
  364. (9013,'gm'),
  365. (9014,'gm'),
  366. (9015,'gm'),
  367. (9016,'gm'),
  368. (9017,'gm'),
  369. (9018,'gm'),
  370. (9019,'gm'),
  371. (9020,'gm'),
  372. (9021,'gm'),
  373. (9022,'gm'),
  374. (9023,'gm'),
  375. (9024,'gm'),
  376. (9025,'gm'),
  377. (9026,'gm'),
  378. (9027,'gm'),
  379. (9028,'gm'),
  380. (9029,'gm'),
  381. (9030,'gm'),
  382. (9031,'gm'),
  383. (9032,'gm'),
  384. (9033,'gm'),
  385. (9034,'gm'),
  386. (9035,'gm'),
  387. (9036,'gm'),
  388. (9037,'gm'),
  389. (9038,'gm'),
  390. (9039,'gm'),
  391. (9040,'gm'),
  392. (9041,'gm'),
  393. (9042,'gm'),
  394. (9043,'gm'),
  395. (9044,'gm'),
  396. (9045,'gm'),
  397. (9046,'gm'),
  398. (9047,'gm'),
  399. (9048,'gm'),
  400. (9049,'gm'),
  401. (9050,'gm'),
  402. (9051,'gm'),
  403. (9052,'gm'),
  404. (9053,'gm'),
  405. (71022,'gm'),
  406. (71028,'gm'),
  407. (71029,'gm'),
  408. (30040,'gm'),
  409. (30041,'gm'),
  410. (30042,'gm'),
  411. (30043,'gm'),
  412. (30044,'gm'),
  413. (30045,'gm'),
  414. (30046,'gm'),
  415. (30047,'gm'),
  416. (30048,'gm'),
  417. (30049,'gm'),
  418. (30050,'gm'),
  419. (30051,'gm'),
  420. (30052,'gm'),
  421. (30053,'gm'),
  422. (30054,'gm'),
  423. (30055,'gm'),
  424. (30056,'gm'),
  425. (30057,'gm'),
  426. (30058,'gm'),
  427. (30059,'gm'),
  428. (300530,'gm'),
  429. (300536,'gm'),
  430. (300539,'gm'),
  431. (300540,'gm'),
  432. (300541,'gm'),
  433. (300542,'gm'),
  434. (300410,'gm'),
  435. (300510,'gm'),
  436. (9157,'gm'),
  437. -- Castle
  438. (335103, '35103'),
  439. (335145, '35145'),
  440. (335187, '35187'),
  441. (335229, '35229'),
  442. (335230, '35230'),
  443. (335231, '35231'),
  444. (335277, '35277'),
  445. (335319, '35319'),
  446. (335366, '35366'),
  447. (335512, '35512'),
  448. (335558, '35558'),
  449. (335644, '35644'),
  450. (335645, '35645'),
  451. (336456, '36456'),
  452. -- Castles Item creation
  453. (351001,'35100'),
  454. (351421,'35142'),
  455. (351841,'35184'),
  456. (352261,'35226'),
  457. (352741,'35274'),
  458. (353161,'35316'),
  459. (353631,'35363'),
  460. (355091,'35509'),
  461. (355551,'35555'),
  462. -- Clan Halls Item creation
  463. (135445, '35445'),
  464. (235445, '35445'),
  465. (335445, '35445'),
  466. (135453, '35453'),
  467. (235453, '35453'),
  468. (335453, '35453'),
  469. (135455, '35455'),
  470. (235455, '35455'),
  471. (335455, '35455'),
  472. (135451, '35451'),
  473. (235451, '35451'),
  474. (335451, '35451'),
  475. (135457, '35457'),
  476. (235457, '35457'),
  477. (335457, '35457'),
  478. (135459, '35459'),
  479. (235459, '35459'),
  480. (335459, '35459'),
  481. (135383, '35383'),
  482. (235383, '35383'),
  483. (335383, '35383'),
  484. (135398, '35398'),
  485. (235398, '35398'),
  486. (335398, '35398'),
  487. (135400, '35400'),
  488. (235400, '35400'),
  489. (335400, '35400'),
  490. (135392, '35392'),
  491. (235392, '35392'),
  492. (335392, '35392'),
  493. (135394, '35394'),
  494. (235394, '35394'),
  495. (335394, '35394'),
  496. (135396, '35396'),
  497. (235396, '35396'),
  498. (335396, '35396'),
  499. (135384, '35384'),
  500. (235384, '35384'),
  501. (335384, '35384'),
  502. (135390, '35390'),
  503. (235390, '35390'),
  504. (335390, '35390'),
  505. (135386, '35386'),
  506. (235386, '35386'),
  507. (335386, '35386'),
  508. (135388, '35388'),
  509. (235388, '35388'),
  510. (335388, '35388'),
  511. (135407, '35407'),
  512. (235407, '35407'),
  513. (335407, '35407'),
  514. (135403, '35403'),
  515. (235403, '35403'),
  516. (335403, '35403'),
  517. (135405, '35405'),
  518. (235405, '35405'),
  519. (335405, '35405'),
  520. (135421, '35421'),
  521. (235421, '35421'),
  522. (335421, '35421'),
  523. (135439, '35439'),
  524. (235439, '35439'),
  525. (335439, '35439'),
  526. (135441, '35441'),
  527. (235441, '35441'),
  528. (335441, '35441'),
  529. (135443, '35443'),
  530. (235443, '35443'),
  531. (335443, '35443'),
  532. (135447, '35447'),
  533. (235447, '35447'),
  534. (335447, '35447'),
  535. (135449, '35449'),
  536. (235449, '35449'),
  537. (335449, '35449'),
  538. (135467, '35467'),
  539. (235467, '35467'),
  540. (335467, '35467'),
  541. (135465, '35465'),
  542. (235465, '35465'),
  543. (335465, '35465'),
  544. (135463, '35463'),
  545. (235463, '35463'),
  546. (335463, '35463'),
  547. (135461, '35461'),
  548. (235461, '35461'),
  549. (335461, '35461'),
  550. (335566, '35566'),
  551. (235566, '35566'),
  552. (135566, '35566'),
  553. (335568, '35568'),
  554. (235568, '35568'),
  555. (135568, '35568'),
  556. (335570, '35570'),
  557. (235570, '35570'),
  558. (135570, '35570'),
  559. (335572, '35572'),
  560. (235572, '35572'),
  561. (135572, '35572'),
  562. (335574, '35574'),
  563. (235574, '35574'),
  564. (135574, '35574'),
  565. (335576, '35576'),
  566. (235576, '35576'),
  567. (135576, '35576'),
  568. (335578, '35578'),
  569. (235578, '35578'),
  570. (135578, '35578'),
  571. (235580, '35580'),
  572. (135580, '35580'),
  573. (335580, '35580'),
  574. (335582, '35582'),
  575. (235582, '35582'),
  576. (135582, '35582'),
  577. (135584, '35584'),
  578. (235584, '35584'),
  579. (335584, '35584'),
  580. (335586, '35586'),
  581. (135586, '35586'),
  582. (235586, '35586'),
  583. (355111, '35511'),
  584. (355571, '35557');
  585. -- GM SHOP IDs START (99xx range)--
  586. INSERT INTO `merchant_shopids` VALUES
  587. ('9901', 'gm'), -- Forgotten Scrolls
  588. ('9902', 'gm'), -- Life Stones
  589. ('9903', 'gm'), -- Elemental
  590. ('9904', 'gm'), -- Codex Books
  591. ('9905', 'gm'), -- Divine Inspiration Books
  592. ('9906', 'gm'), -- Transform Sealbooks
  593. ('9907', 'gm'), -- S84 Grade Weapons
  594. ('9908', 'gm'), -- S84 Jewels
  595. ('9909', 'gm'), -- Cloaks
  596. ('9910', 'gm'), -- Belts
  597. ('9911', 'gm'), -- Magic Pins
  598. ('9912', 'gm'), -- Magic Pouches
  599. ('9913', 'gm'), -- Shirts
  600. ('9914', 'gm'), -- Bracelets
  601. ('9915', 'gm'), -- Talisman
  602. ('9916', 'gm'), -- Currency
  603. ('9917', 'gm'), -- Boss Jewels
  604. ('9918', 'gm'), -- Pets
  605. ('9919', 'gm'), -- Castle Circlets
  606. ('9920', 'gm'), -- Hair Accessory
  607. ('9921', 'gm'), -- Fly Transform Books
  608. ('9922', 'gm'), -- Fishing Potions
  609. ('9923', 'gm'), -- Dynasty Weapons
  610. ('9924', 'gm'), -- Icarus Weapons
  611. ('9925', 'gm'), -- Monster Weapons
  612. ('9926', 'gm'), -- Sigils
  613. ('9927', 'gm'), -- SA Crystals
  614. ('9928', 'gm'), -- Potions
  615. ('9929', 'gm'), -- Elixirs
  616. ('9930', 'gm'), -- Scrolls
  617. ('9931', 'gm'), -- Enchant Scrolls
  618. ('9932', 'gm'), -- Pet Gear
  619. ('9933', 'gm'), -- S80 Dynasty Recipes
  620. ('9934', 'gm'), -- S80 Dynasty Parts
  621. ('9935', 'gm'), -- S80 Icarus Recipes
  622. ('9936', 'gm'), -- S80 Icarus Parts
  623. ('9937', 'gm'), -- Craft Materials
  624. ('9938', 'gm'), -- Shots
  625. ('9939', 'gm'), -- Crystals/Gemstones
  626. ('9940', 'gm'), -- S grade Parts
  627. ('9941', 'gm'), -- S grade Recipes
  628. ('9942', 'gm'), -- A Grade Recipes
  629. ('9943', 'gm'), -- A Grade Parts
  630. ('9944', 'gm'), -- Other Circlets
  631. ('9945', 'gm'), -- Buff Scrolls (event)
  632. ('9946', 'gm'), -- B Grade Recipes
  633. ('9947', 'gm'), -- B Grade Parts
  634. ('9948', 'gm'), -- Dyes
  635. ('9949', 'gm'), -- Fishing Rods
  636. ('9950', 'gm'), -- Fishing Gear
  637. ('9951', 'gm'), -- NG set
  638. ('9952', 'gm'), -- D set
  639. ('9953', 'gm'), -- C set
  640. ('9954', 'gm'), -- B set
  641. ('9955', 'gm'), -- A set
  642. ('9956', 'gm'), -- S set
  643. ('9957', 'gm'), -- S80 set
  644. ('9958', 'gm'), -- S84 set
  645. ('9959', 'gm'), -- Apella set
  646. ('9960', 'gm'), -- NG Jewel
  647. ('9961', 'gm'), -- D Jewel
  648. ('9962', 'gm'), -- C Jewel
  649. ('9963', 'gm'), -- B Jewel
  650. ('9964', 'gm'), -- A Jewel
  651. ('9965', 'gm'), -- S Jewel
  652. ('9966', 'gm'), -- S80 Jewel
  653. ('9967', 'gm'), -- Fishes
  654. ('9968', 'gm'), -- Designs (Gracia Items)
  655. ('9969', 'gm'), -- Materials for Designs (Gracia Items)
  656. ('9970', 'gm'), -- Mercenary Transformation Scrolls
  657. ('9971', 'gm'), -- Disguise Scroll
  658. ('9972', 'gm'), -- Santa Weapons
  659. ('9973', 'gm'), -- Baguette Weapons
  660. ('9974', 'gm'), -- Limited Time Weapons - 60 minutes
  661. ('9975', 'gm'), -- Limited Time Weapons - 4 hours
  662. ('9976', 'gm'), -- Transformation Sticks
  663. ('9977', 'gm'), -- Misc Event Items
  664. ('9978', 'gm'), -- Misc Consumables
  665. ('9979', 'gm'), -- Arrows
  666. ('9980', 'gm'), -- Infinity Weapons
  667. ('9981', 'gm'), -- S84 Grade PVP Weapons
  668. ('9982', 'gm'), -- Dynasty PVP Weapons
  669. ('9983', 'gm'), -- Icarus PVP Weapons
  670. ('9984', 'gm'), -- S PVP Weapons
  671. ('9985', 'gm'), -- A PVP Weapons
  672. ('9986', 'gm'), -- Hair Accessory Part 2
  673. ('9987', 'gm'), -- Territory Jewels
  674. ('9988', 'gm'), -- Territory Items
  675. ('9989', 'gm'), -- Fortress Misc
  676. ('9990', 'gm'), -- Territory Weapons
  677. ('9991', 'gm'), -- Territory Wards
  678. ('9992', 'gm'), -- Territory Flags
  679. ('9993', 'gm'), -- Seeds
  680. ('9994', 'gm'), -- Castle Guards
  681. ('9995', 'gm'), -- Magic Clip
  682. ('9996', 'gm'), -- Magic Ornament
  683. ('9997', 'gm'), -- A Weapons
  684. ('9998', 'gm'), -- S Weapons
  685. ('9999', 'gm'), -- Masterwork Jewels
  686. ('10000', 'gm'), -- Masterwork Armor B
  687. ('10001', 'gm'), -- Masterwork Armor A
  688. ('10002', 'gm'), -- Masterwork Armor S
  689. ('10003', 'gm'), -- Masterwork Armor S80
  690. ('10004', 'gm'), -- Agathions
  691. ('10005', 'gm'), -- Mounts
  692. ('10006', 'gm'); -- Event Masks
  693. -- Test Server Helpers Shops
  694. INSERT INTO `merchant_shopids` VALUES
  695. -- Mr Cat
  696. (3175601,'31756'), -- Soulshot, shared item or other supplies.
  697. (3175602,'31756'), -- No-grade recipe.
  698. (3175603,'31756'), -- D-grade recipe.
  699. (3175604,'31756'), -- C-grade recipe.
  700. (3175605,'31756'), -- B-grade recipe.
  701. (3175606,'31756'), -- A-grade recipe.
  702. (3175607,'31756'), -- S-grade recipe.
  703. (3175608,'31756'), -- Ordinary manufacturing recipe.
  704. -- Miss Queen
  705. (3175701,'31757'), -- Essential item - Grade D or lower
  706. (3175702,'31757'), -- Essential item - Grade C
  707. (3175703,'31757'), -- Essential item - Grade B
  708. (3175704,'31757'), -- Essential item - Grade A
  709. (3175705,'31757'), -- Essential item - Grade S and General Production Material Item
  710. (3175706,'31757'), -- Speelbook (1)
  711. (3175707,'31757'), -- Speelbook (2)
  712. (3175708,'31757'); -- Speelbook (3)