EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   Adding Mercs (https://www.eqemulator.org/forums/showthread.php?t=40672)

Kreisleiter 06-06-2016 01:17 PM

Adding Mercs
 
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.
Code:

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.


All times are GMT -4. The time now is 09:22 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.