Thread
:
Mercenary Help......
View Single Post
#
2
02-03-2022, 02:27 PM
Huppy
Demi-God
Join Date: Oct 2010
Posts: 1,332
This is the query that should be run to give all merc merchants their proper class to function:
Code:
UPDATE npc_types SET class = 71 WHERE lastname LIKE '%Mercenary Liaison';
Also making sure that mercs are enabled in the rule_values table.
Huppy
View Public Profile
Send a private message to Huppy
Find all posts by Huppy