PDA

View Full Version : Lore items


magic
11-12-2004, 08:36 AM
Is there a way to allow duplicate Lore items? Or a way to remove the Lore part of an item without using an item editor. And if I do need an item editor, can someone post a link to a site I can get a working one. I have downloaded a few (4 or 5) already and they don't work right. ty.

1010101
11-17-2004, 06:52 AM
Run this MySQL query:

update items set loreflag=0;

That'll kill the lore flag on all items in your database.