顶部的广告太碍眼转个贴,占顶。
EQEmu启用雇佣兵需两步:
1. Your next step is to enable mercenaries in your ruleset. I am assuming you are using the EQEmu_Default ruleset of "10". If using a different ruleset_id like default, use "1". Type in a mysql command prompt:
UPDATE `peq`.`rule_values` SET `rule_value`='true' WHERE `ruleset_id`=10 AND `rule_name`='Mercs:AllowMercs';
and press enter.
2. You will also need to change the class of the Mercenary Merchants from '1' to '71' for their lists to populate properly.
UPDATE `peq`.`npc_types` SET `class`='71' WHERE `lastname` LIKE '%Mercenary Liaison';
EQEmu启用雇佣兵需两步:
1. Your next step is to enable mercenaries in your ruleset. I am assuming you are using the EQEmu_Default ruleset of "10". If using a different ruleset_id like default, use "1". Type in a mysql command prompt:
UPDATE `peq`.`rule_values` SET `rule_value`='true' WHERE `ruleset_id`=10 AND `rule_name`='Mercs:AllowMercs';
and press enter.
2. You will also need to change the class of the Mercenary Merchants from '1' to '71' for their lists to populate properly.
UPDATE `peq`.`npc_types` SET `class`='71' WHERE `lastname` LIKE '%Mercenary Liaison';