Go Back   EQEmulator Home > EQEmulator Forums > General > General::General Discussion

General::General Discussion General discussion about EverQuest(tm), EQEMu, and related topics.
Do not post support topics here.

Reply
 
Thread Tools Display Modes
  #1  
Old 05-01-2014, 01:15 PM
NickW
Sarnak
 
Join Date: Apr 2014
Posts: 72
Default

Quote:
Originally Posted by vsab View Post
http://wiki.eqemulator.org/p?Server_Rules&frm=Main

By default they are turned off, so set AllowMercs to true. If you're no SQL guru you can use HEidiSQL (it's free) to edit the values visually, but if you're keen on learning SQL (which is really quite a big part of the EQ Emu server system):-

Code:
UPDATE `peq`.`rule_values` SET `rule_value`='true' WHERE  `ruleset_id`=10 AND `rule_name`='Mercs:AllowMercs';
ruleset_is=10 is the default EQEmu one, and is applied at the zone level (so different zones could use different rulesets, presumably so you can have pvp zones or not)...
This doesn't seem to be working for me for some reason.



They aren't changing to true. I also reloaded everything, logged into the game and checked. The mercs still won't do anything.
Reply With Quote
  #2  
Old 05-01-2014, 01:36 PM
werebat's Avatar
werebat
Hill Giant
 
Join Date: Oct 2010
Posts: 143
Default

that statement is for ruleset 10. if you dont care about the ruleset then type:

UPDATE rule_values SET rule_value='true' WHERE rule_name='Mercs:AllowMercs';
Reply With Quote
  #3  
Old 05-01-2014, 04:16 PM
NickW
Sarnak
 
Join Date: Apr 2014
Posts: 72
Default

Quote:
Originally Posted by werebat View Post
that statement is for ruleset 10. if you dont care about the ruleset then type:

UPDATE rule_values SET rule_value='true' WHERE rule_name='Mercs:AllowMercs';
Well the AllowMerc values all turned to true. But, the mercs still aren't working. Also when I try that third query:

Code:
SELECT name,class FROM npc_types WHERE class = 71 LIMIT 2;
It still says empty.. Apparently, that query is searching for the two warrior liasons. I know they are there in-game. They just won't let me talk to them. Same for all the other liasons.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 05:01 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3