Thread
:
EQoffline, bots and more..
View Single Post
#
426
03-29-2008, 03:00 AM
Congdar
Developer
Join Date: Jul 2007
Location: my own little world
Posts: 751
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
Congdar
View Public Profile
Send a private message to Congdar
Find all posts by Congdar