View Single Post
  #6  
Old 07-23-2008, 03:17 PM
So_1337
Dragon
 
Join Date: May 2006
Location: Cincinnati, OH
Posts: 689
Default

Forgive me for adding confusion to it. Her first name is Recruiter Lauren and her last name (the that displays in <> tags) is Spell Scriber, so I wanted to explain that she was being used for that on our server is why she was named as such. She won't scribe spells unless you have a quest file in place for her.

The query I gave will put her in as a simple merchant NPC in PoK, very near to where #zone takes you for that zone. It's next to a nearby tree. You can put any items you'd like on her so long as they're in merchantlist #99999:

Code:
INSERT INTO merchantlist VALUES (999999,1,17403);
INSERT INTO merchantlist VALUES (999999,2,75844);
INSERT INTO merchantlist VALUES (999999,3,29066);
The third column is the item ID, and you can change it to whatever you like. Just use these as a template if that's what you're looking to do.

Hopefully that helps clear up the confusion. Sorry for not explaining it clearly the first time!
Reply With Quote