merchant_shopids.sql 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767
  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. (3104500,'31045'),
  183. (3106700,'31067'),
  184. (3125600,'31256'),
  185. (3125601,'31256'),
  186. (3125700,'31257'),
  187. (3125701,'31257'),
  188. (3125800,'31258'),
  189. (3125801,'31258'),
  190. (3125900,'31259'),
  191. (3125901,'31259'),
  192. (3126000,'31260'),
  193. (3126001,'31260'),
  194. (3126100,'31261'),
  195. (3126101,'31261'),
  196. (3126200,'31262'),
  197. (3126300,'31263'),
  198. (3126301,'31263'),
  199. (3126500,'31265'),
  200. (3127400,'31274'),
  201. (3130000,'31300'),
  202. (3130001,'31300'),
  203. (3130002,'31300'),
  204. (3130003,'31300'),
  205. (3130100,'31301'),
  206. (3130101,'31301'),
  207. (3130102,'31301'),
  208. (3130103,'31301'),
  209. (3130200,'31302'),
  210. (3130201,'31302'),
  211. (3130202,'31302'),
  212. (3130203,'31302'),
  213. (3130300,'31303'),
  214. (3130301,'31303'),
  215. (3130302,'31303'),
  216. (3130303,'31303'),
  217. (3130400,'31304'),
  218. (3130401,'31304'),
  219. (3130500,'31305'),
  220. (3130501,'31305'),
  221. (3130600,'31306'),
  222. (3130700,'31307'),
  223. (3130701,'31307'),
  224. (3130900,'31309'),
  225. (3131800,'31318'),
  226. (3131900,'31319'),
  227. (3135100,'31351'),
  228. (3136600,'31366'),
  229. (3138600,'31386'),
  230. (3141300,'31413'),
  231. (3141400,'31414'),
  232. (3141500,'31415'),
  233. (3141600,'31416'),
  234. (3141700,'31417'),
  235. (3141800,'31418'),
  236. (3141900,'31419'),
  237. (3142000,'31420'),
  238. (3142100,'31421'),
  239. (3142200,'31422'),
  240. (3142300,'31423'),
  241. (3142400,'31424'),
  242. (3142500,'31425'),
  243. (3142600,'31426'),
  244. (3142700,'31427'),
  245. (3142800,'31428'),
  246. (3142900,'31429'),
  247. (3143000,'31430'),
  248. (3143100,'31431'),
  249. (3143200,'31432'),
  250. (3143300,'31433'),
  251. (3143400,'31434'),
  252. (3143500,'31435'),
  253. (3143600,'31436'),
  254. (3143700,'31437'),
  255. (3143800,'31438'),
  256. (3143900,'31439'),
  257. (3144000,'31440'),
  258. (3144100,'31441'),
  259. (3144200,'31442'),
  260. (3144300,'31443'),
  261. (3144400,'31444'),
  262. (3144500,'31445'),
  263. (3166600,'31666'),
  264. (3166700,'31667'),
  265. (3166800,'31668'),
  266. (3166900,'31669'),
  267. (3167000,'31670'),
  268. (3194500,'31945'),
  269. (3194501,'31945'),
  270. (3194502,'31945'),
  271. (3194503,'31945'),
  272. (3194600,'31946'),
  273. (3194601,'31946'),
  274. (3194602,'31946'),
  275. (3194603,'31946'),
  276. (3194700,'31947'),
  277. (3194701,'31947'),
  278. (3194702,'31947'),
  279. (3194703,'31947'),
  280. (3194800,'31948'),
  281. (3194801,'31948'),
  282. (3194802,'31948'),
  283. (3194803,'31948'),
  284. (3194900,'31949'),
  285. (3194901,'31949'),
  286. (3195000,'31950'),
  287. (3195001,'31950'),
  288. (3195100,'31951'),
  289. (3195200,'31952'),
  290. (3195201,'31952'),
  291. (3195400,'31954'),
  292. (3196200,'31962'),
  293. (3196300,'31963'),
  294. (3197300,'31973'),
  295. (3198000,'31980'),
  296. (3210500,'32105'),
  297. (3210600,'32106'),
  298. (3216400,'32164'),
  299. (3216401,'32164'),
  300. (3216500,'32165'),
  301. (3216501,'32165'),
  302. (3216600,'32166'),
  303. (3216700,'32167'),
  304. (3216900,'32169'),
  305. (3287400,'32874'),
  306. (3287500,'32875'),
  307. (3287600,'32876'),
  308. (3287700,'32877'),
  309. (3287800,'32878'),
  310. (3287900,'32879'),
  311. (3288000,'32880'),
  312. (3288100,'32881'),
  313. (3288200,'32882'),
  314. (3288300,'32883'),
  315. (3288700,'32887'),
  316. (382,'31380'),
  317. (383,'31373'),
  318. -- Mercenary Managers
  319. (351021,'35102'),
  320. (351022,'35102'),
  321. (351023,'35102'),
  322. (351024,'35102'),
  323. (351025,'35102'),
  324. (351026,'35102'),
  325. (351441,'35144'),
  326. (351442,'35144'),
  327. (351443,'35144'),
  328. (351444,'35144'),
  329. (351445,'35144'),
  330. (351446,'35144'),
  331. (351861,'35186'),
  332. (351862,'35186'),
  333. (351863,'35186'),
  334. (351864,'35186'),
  335. (351865,'35186'),
  336. (351866,'35186'),
  337. (352281,'35228'),
  338. (352282,'35228'),
  339. (352283,'35228'),
  340. (352284,'35228'),
  341. (352285,'35228'),
  342. (352286,'35228'),
  343. (352761,'35276'),
  344. (352762,'35276'),
  345. (352763,'35276'),
  346. (352764,'35276'),
  347. (352765,'35276'),
  348. (352766,'35276'),
  349. (353181,'35318'),
  350. (353182,'35318'),
  351. (353183,'35318'),
  352. (353184,'35318'),
  353. (353185,'35318'),
  354. (353186,'35318'),
  355. (353651,'35365'),
  356. (353652,'35365'),
  357. (353653,'35365'),
  358. (353654,'35365'),
  359. (353655,'35365'),
  360. (353656,'35365'),
  361. (355111,'35511'),
  362. (355112,'35511'),
  363. (355113,'35511'),
  364. (355114,'35511'),
  365. (355115,'35511'),
  366. (355116,'35511'),
  367. (355571,'35557'),
  368. (355572,'35557'),
  369. (355573,'35557'),
  370. (355574,'35557'),
  371. (355575,'35557'),
  372. (355576,'35557'),
  373. -- Fishermens
  374. (3156200,'31562'),
  375. (3156300,'31563'),
  376. (3156400,'31564'),
  377. (3156500,'31565'),
  378. (3156600,'31566'),
  379. (3156700,'31567'),
  380. (3156800,'31568'),
  381. (3156900,'31569'),
  382. (3157000,'31570'),
  383. (3157100,'31571'),
  384. (3157200,'31572'),
  385. (3157300,'31573'),
  386. (3157400,'31574'),
  387. (3157500,'31575'),
  388. (3157600,'31576'),
  389. (3157700,'31577'),
  390. (3157800,'31578'),
  391. (3157900,'31579'),
  392. (3169600,'31696'),
  393. (3169700,'31697'),
  394. (3198900,'31989'),
  395. (3200700,'32007'),
  396. (3234800,'32348'),
  397. -- Old GM Shops (some still used temp)
  398. (9001,'gm'),
  399. (9002,'gm'),
  400. (9003,'gm'),
  401. (9004,'gm'),
  402. (9005,'gm'),
  403. (9006,'gm'),
  404. (9007,'gm'),
  405. (9008,'gm'),
  406. (9009,'gm'),
  407. (9010,'gm'),
  408. (9011,'gm'),
  409. (9012,'gm'),
  410. (9013,'gm'),
  411. (9014,'gm'),
  412. (9015,'gm'),
  413. (9016,'gm'),
  414. (9017,'gm'),
  415. (9018,'gm'),
  416. (9019,'gm'),
  417. (9020,'gm'),
  418. (9021,'gm'),
  419. (9022,'gm'),
  420. (9023,'gm'),
  421. (9024,'gm'),
  422. (9025,'gm'),
  423. (9026,'gm'),
  424. (9027,'gm'),
  425. (9028,'gm'),
  426. (9029,'gm'),
  427. (9030,'gm'),
  428. (9031,'gm'),
  429. (9032,'gm'),
  430. (9033,'gm'),
  431. (9034,'gm'),
  432. (9035,'gm'),
  433. (9036,'gm'),
  434. (9037,'gm'),
  435. (9038,'gm'),
  436. (9039,'gm'),
  437. (9040,'gm'),
  438. (9041,'gm'),
  439. (9042,'gm'),
  440. (9043,'gm'),
  441. (9044,'gm'),
  442. (9045,'gm'),
  443. (9046,'gm'),
  444. (9047,'gm'),
  445. (9048,'gm'),
  446. (9049,'gm'),
  447. (9050,'gm'),
  448. (9051,'gm'),
  449. (9052,'gm'),
  450. (9053,'gm'),
  451. (71022,'gm'),
  452. (71028,'gm'),
  453. (71029,'gm'),
  454. (30040,'gm'),
  455. (30041,'gm'),
  456. (30042,'gm'),
  457. (30043,'gm'),
  458. (30044,'gm'),
  459. (30045,'gm'),
  460. (30046,'gm'),
  461. (30047,'gm'),
  462. (30048,'gm'),
  463. (30049,'gm'),
  464. (30050,'gm'),
  465. (30051,'gm'),
  466. (30052,'gm'),
  467. (30053,'gm'),
  468. (30054,'gm'),
  469. (30055,'gm'),
  470. (30056,'gm'),
  471. (30057,'gm'),
  472. (30058,'gm'),
  473. (30059,'gm'),
  474. (300530,'gm'),
  475. (300536,'gm'),
  476. (300539,'gm'),
  477. (300540,'gm'),
  478. (300541,'gm'),
  479. (300542,'gm'),
  480. (300410,'gm'),
  481. (300510,'gm'),
  482. (9157,'gm'),
  483. -- Castle
  484. (335103, '35103'),
  485. (335145, '35145'),
  486. (335187, '35187'),
  487. (335229, '35229'),
  488. (335230, '35230'),
  489. (335231, '35231'),
  490. (335277, '35277'),
  491. (335319, '35319'),
  492. (335366, '35366'),
  493. (335512, '35512'),
  494. (335558, '35558'),
  495. (335644, '35644'),
  496. (335645, '35645'),
  497. (336456, '36456'),
  498. -- Castles Item creation
  499. (351001,'35100'),
  500. (351421,'35142'),
  501. (351841,'35184'),
  502. (352261,'35226'),
  503. (352741,'35274'),
  504. (353161,'35316'),
  505. (353631,'35363'),
  506. (355091,'35509'),
  507. (355551,'35555'),
  508. -- Clan Halls Item creation
  509. (135445, '35445'),
  510. (235445, '35445'),
  511. (335445, '35445'),
  512. (135453, '35453'),
  513. (235453, '35453'),
  514. (335453, '35453'),
  515. (135455, '35455'),
  516. (235455, '35455'),
  517. (335455, '35455'),
  518. (135451, '35451'),
  519. (235451, '35451'),
  520. (335451, '35451'),
  521. (135457, '35457'),
  522. (235457, '35457'),
  523. (335457, '35457'),
  524. (135459, '35459'),
  525. (235459, '35459'),
  526. (335459, '35459'),
  527. (135383, '35383'),
  528. (235383, '35383'),
  529. (335383, '35383'),
  530. (135398, '35398'),
  531. (235398, '35398'),
  532. (335398, '35398'),
  533. (135400, '35400'),
  534. (235400, '35400'),
  535. (335400, '35400'),
  536. (135392, '35392'),
  537. (235392, '35392'),
  538. (335392, '35392'),
  539. (135394, '35394'),
  540. (235394, '35394'),
  541. (335394, '35394'),
  542. (135396, '35396'),
  543. (235396, '35396'),
  544. (335396, '35396'),
  545. (135384, '35384'),
  546. (235384, '35384'),
  547. (335384, '35384'),
  548. (135390, '35390'),
  549. (235390, '35390'),
  550. (335390, '35390'),
  551. (135386, '35386'),
  552. (235386, '35386'),
  553. (335386, '35386'),
  554. (135388, '35388'),
  555. (235388, '35388'),
  556. (335388, '35388'),
  557. (135407, '35407'),
  558. (235407, '35407'),
  559. (335407, '35407'),
  560. (135403, '35403'),
  561. (235403, '35403'),
  562. (335403, '35403'),
  563. (135405, '35405'),
  564. (235405, '35405'),
  565. (335405, '35405'),
  566. (135421, '35421'),
  567. (235421, '35421'),
  568. (335421, '35421'),
  569. (135439, '35439'),
  570. (235439, '35439'),
  571. (335439, '35439'),
  572. (135441, '35441'),
  573. (235441, '35441'),
  574. (335441, '35441'),
  575. (135443, '35443'),
  576. (235443, '35443'),
  577. (335443, '35443'),
  578. (135447, '35447'),
  579. (235447, '35447'),
  580. (335447, '35447'),
  581. (135449, '35449'),
  582. (235449, '35449'),
  583. (335449, '35449'),
  584. (135467, '35467'),
  585. (235467, '35467'),
  586. (335467, '35467'),
  587. (135465, '35465'),
  588. (235465, '35465'),
  589. (335465, '35465'),
  590. (135463, '35463'),
  591. (235463, '35463'),
  592. (335463, '35463'),
  593. (135461, '35461'),
  594. (235461, '35461'),
  595. (335461, '35461'),
  596. (335566, '35566'),
  597. (235566, '35566'),
  598. (135566, '35566'),
  599. (335568, '35568'),
  600. (235568, '35568'),
  601. (135568, '35568'),
  602. (335570, '35570'),
  603. (235570, '35570'),
  604. (135570, '35570'),
  605. (335572, '35572'),
  606. (235572, '35572'),
  607. (135572, '35572'),
  608. (335574, '35574'),
  609. (235574, '35574'),
  610. (135574, '35574'),
  611. (335576, '35576'),
  612. (235576, '35576'),
  613. (135576, '35576'),
  614. (335578, '35578'),
  615. (235578, '35578'),
  616. (135578, '35578'),
  617. (235580, '35580'),
  618. (135580, '35580'),
  619. (335580, '35580'),
  620. (335582, '35582'),
  621. (235582, '35582'),
  622. (135582, '35582'),
  623. (135584, '35584'),
  624. (235584, '35584'),
  625. (335584, '35584'),
  626. (335586, '35586'),
  627. (135586, '35586'),
  628. (235586, '35586');
  629. -- GM SHOP IDs START (99xx range)--
  630. INSERT INTO `merchant_shopids` VALUES
  631. ('9901', 'gm'), -- Forgotten Scrolls
  632. ('9902', 'gm'), -- Life Stones
  633. ('9903', 'gm'), -- Elemental
  634. ('9904', 'gm'), -- Codex Books
  635. ('9905', 'gm'), -- Divine Inspiration Books
  636. ('9906', 'gm'), -- Transform Sealbooks
  637. ('9907', 'gm'), -- S84 Grade Weapons
  638. ('9908', 'gm'), -- S84 Jewels
  639. ('9909', 'gm'), -- Cloaks
  640. ('9910', 'gm'), -- Belts
  641. ('9911', 'gm'), -- Magic Pins
  642. ('9912', 'gm'), -- Magic Pouches
  643. ('9913', 'gm'), -- Shirts
  644. ('9914', 'gm'), -- Bracelets
  645. ('9915', 'gm'), -- Talisman
  646. ('9916', 'gm'), -- Currency
  647. ('9917', 'gm'), -- Boss Jewels
  648. ('9918', 'gm'), -- Pets
  649. ('9919', 'gm'), -- Castle Circlets
  650. ('9920', 'gm'), -- Hair Accessory
  651. ('9921', 'gm'), -- Fly Transform Books
  652. ('9922', 'gm'), -- Fishing Potions
  653. ('9923', 'gm'), -- Dynasty Weapons
  654. ('9924', 'gm'), -- Icarus Weapons
  655. ('9925', 'gm'), -- Monster Weapons
  656. ('9926', 'gm'), -- Sigils
  657. ('9927', 'gm'), -- SA Crystals
  658. ('9928', 'gm'), -- Potions
  659. ('9929', 'gm'), -- Elixirs
  660. ('9930', 'gm'), -- Scrolls
  661. ('9931', 'gm'), -- Enchant Scrolls
  662. ('9932', 'gm'), -- Pet Gear
  663. ('9933', 'gm'), -- S80 Dynasty Recipes
  664. ('9934', 'gm'), -- S80 Dynasty Parts
  665. ('9935', 'gm'), -- S80 Icarus Recipes
  666. ('9936', 'gm'), -- S80 Icarus Parts
  667. ('9937', 'gm'), -- Craft Materials
  668. ('9938', 'gm'), -- Shots
  669. ('9939', 'gm'), -- Crystals/Gemstones
  670. ('9940', 'gm'), -- S grade Parts
  671. ('9941', 'gm'), -- S grade Recipes
  672. ('9942', 'gm'), -- A Grade Recipes
  673. ('9943', 'gm'), -- A Grade Parts
  674. ('9944', 'gm'), -- Other Circlets
  675. ('9945', 'gm'), -- Buff Scrolls (event)
  676. ('9946', 'gm'), -- B Grade Recipes
  677. ('9947', 'gm'), -- B Grade Parts
  678. ('9948', 'gm'), -- Dyes
  679. ('9949', 'gm'), -- Fishing Rods
  680. ('9950', 'gm'), -- Fishing Gear
  681. ('9951', 'gm'), -- NG set
  682. ('9952', 'gm'), -- D set
  683. ('9953', 'gm'), -- C set
  684. ('9954', 'gm'), -- B set
  685. ('9955', 'gm'), -- A set
  686. ('9956', 'gm'), -- S set
  687. ('9957', 'gm'), -- S80 set
  688. ('9958', 'gm'), -- S84 set
  689. ('9959', 'gm'), -- Apella set
  690. ('9960', 'gm'), -- NG Jewel
  691. ('9961', 'gm'), -- D Jewel
  692. ('9962', 'gm'), -- C Jewel
  693. ('9963', 'gm'), -- B Jewel
  694. ('9964', 'gm'), -- A Jewel
  695. ('9965', 'gm'), -- S Jewel
  696. ('9966', 'gm'), -- S80 Jewel
  697. ('9967', 'gm'), -- Fishes
  698. ('9968', 'gm'), -- Designs (Gracia Items)
  699. ('9969', 'gm'), -- Materials for Designs (Gracia Items)
  700. ('9970', 'gm'), -- Mercenary Transformation Scrolls
  701. ('9971', 'gm'), -- Disguise Scroll
  702. ('9972', 'gm'), -- Santa Weapons
  703. ('9973', 'gm'), -- Baguette Weapons
  704. ('9974', 'gm'), -- Limited Time Weapons - 60 minutes
  705. ('9975', 'gm'), -- Limited Time Weapons - 4 hours
  706. ('9976', 'gm'), -- Transformation Sticks
  707. ('9977', 'gm'), -- Misc Event Items
  708. ('9978', 'gm'), -- Misc Consumables
  709. ('9979', 'gm'), -- Arrows
  710. ('9980', 'gm'), -- Infinity Weapons
  711. ('9981', 'gm'), -- S84 Grade PVP Weapons
  712. ('9982', 'gm'), -- Dynasty PVP Weapons
  713. ('9983', 'gm'), -- Icarus PVP Weapons
  714. ('9984', 'gm'), -- S PVP Weapons
  715. ('9985', 'gm'), -- A PVP Weapons
  716. ('9986', 'gm'), -- Hair Accessory Part 2
  717. ('9987', 'gm'), -- Territory Jewels
  718. ('9988', 'gm'), -- Territory Items
  719. ('9989', 'gm'), -- Fortress Misc
  720. ('9990', 'gm'), -- Territory Weapons
  721. ('9991', 'gm'), -- Territory Wards
  722. ('9992', 'gm'), -- Territory Flags
  723. ('9993', 'gm'), -- Seeds
  724. ('9994', 'gm'), -- Castle Guards
  725. ('9995', 'gm'), -- Magic Clip
  726. ('9996', 'gm'), -- Magic Ornament
  727. ('9997', 'gm'), -- A Weapons
  728. ('9998', 'gm'), -- S Weapons
  729. ('9999', 'gm'), -- Masterwork Jewels
  730. ('10000', 'gm'), -- Masterwork Armor B
  731. ('10001', 'gm'), -- Masterwork Armor A
  732. ('10002', 'gm'), -- Masterwork Armor S
  733. ('10003', 'gm'), -- Masterwork Armor S80
  734. ('10004', 'gm'), -- Agathions
  735. ('10005', 'gm'), -- Mounts
  736. ('10006', 'gm'), -- Event Masks
  737. ('10007', 'gm'); -- Raid Boss Weapons
  738. -- Test Server Helpers Shops
  739. INSERT INTO `merchant_shopids` VALUES
  740. -- Mr Cat
  741. (3175601,'31756'), -- Soulshot, shared item or other supplies.
  742. (3175602,'31756'), -- No-grade recipe.
  743. (3175603,'31756'), -- D-grade recipe.
  744. (3175604,'31756'), -- C-grade recipe.
  745. (3175605,'31756'), -- B-grade recipe.
  746. (3175606,'31756'), -- A-grade recipe.
  747. (3175607,'31756'), -- S-grade recipe.
  748. (3175608,'31756'), -- Ordinary manufacturing recipe.
  749. -- Miss Queen
  750. (3175701,'31757'), -- Essential item - Grade D or lower
  751. (3175702,'31757'), -- Essential item - Grade C
  752. (3175703,'31757'), -- Essential item - Grade B
  753. (3175704,'31757'), -- Essential item - Grade A
  754. (3175705,'31757'), -- Essential item - Grade S and General Production Material Item
  755. (3175706,'31757'), -- Speelbook (1)
  756. (3175707,'31757'), -- Speelbook (2)
  757. (3175708,'31757'); -- Speelbook (3)