View Single Post
  #24  
Old 01-01-2014, 11:06 PM
Havok2all
Sarnak
 
Join Date: May 2011
Posts: 35
Default

Ok, so I got my server working and so far everything seems to be working ok.

I wanted to get bots working on my server. I have attempted to use the walkthrough from here http://www.eqemulator.org/forums/showthread.php?t=37295 , but it is not working for me.

When I attempt to use the commands in Mysql like:

UPDATE `npc_types` SET `class` = 71 WHERE `lastname` LIKE '%Mercenary Liaison%';

DELETE FROM `rule_values` WHERE `rule_name` LIKE '%bot%';

UPDATE `rule_values` SET `rule_value` = 'true' WHERE `rule_name` = 'Mercs:AllowMercs';

Mysql tells me unknown column in where clause for bots and mercs. I am not really concerned about mercs, but would like to get bots working. Any help would be appreciated.
Reply With Quote