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

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

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #10  
Old 01-19-2008, 06:53 PM
Inspiration
Fire Beetle
 
Join Date: Dec 2007
Posts: 10
Default

Having the zone value as 6 is fine too, that number is how many dynamic zones it will create. If you are just playing by yourself or with a couple of friends on a lan then 5 or 6 dynamic zones is fine.

How did you create your PEQ database? Did you download the peq-ykesha-release file and source load_system.sql? If so it should have created 'items' and populated it with 62000+ rows. I suggest you recreate your database for starters.

Do you have anything in 'account' in your database? If not you need to set this up as well.

Code:
INSERT INTO account (name,STATUS, minilogin_ip) VALUES('LOGIN',250,'IP OF COMPUTER');
Replace LOGIN with the login name you want and IP OF COMPUTER with your IP which from your previous post was 161.109.232.159 (this assumes you will be playing from the computer the server is running on).

If you didnt find 'account' then you need to first source in load_empty_users.sql from the peq-ykesha-release download.

Also in 'variables' you should have a LoginType which should have the value Minilogin. If you have nothing in 'variables' run this:

Code:
INSERT INTO VARIABLES (varname, value, information) VALUES ('LoginType', 'Minilogin', 'Set this to Minilogin or Public :)');
Reply With Quote
 


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