View Single Post
  #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