View Single Post
  #3  
Old 06-21-2015, 10:15 PM
Yummy
Sarnak
 
Join Date: Feb 2014
Posts: 71
Default

Quote:
Originally Posted by Taleason View Post
I used this to get mercs working for me... ymmv

Code:
UPDATE `rule_values` SET `rule_value` = 'true' WHERE `rule_name` = 'Mercs:AllowMercs';
UPDATE `npc_types` SET `class` = 71 WHERE `lastname` LIKE '%Mercenary Liaison%';

Thank you, Taleason!

I wish I had found this post, earlier. I lost, oh, at least two hours fudging with the utils/sql/svn and git merc sql scripts.
Reply With Quote