Brand new toon, NONE of those problems. I told you and the others, if you are going to report an error, make sure it's not your doing.

As far as the "Broken" items, they are deprecated... try this in your mangos database:
Code:
DELETE FROM npc_vendor WHERE item = "2947";
DELETE FROM npc_vendor WHERE item = "3131";
DELETE FROM npc_vendor WHERE item = "2946";
DELETE FROM npc_vendor WHERE item = "3111";
If you want to delete an item from a vendors inventory, click on him and type
Code:
.npc delitem [NAME OF ITEM]
to add an item
Code:
.npc additem [NAME OF ITEM]
I have not changed anything in the mangosd.conf file that would increase the leveling.
Bookmarks