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 10-04-2013, 09:09 PM
Maceblade
Hill Giant
 
Join Date: Jun 2010
Posts: 231
Default Qglobals & Level increases

I know I kinda asked before but I am about to re-roll my server so I want this to be working before it goes live. Can anyone explain to me exactly how to set the Qglobals and maxlevel limits?

it was like no matter what i set my qglobals level limit to they could always level past it as long as my "max level via attainable exp" was set higher.

So I guess I need someone with a lot of patience to explain it better to me haha, thanks in advance!
Reply With Quote
  #2  
Old 10-04-2013, 09:38 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,071
Default

Quote:
Originally Posted by Maceblade View Post
I know I kinda asked before but I am about to re-roll my server so I want this to be working before it goes live. Can anyone explain to me exactly how to set the Qglobals and maxlevel limits?

it was like no matter what i set my qglobals level limit to they could always level past it as long as my "max level via attainable exp" was set higher.

So I guess I need someone with a lot of patience to explain it better to me haha, thanks in advance!
I wrote the code on it so I will just answer it for you.

You have to create a character flag '5' qglobal called 'CharMaxLevel' with the value of the level you want the max level for that particular character. They will not be able to level beyond that level once that is set.
Reply With Quote
  #3  
Old 10-05-2013, 01:00 PM
ChaosSlayerZ's Avatar
ChaosSlayerZ
Demi-God
 
Join Date: Mar 2009
Location: Umm
Posts: 1,492
Default

If I may ask - this is designed for dynamic level cap for individual players, right? Was there an original post describing this feature in details?
thanks!
Reply With Quote
  #4  
Old 10-05-2013, 06:33 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,594
Default

I searched and didn't find an original post for the support of this, although I would believe it's for the elasticity of the leveling in the game.
Reply With Quote
  #5  
Old 10-07-2013, 07:54 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,071
Default

It is in the changelog.txt from almost a year ago:

Rules Values Character:MaxLevel needs to be set higher than whatever max level you use for this because this is per character.

Example:
templates/global_player.pl
Code:
sub EVENT_CONNECT{
	### If the Character doesn't have a max level defined, let's define it (Level 70)
	if(!$qglobals{"CharMaxLevel"}){ $client->SetGlobal("CharMaxLevel", "70", 5, 'F'); }
}
Let me know if you have questions.

Edit: You need to have rule 'Character:PerCharacterQglobalMaxLevel' set to true

Last edited by Akkadius; 10-07-2013 at 09:23 PM..
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 10:19 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3