merchant_shopids.sql 16 KB

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