View Single Post
  #6  
Old 05-01-2014, 04:16 PM
NickW
Sarnak
 
Join Date: Apr 2014
Posts: 72
Default

Quote:
Originally Posted by werebat View Post
that statement is for ruleset 10. if you dont care about the ruleset then type:

UPDATE rule_values SET rule_value='true' WHERE rule_name='Mercs:AllowMercs';
Well the AllowMerc values all turned to true. But, the mercs still aren't working. Also when I try that third query:

Code:
SELECT name,class FROM npc_types WHERE class = 71 LIMIT 2;
It still says empty.. Apparently, that query is searching for the two warrior liasons. I know they are there in-game. They just won't let me talk to them. Same for all the other liasons.
Reply With Quote