קוד PHP:
/* Created by SapiRxD from the iAtraf NPC Creation Factory */
DELETE FROM `shops` WHERE `shopid` = 8675;
DELETE FROM `shopitems` WHERE `shopid` = 8675;
INSERT INTO `shops` (`shopid`, `npcid`) VALUES
(8675, 9201099);
INSERT INTO `shopitems` (`shopid`, `itemid`, `price`, `position`) VALUES
(8675, 1902000, 1, 0),
(8675, 1902001, 1, 1),
(8675, 1902003, 1, 2),
(8675, 1902004, 1, 3),
(8675, 1902005, 1, 4),
(8675, 1902006, 1, 5),
(8675, 1902007, 1, 6),
(8675, 1902008, 1, 7),
(8675, 1902009, 1, 8),
(8675, 1902011, 1, 9),
(8675, 1902012, 1, 10),
(8675, 1902013, 1, 11),
(8675, 1902014, 1, 12),
(8675, 1902015, 1, 13),
(8675, 1902016, 1, 14),
(8675, 1902017, 1, 15),
(8675, 1902018, 1, 16),
(8675, 1902019, 1, 17),
(8675, 1902020, 1, 18),
(8675, 1902021, 1, 19),
(8675, 1902022, 1, 20),
(8675, 1902023, 1, 21),
(8675, 1902024, 1, 22),
(8675, 1902025, 1, 23),
(8675, 1912000, 1, 24),
(8675, 1912001, 1, 25),
(8675, 1912002, 1, 26),
(8675, 1912003, 1, 27),
(8675, 1912004, 1, 28),
(8675, 1912005, 1, 29),
(8675, 1912007, 1, 30),
(8675, 1912008, 1, 31),
(8675, 1912009, 1, 32),
(8675, 1912010, 1, 33),
(8675, 1912011, 1, 34),
(8675, 1912012, 1, 35),
(8675, 1912013, 1, 36),
(8675, 1912014, 1, 37),
(8675, 1912015, 1, 38),
(8675, 1912016, 1, 39),
(8675, 1912017, 1, 40),
(8675, 1912018, 1, 41),
(8675, 1912019, 1, 42);