Go Back   EQEmulator Home > EQEmulator Forums > Quests > Quests::Q&A

Quests::Q&A This is the quest support section

Reply
 
Thread Tools Display Modes
  #1  
Old 02-18-2015, 09:50 AM
utbbop
Sarnak
 
Join Date: May 2009
Location: Mentor
Posts: 58
Default Experience/Level Restrictions, by Zone Question

Hi Everyone,
Back again with another question!

Did some searching and couldn't find anything, which seems odd to me so perhaps its something wrong on my end...but...

I am interested in applying level caps/experience gain caps at the zone level.

Example:

- Tier 1 (The starting Tier for my server) is the in the Zone of The Oasis.
This Tier/Zone should only allow players to gain experience up until they reach level 5.
It is fine, and actually preferred, that the player be able to gain 99% of level 5 so that when moving to Tier 2 they can ding to level 6 after 1 kill or so...

Anyone able to advise me on how I might be able to achieve this?

I did see a post that mentioned controlling this by adjusting EXP Modifiers based on the CON of the mob. Aka make Blues/Light Blues, etc, 0% exp in an effort to achieve this. I will mess with this if needed but figured I would see if there are any newer methods to achieve what I am looking for as I do intend to have some zones where Light Blues could be grinded for AA exp so making them 0% exp would be in conflict with this.


As per usual, thank you for the support/input.
Reply With Quote
  #2  
Old 02-18-2015, 10:47 AM
Leetsauce
Hill Giant
 
Join Date: Apr 2010
Posts: 169
Default

I do this by mob con as well. At level 5, level 1 mobs no longer give you xp, etc. Then if you wanted to get super deep into it you could control loot by mob level via perl (default.pl in whatever zone folder you're wanting it in)

There may be a more efficient way to do this, but this method is what I use.

Edit: You can also have the player port themselves out of the zone upon reaching level 6 by perl.
Reply With Quote
  #3  
Old 02-18-2015, 02:25 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

If you want to hard set level caps per zone, you can use rule sets to do it. In your zones table, you can define a rule set to use for each zone. What you need to do is create a rule set for each zone in the rule_sets table, then in your rules_values, add an entry for that rule set number for the MaxLevel rules. Then just add that rule set to the zone you want to cap there. You can use the #rules command (I think it is #rules reloadall) to reload rules while your server is running so you can test them yourself if you like. Once you get one figured out and working, the rest should be cake.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #4  
Old 02-18-2015, 04:57 PM
utbbop
Sarnak
 
Join Date: May 2009
Location: Mentor
Posts: 58
Default

Quote:
Originally Posted by trevius View Post
If you want to hard set level caps per zone, you can use rule sets to do it. In your zones table, you can define a rule set to use for each zone. What you need to do is create a rule set for each zone in the rule_sets table, then in your rules_values, add an entry for that rule set number for the MaxLevel rules. Then just add that rule set to the zone you want to cap there. You can use the #rules command (I think it is #rules reloadall) to reload rules while your server is running so you can test them yourself if you like. Once you get one figured out and working, the rest should be cake.
Thanks Trev, can you help me/clarify the following:

1. Create a new rule in rule_sets table.
- Example:
ruleset_id = 20 (randomly decided by me)
name = OasisMaxLevel (randomly decided by me)

2. Create a new rule in rule_values table.
- Example:
ruleset_id = 20 (based on my decision in rule_sets)
rule_name = MaxLevel (based on what you told me)
rule_value = 5 (based on my desire to have level 5 be the max level for Oasis)
notes = Oasis Maximum Level Allowed to Gain Experience from Killing Monsters in this zone. (STILL ALLOWS ANY LEVEL PLAYER TO ENTER THE ZONE) (randomly decided by me)

3. Add newly created rule to Oasis in zone table.
- Example:
ruleset = 20 (based on the creation of my new rule)


Thanks Trev, let me know if it looks like I am off base on anything here.
Reply With Quote
  #5  
Old 02-18-2015, 07:18 PM
dagulus2
Hill Giant
 
Join Date: Feb 2013
Posts: 220
Default

Not sure what the difference betwwen 'Character:MaxXPLevel' an Character:MaxLevel' is, but you might want to test both.

You may also need to set 'Character:KeepLevelOverMax' to true, or characters might delevel when entering the zone?
Reply With Quote
  #6  
Old 02-18-2015, 08:08 PM
epilz
Hill Giant
 
Join Date: Sep 2013
Posts: 247
Default

I use Character:MaxXPLevel to set initial characters created before progression, that way they do not go over level 50 until they finish Kunark Progression.. I set Character:MaxLevel to each expansion for progression. Do not have a rule for Character:KeepLevelOverMax. I might need to look into creating that rule. I have not seen any delevels yet. If they try to zone in, it says they do not have permission and they never really zone.
Reply With Quote
  #7  
Old 02-19-2015, 09:32 AM
utbbop
Sarnak
 
Join Date: May 2009
Location: Mentor
Posts: 58
Default

Okay, looks like I was able to get this working. I used MaxEXPLevel instead of MaxLevel.

1. Create a new rule in rule_sets table.
- Example:
ruleset_id = 20
name = OasisMaxLevel

2. Create a new rule in rule_values table.
- Example:
ruleset_id = 20
rule_name = MaxExpLevel
rule_value = 5
notes = Oasis Maximum Level Allowed to Gain Experience from Killing Monsters in this zone. (STILL ALLOWS ANY LEVEL PLAYER TO ENTER THE ZONE)

3. Add newly created rule to Oasis in zone table.
- Example:
ruleset = 20


Thanks all for the help!
Reply With Quote
Reply

Thread Tools
Display Modes

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 07:11 AM.


 

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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3