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. (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. (351441,'35144'),
  321. (351861,'35186'),
  322. (352281,'35228'),
  323. (352761,'35276'),
  324. (353181,'35318'),
  325. (353651,'35365'),
  326. -- Fishermens
  327. (3156200,'31562'),
  328. (3156300,'31563'),
  329. (3156400,'31564'),
  330. (3156500,'31565'),
  331. (3156600,'31566'),
  332. (3156700,'31567'),
  333. (3156800,'31568'),
  334. (3156900,'31569'),
  335. (3157000,'31570'),
  336. (3157100,'31571'),
  337. (3157200,'31572'),
  338. (3157300,'31573'),
  339. (3157400,'31574'),
  340. (3157500,'31575'),
  341. (3157600,'31576'),
  342. (3157700,'31577'),
  343. (3157800,'31578'),
  344. (3157900,'31579'),
  345. (3169600,'31696'),
  346. (3169700,'31697'),
  347. (3198900,'31989'),
  348. (3200700,'32007'),
  349. (3234800,'32348'),
  350. -- Old GM Shops (some still used temp)
  351. (9001,'gm'),
  352. (9002,'gm'),
  353. (9003,'gm'),
  354. (9004,'gm'),
  355. (9005,'gm'),
  356. (9006,'gm'),
  357. (9007,'gm'),
  358. (9008,'gm'),
  359. (9009,'gm'),
  360. (9010,'gm'),
  361. (9011,'gm'),
  362. (9012,'gm'),
  363. (9013,'gm'),
  364. (9014,'gm'),
  365. (9015,'gm'),
  366. (9016,'gm'),
  367. (9017,'gm'),
  368. (9018,'gm'),
  369. (9019,'gm'),
  370. (9020,'gm'),
  371. (9021,'gm'),
  372. (9022,'gm'),
  373. (9023,'gm'),
  374. (9024,'gm'),
  375. (9025,'gm'),
  376. (9026,'gm'),
  377. (9027,'gm'),
  378. (9028,'gm'),
  379. (9029,'gm'),
  380. (9030,'gm'),
  381. (9031,'gm'),
  382. (9032,'gm'),
  383. (9033,'gm'),
  384. (9034,'gm'),
  385. (9035,'gm'),
  386. (9036,'gm'),
  387. (9037,'gm'),
  388. (9038,'gm'),
  389. (9039,'gm'),
  390. (9040,'gm'),
  391. (9041,'gm'),
  392. (9042,'gm'),
  393. (9043,'gm'),
  394. (9044,'gm'),
  395. (9045,'gm'),
  396. (9046,'gm'),
  397. (9047,'gm'),
  398. (9048,'gm'),
  399. (9049,'gm'),
  400. (9050,'gm'),
  401. (9051,'gm'),
  402. (9052,'gm'),
  403. (9053,'gm'),
  404. (71022,'gm'),
  405. (71028,'gm'),
  406. (71029,'gm'),
  407. (30040,'gm'),
  408. (30041,'gm'),
  409. (30042,'gm'),
  410. (30043,'gm'),
  411. (30044,'gm'),
  412. (30045,'gm'),
  413. (30046,'gm'),
  414. (30047,'gm'),
  415. (30048,'gm'),
  416. (30049,'gm'),
  417. (30050,'gm'),
  418. (30051,'gm'),
  419. (30052,'gm'),
  420. (30053,'gm'),
  421. (30054,'gm'),
  422. (30055,'gm'),
  423. (30056,'gm'),
  424. (30057,'gm'),
  425. (30058,'gm'),
  426. (30059,'gm'),
  427. (300530,'gm'),
  428. (300536,'gm'),
  429. (300539,'gm'),
  430. (300540,'gm'),
  431. (300541,'gm'),
  432. (300542,'gm'),
  433. (300410,'gm'),
  434. (300510,'gm'),
  435. (9157,'gm'),
  436. -- Castle
  437. (335103, '35103'),
  438. (335145, '35145'),
  439. (335187, '35187'),
  440. (335229, '35229'),
  441. (335230, '35230'),
  442. (335231, '35231'),
  443. (335277, '35277'),
  444. (335319, '35319'),
  445. (335366, '35366'),
  446. (335512, '35512'),
  447. (335558, '35558'),
  448. (335644, '35644'),
  449. (335645, '35645'),
  450. (336456, '36456'),
  451. -- Castles Item creation
  452. (351001,'35100'),
  453. (351421,'35142'),
  454. (351841,'35184'),
  455. (352261,'35226'),
  456. (352741,'35274'),
  457. (353161,'35316'),
  458. (353631,'35363'),
  459. (355091,'35509'),
  460. (355551,'35555'),
  461. -- Clan Halls Item creation
  462. (135445, '35445'),
  463. (235445, '35445'),
  464. (335445, '35445'),
  465. (135453, '35453'),
  466. (235453, '35453'),
  467. (335453, '35453'),
  468. (135455, '35455'),
  469. (235455, '35455'),
  470. (335455, '35455'),
  471. (135451, '35451'),
  472. (235451, '35451'),
  473. (335451, '35451'),
  474. (135457, '35457'),
  475. (235457, '35457'),
  476. (335457, '35457'),
  477. (135459, '35459'),
  478. (235459, '35459'),
  479. (335459, '35459'),
  480. (135383, '35383'),
  481. (235383, '35383'),
  482. (335383, '35383'),
  483. (135398, '35398'),
  484. (235398, '35398'),
  485. (335398, '35398'),
  486. (135400, '35400'),
  487. (235400, '35400'),
  488. (335400, '35400'),
  489. (135392, '35392'),
  490. (235392, '35392'),
  491. (335392, '35392'),
  492. (135394, '35394'),
  493. (235394, '35394'),
  494. (335394, '35394'),
  495. (135396, '35396'),
  496. (235396, '35396'),
  497. (335396, '35396'),
  498. (135384, '35384'),
  499. (235384, '35384'),
  500. (335384, '35384'),
  501. (135390, '35390'),
  502. (235390, '35390'),
  503. (335390, '35390'),
  504. (135386, '35386'),
  505. (235386, '35386'),
  506. (335386, '35386'),
  507. (135388, '35388'),
  508. (235388, '35388'),
  509. (335388, '35388'),
  510. (135407, '35407'),
  511. (235407, '35407'),
  512. (335407, '35407'),
  513. (135403, '35403'),
  514. (235403, '35403'),
  515. (335403, '35403'),
  516. (135405, '35405'),
  517. (235405, '35405'),
  518. (335405, '35405'),
  519. (135421, '35421'),
  520. (235421, '35421'),
  521. (335421, '35421'),
  522. (135439, '35439'),
  523. (235439, '35439'),
  524. (335439, '35439'),
  525. (135441, '35441'),
  526. (235441, '35441'),
  527. (335441, '35441'),
  528. (135443, '35443'),
  529. (235443, '35443'),
  530. (335443, '35443'),
  531. (135447, '35447'),
  532. (235447, '35447'),
  533. (335447, '35447'),
  534. (135449, '35449'),
  535. (235449, '35449'),
  536. (335449, '35449'),
  537. (135467, '35467'),
  538. (235467, '35467'),
  539. (335467, '35467'),
  540. (135465, '35465'),
  541. (235465, '35465'),
  542. (335465, '35465'),
  543. (135463, '35463'),
  544. (235463, '35463'),
  545. (335463, '35463'),
  546. (135461, '35461'),
  547. (235461, '35461'),
  548. (335461, '35461'),
  549. (335566, '35566'),
  550. (235566, '35566'),
  551. (135566, '35566'),
  552. (335568, '35568'),
  553. (235568, '35568'),
  554. (135568, '35568'),
  555. (335570, '35570'),
  556. (235570, '35570'),
  557. (135570, '35570'),
  558. (335572, '35572'),
  559. (235572, '35572'),
  560. (135572, '35572'),
  561. (335574, '35574'),
  562. (235574, '35574'),
  563. (135574, '35574'),
  564. (335576, '35576'),
  565. (235576, '35576'),
  566. (135576, '35576'),
  567. (335578, '35578'),
  568. (235578, '35578'),
  569. (135578, '35578'),
  570. (235580, '35580'),
  571. (135580, '35580'),
  572. (335580, '35580'),
  573. (335582, '35582'),
  574. (235582, '35582'),
  575. (135582, '35582'),
  576. (135584, '35584'),
  577. (235584, '35584'),
  578. (335584, '35584'),
  579. (335586, '35586'),
  580. (135586, '35586'),
  581. (235586, '35586'),
  582. (355111, '35511'),
  583. (355571, '35557');
  584. -- GM SHOP IDs START (99xx range)--
  585. INSERT INTO `merchant_shopids` VALUES
  586. ('9901', 'gm'), -- Forgotten Scrolls
  587. ('9902', 'gm'), -- Life Stones
  588. ('9903', 'gm'), -- Elemental
  589. ('9904', 'gm'), -- Codex Books
  590. ('9905', 'gm'), -- Divine Inspiration Books
  591. ('9906', 'gm'), -- Transform Sealbooks
  592. ('9907', 'gm'), -- S84 Grade Weapons
  593. ('9908', 'gm'), -- S84 Jewels
  594. ('9909', 'gm'), -- Cloaks
  595. ('9910', 'gm'), -- Belts
  596. ('9911', 'gm'), -- Magic Pins
  597. ('9912', 'gm'), -- Magic Pouches
  598. ('9913', 'gm'), -- Shirts
  599. ('9914', 'gm'), -- Bracelets
  600. ('9915', 'gm'), -- Talisman
  601. ('9916', 'gm'), -- Currency
  602. ('9917', 'gm'), -- Boss Jewels
  603. ('9918', 'gm'), -- Pets
  604. ('9919', 'gm'), -- Castle Circlets
  605. ('9920', 'gm'), -- Hair Accessory
  606. ('9921', 'gm'), -- Fly Transform Books
  607. ('9922', 'gm'), -- Fishing Potions
  608. ('9923', 'gm'), -- Dynasty Weapons
  609. ('9924', 'gm'), -- Icarus Weapons
  610. ('9925', 'gm'), -- Monster Weapons
  611. ('9926', 'gm'), -- Sigils
  612. ('9927', 'gm'), -- SA Crystals
  613. ('9928', 'gm'), -- Potions
  614. ('9929', 'gm'), -- Elixirs
  615. ('9930', 'gm'), -- Scrolls
  616. ('9931', 'gm'), -- Enchant Scrolls
  617. ('9932', 'gm'), -- Pet Gear
  618. ('9933', 'gm'), -- S80 Dynasty Recipes
  619. ('9934', 'gm'), -- S80 Dynasty Parts
  620. ('9935', 'gm'), -- S80 Icarus Recipes
  621. ('9936', 'gm'), -- S80 Icarus Parts
  622. ('9937', 'gm'), -- Craft Materials
  623. ('9938', 'gm'), -- Shots
  624. ('9939', 'gm'), -- Crystals/Gemstones
  625. ('9940', 'gm'), -- S grade Parts
  626. ('9941', 'gm'), -- S grade Recipes
  627. ('9942', 'gm'), -- A Grade Recipes
  628. ('9943', 'gm'), -- A Grade Parts
  629. ('9944', 'gm'), -- Other Circlets
  630. ('9945', 'gm'), -- Buff Scrolls (event)
  631. ('9946', 'gm'), -- B Grade Recipes
  632. ('9947', 'gm'), -- B Grade Parts
  633. ('9948', 'gm'), -- Dyes
  634. ('9949', 'gm'), -- Fishing Rods
  635. ('9950', 'gm'), -- Fishing Gear
  636. ('9951', 'gm'), -- NG set
  637. ('9952', 'gm'), -- D set
  638. ('9953', 'gm'), -- C set
  639. ('9954', 'gm'), -- B set
  640. ('9955', 'gm'), -- A set
  641. ('9956', 'gm'), -- S set
  642. ('9957', 'gm'), -- S80 set
  643. ('9958', 'gm'), -- S84 set
  644. ('9959', 'gm'), -- Apella set
  645. ('9960', 'gm'), -- NG Jewel
  646. ('9961', 'gm'), -- D Jewel
  647. ('9962', 'gm'), -- C Jewel
  648. ('9963', 'gm'), -- B Jewel
  649. ('9964', 'gm'), -- A Jewel
  650. ('9965', 'gm'), -- S Jewel
  651. ('9966', 'gm'), -- S80 Jewel
  652. ('9967', 'gm'), -- Fishes
  653. ('9968', 'gm'), -- Designs (Gracia Items)
  654. ('9969', 'gm'), -- Materials for Designs (Gracia Items)
  655. ('9970', 'gm'), -- Mercenary Transformation Scrolls
  656. ('9971', 'gm'), -- Disguise Scroll
  657. ('9972', 'gm'), -- Santa Weapons
  658. ('9973', 'gm'), -- Baguette Weapons
  659. ('9974', 'gm'), -- Limited Time Weapons - 60 minutes
  660. ('9975', 'gm'), -- Limited Time Weapons - 4 hours
  661. ('9976', 'gm'), -- Transformation Sticks
  662. ('9977', 'gm'), -- Misc Event Items
  663. ('9978', 'gm'), -- Misc Consumables
  664. ('9979', 'gm'), -- Arrows
  665. ('9980', 'gm'), -- Infinity Weapons
  666. ('9981', 'gm'), -- S84 Grade PVP Weapons
  667. ('9982', 'gm'), -- Dynasty PVP Weapons
  668. ('9983', 'gm'), -- Icarus PVP Weapons
  669. ('9984', 'gm'), -- S PVP Weapons
  670. ('9985', 'gm'), -- A PVP Weapons
  671. ('9986', 'gm'), -- Hair Accessory Part 2
  672. ('9987', 'gm'), -- Territory Jewels
  673. ('9988', 'gm'), -- Territory Items
  674. ('9989', 'gm'), -- Fortress Misc
  675. ('9990', 'gm'), -- Territory Weapons
  676. ('9991', 'gm'), -- Territory Wards
  677. ('9992', 'gm'), -- Territory Flags
  678. ('9993', 'gm'), -- Seeds
  679. ('9994', 'gm'), -- Castle Guards
  680. ('9995', 'gm'), -- Magic Clip
  681. ('9996', 'gm'), -- Magic Ornament
  682. ('9997', 'gm'), -- A Weapons
  683. ('9998', 'gm'), -- S Weapons
  684. ('9999', 'gm'), -- Masterwork Jewels
  685. ('10000', 'gm'), -- Masterwork Armor B
  686. ('10001', 'gm'), -- Masterwork Armor A
  687. ('10002', 'gm'), -- Masterwork Armor S
  688. ('10003', 'gm'), -- Masterwork Armor S80
  689. ('10004', 'gm'), -- Agathions
  690. ('10005', 'gm'), -- Mounts
  691. ('10006', 'gm'), -- Event Masks
  692. ('10007', 'gm'); -- Raid Boss Weapons
  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)