PDA

View Full Version : Adding Mercs


Kreisleiter
06-06-2016, 01:17 PM
Installed my server this weekend using the Windows installer and it worked perfectly! Now I'm looking to enable Mercs but I'm not seeing the Mercs sql
Another noob question is I'm assuming that I'm using Heidi SQL (from MariaDB)

any advise would be great

DanCanDo
06-06-2016, 04:46 PM
If you put these two lines in to an .sql file and run the query, it will enable the mercs.
CHANGE NAME OF DB 'peq' to what yours is.

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

Kreisleiter
06-07-2016, 07:00 AM
Thanks everything is working now.