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

Support::General Support Post all topics here having to do with errors while trying to connect to an EQEMu server but not about the setup/running of the Server itself.

Reply
 
Thread Tools Display Modes
  #1  
Old 03-23-2017, 09:09 AM
TheRasquatch
Fire Beetle
 
Join Date: May 2009
Location: Texas
Posts: 2
Default Don't own expansion

My friend started up his private server again with the RoF2 client and almost everything is running smoothly. We have encountered an issue where different players can't zone into specific zones and the list is different for each user.

I personally can't zone into PoFire or any of the froglock zones beyond the starting zone. When I try to zone in it says "You do not own the expansion necessary for this zone etc.."

My friend playing on the same server can zone into those areas but can't zone into others, like the Halls of Honor, and he gets the same error message.

My attempts to google the problem have led nowhere and I'm out of ideas, does anyone know what the problem is?
Reply With Quote
  #2  
Old 03-23-2017, 09:21 AM
GRUMPY
Discordant
 
Join Date: Oct 2016
Posts: 445
Default

Your friend needs to go into the database and check these settings;

In the rule_values table,

World:UseClientBasedExpansionSettings (value set to false)

World:ExpansionSettings (value set to 16383)

In the variables table, another expansion setting set to 16383 (enables all expansions)
Reply With Quote
  #3  
Old 03-23-2017, 01:07 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

There is an issue (recently revisited in a thread) in the RoF2 client translator that needs to be updated with the newer zone fail case.

That is almost undoubtedly the level restriction failure message being sent as the wrong value for RoF2.

I ran across this exact issue when RoF was implemented and have had several reports of it with RoF2.

I'm assuming that you guys haven't been keeping track of whether #gm on is allowing you access into zones where #gm off is not?

A good place to check this is the Crescent Reach to Blightfire Moors zone line - with a low-level toon, of course
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote
  #4  
Old 03-23-2017, 04:16 PM
Lordvare
Fire Beetle
 
Join Date: May 2009
Location: Conroe, Tx
Posts: 2
Default

I am said friend. He who is spoken of in lore of eld! And ya know.. also the OP for the thread.

In response to the offered help which I greatly appreciate;

GRUMPY: The database world rule values are set correctly so far as I can tell. Both false and 16383 are set as they should be.

Uleat: You are correct that I have not been keeping track of anything to do with #gm on/off. As far as I am aware there are no GM privileges allowed on the server for anyone at this time. That said, I will login this evening and try to test if that is connected to the problem.

Thank you both for taking the time to try and help us with this issue.
Reply With Quote
  #5  
Old 03-23-2017, 05:21 PM
Maze_EQ
Demi-God
 
Join Date: Mar 2012
Posts: 1,106
Default

On ROF2 this is most common in level-restricted zones.

Try zoning into Fearplane at lvl 1, and try at 46.

If you get the message, that's your issue.
__________________
"No, thanks, man. I don't want you fucking up my life, too."

Skype:
Comerian1
Reply With Quote
  #6  
Old 03-23-2017, 05:55 PM
GRUMPY
Discordant
 
Join Date: Oct 2016
Posts: 445
Default

Maze is right. I never had this issue before but I just tested it with crescent and moors. Setting the level requirements
gave me that message when trying to zone.
Reply With Quote
  #7  
Old 03-23-2017, 06:02 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

I said gm in my post..it may be more correct to say status, instead.
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote
  #8  
Old 03-23-2017, 06:05 PM
GRUMPY
Discordant
 
Join Date: Oct 2016
Posts: 445
Default

This is what the server log entry was. (with #GM off on a gm toon)
[Error] Zone 394 is not available because target wasn't found or character insufficent level
Reply With Quote
  #9  
Old 03-23-2017, 06:22 PM
GRUMPY
Discordant
 
Join Date: Oct 2016
Posts: 445
Default

If you want to enable access to all zones by all players, regardless of level or status you can run this query
into DB to simplify things.

Code:
UPDATE zone set min_level = 0;
UPDATE zone set min_status = 0;
Reply With Quote
  #10  
Old 03-23-2017, 08:01 PM
Lordvare
Fire Beetle
 
Join Date: May 2009
Location: Conroe, Tx
Posts: 2
Default

I turned on GM for my account and then enabled it for my character. Presto, I can get into every one of those problem Zones as soon as I had GM turned on. So that seems to be the problem.

I will try that query and see if it helps. Again, thank you all for the help.

Edit: Unfortunately the query did not seem to fix the problem. However those are changed I would have wanted to make to the zones regardless. Thanks for the suggestion. It would seem the quest continues. I suppose I must figure out what keyword will cue up quest progression with Uleat...
Reply With Quote
  #11  
Old 03-23-2017, 08:11 PM
TheRasquatch
Fire Beetle
 
Join Date: May 2009
Location: Texas
Posts: 2
Default

Just to clarify things on my end, this is the error I'm getting.

"The zone that you are attempting to enter is part of an expansion that you do not yet own. You may need to return to the Login screen and enter an account key for that expantion etc.."
Reply With Quote
  #12  
Old 03-23-2017, 08:15 PM
GRUMPY
Discordant
 
Join Date: Oct 2016
Posts: 445
Default

Quote:
Originally Posted by Lordvare View Post
Edit: Unfortunately the query did not seem to fix the problem. However those are changed I would have wanted to make to the zones regardless. Thanks for the suggestion. It would seem the quest continues. I suppose I must figure out what keyword will cue up quest progression with Uleat...
If you simply ran the query while the server is running without doing anything else, that won't take effect yet.
Either reboot or from in game with gm, run a reload
Reply With Quote
  #13  
Old 03-23-2017, 08:20 PM
GRUMPY
Discordant
 
Join Date: Oct 2016
Posts: 445
Default

Sorry, guess I should of been more specific about ingame #reloadzonepoints
Reply With Quote
  #14  
Old 03-23-2017, 09:06 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

In the RoF2 client, the level restriction message that the server currently sends is misinterpreted by the client as a missing expansion message.

There is no eta for a fix due to the correct value being unknown.
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote
  #15  
Old 04-01-2018, 02:25 PM
Tegila
Hill Giant
 
Join Date: Mar 2018
Location: NY
Posts: 125
Default

Quote:
Originally Posted by GRUMPY View Post
If you want to enable access to all zones by all players, regardless of level or status you can run this query
into DB to simplify things.

Code:
UPDATE zone set min_level = 0;
UPDATE zone set min_status = 0;
thanks man, though I think i did that for the 1 zone my buddy was trying ot get into and he still couldnt...and he cant leave poknowledge right now, but getting same error (insufficient experience etc)

so far hes the only one , but he's the only one thats gone anywhere outside vanilla eq, tutorial, or crescent reach other than me and i was on gm when i went

these 2 lines fixed his zoning issue though
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:51 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