Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 02-02-2014, 01:12 AM
TylerBarnes
Sarnak
 
Join Date: Dec 2012
Location: Sunny California
Posts: 62
Default Rule values question.

I've been working on a blue server but I want to create a PVP zone kinda like a mini Alterac Valley with Tallon Zek PVP rules and I know to do that you create a separate ruleset and assign it to the zone. My question is; do I need to make a full on ruleset with all variables filled or if I only set two variables will the unspecified values draw from the default ruleset or will I have a big mess on my hands?
Thanks, guys.
Reply With Quote
  #2  
Old 02-02-2014, 02:44 AM
NatedogEZ's Avatar
NatedogEZ
Developer
 
Join Date: Dec 2012
Posts: 515
Default

If there are missing rules in the database for a ruleset it just uses the default value from the source.. which you may or may not like.

You can easily copy your entire ruleset into a new ruleset with SQL


Code:
INSERT INTO `rule_values` (`ruleset_id`, `rule_name`, `rule_value`, `notes`)  select 55, rule_name, rule_value, notes FROM rule_values WHERE ruleset_id = 1
Note.. 55 would be the new ruleset_id and it is copying from ruleset_id 1 (change the values to whatever you want to copy from and copy to)

You may need to insert a ruleset into the "rule_sets" table .. but I have no idea .. but better off doing it

Would be something like...... 55, "PVP Rules"
Reply With Quote
  #3  
Old 02-02-2014, 01:52 PM
TylerBarnes
Sarnak
 
Join Date: Dec 2012
Location: Sunny California
Posts: 62
Smile

Thanks for the info. I appreciate it.
I'll go ahead and copy the default one and then tweak what I need to.
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 11:59 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