[Help] Grocery NPC

03/03/2014 17:15 .Horror.#1
I kinda effed up all of my grocery npcs. if someone could give me the npc records of where the grocery npcs are supposed to be?
03/03/2014 18:56 DarcNemesis#2
Here's the ones I seen.

 
NPC ID Map X Y
Lana 1055 1000 311 413
Claude 1030 1000 281 374
Yark 2008 2000 262 129
Mary 3021 3000 194 322
Sue 7005 7000 480 452
Somerset 5005 5000 916 1040
03/03/2014 19:24 .Horror.#3
Do you have the lines for cq_npc? lol
03/03/2014 19:40 DarcNemesis#4
Here's a sql query that contains the posted npc's

PHP Code:
INSERT INTO cq_npc VALUES
('1055''0''0''Lana''1''10300''0''0''-1''1000''327''418''9861800''0''0''0''0''0''0''0''0''0''0''0''нч''0''0''0''0''1''0''0''0''0''0'),
(
'2008''0''0''Yark''1''20080''0''0''-1''2000''262''129''9531100''0''0''0''0''0''0''0''0''0''0''0''нч''0''0''0''0''1''0''0''0''0''0'),
(
'3021''0''0''Mary''1''30217''0''0''-1''3000''194''322''8803500''0''0''0''0''0''0''0''0''0''0''0''нч''0''0''0''0''1''0''0''0''0''0'),
(
'7005''0''0''Sue''1''50256''0''0''-1''7000''480''452''10500''0''0''0''0''0''0''0''0''0''0''0''''0''0''0''0''1''0''0''0''0''0'),
(
'5005''0''0''Somerset''1''50066''0''0''-1''5000''916''1040''3015560''0''0''0''0''0''0''0''0''0''0''0''''0''0''0''0''1''0''0''0''0''0'),
(
'1030''0''0''Claude''1''10550''0''0''-1''1000''281''374''4001075''0''0''0''0''0''0''0''0''0''0''0''нч''0''0''0''0''1''0''0''0''0''0'); 
03/03/2014 20:48 .Horror.#5
thanks dude , your a life saver