View Single Post
  #426  
Old 03-29-2008, 03:00 AM
Congdar
Developer
 
Join Date: Jul 2007
Location: my own little world
Posts: 751
Default

You can remove (Bot) by deleting 'Bot' from the lastname field in npc_types table. Something like:
Code:
UPDATE peq.npc_types SET lastname='' where isbot=1;
lastname is equal to two single quotes.


Can't do anything about the 000's