EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   New Server issues (https://www.eqemulator.org/forums/showthread.php?t=37309)

rencro 09-24-2013 04:48 PM

Do you even have a database?? Also edit out user name and password...

peq.EVERYTHING does not exists...

Kingly_Krab 09-24-2013 05:05 PM

Quote:

Originally Posted by rencro (Post 224397)
Do you even have a database?? Also edit out user name and password...

peq.EVERYTHING does not exists...

He likely didn't source the database in correctly.

warkid 09-24-2013 05:06 PM

I followed them to the T and re checked ... looking at the log files it seems I have some PEQ files missing (from git??)part I believe?

Kingly_Krab 09-24-2013 05:10 PM

Did you get your database from here? Which guide did you use? Did you use this one?

warkid 09-24-2013 05:17 PM

ok downloading database from there... and yes I followed that wiki guide...

when I download data how do I install this one? I got the quest and maps sorted no problems

Kingly_Krab 09-24-2013 05:29 PM

There should be a file named "drop_system", this file drops all non-player-related tables allowing you to source in the new information. You'll then source in the peqbetaXXXXXXXX.sql then source in the special abilities .sql.

HnathBST 09-24-2013 09:03 PM

The guys over at PEQ have recently switched from the SVN to a google drive with a daily dump. I don't think any of the guides have been updated to reflect this, so your DB is most likely out dated.

to source the new files like kingly said you simply put them in your C:\EQ\SQL folder, open a command prompt and navigate to that folder.

then type:
Code:

C:\EQ\SQL> mysql -u root -p peq
<it will ask your password, type it and press enter>
mysql> source drop_system.sql
<this will take a second>
mysql> source peqbeta_{date_time}.sql <this will change depending on when you d/l>
<this will take a minute, good time to get some coffee...>
mysql>source user_tables_{date_time}.sql <same date as above>
<this won't take as long>
mysql>source source_views.sql

Obvisiously ignoring my comments ^*

That SHOULD get you up and running with your DB, just let us know if you encounter any errors.

warkid 09-26-2013 02:20 PM

ok as far as im aware server is up and running could someone log in and check for me please (to see if outsiders can connect)?

server name is warville

warkid 10-23-2013 01:33 PM

now server is up and running perfectly (for me anyways) not sure about people outside of my i.p range.....time will tell

anyways how do I open up expansions? please this is racking my head to the stage blood comes out

provocating 10-28-2013 05:17 PM

What do you mean open up expansions? There are a lot of changes you can make in the rule_values tables. One is World:ExpansionSettings and that may have an impact, as far as zones that are closed, you can always open those up to players in the zones table with the minstatus column being changed.

warkid 10-29-2013 07:47 PM

like bastion of thunder... plane of time B etc and discord... cant zone into those and more.... ow and plane of disease comes to mind

i know those can be used in EQemu but not on my server

lerxst2112 10-30-2013 12:28 AM

Are you using the Underfoot client? It sounds like you are missing client files. http://www.eqemulator.net/wiki/wikka...ssingFilesList

warkid 10-30-2013 02:50 PM

i am using underfoot but yet i could enter riftseekers on someone elses server?

but still bastion of thunder dose not work and afew more? yet i can any tranquil?

HnathBST 10-30-2013 03:02 PM

Quote:

Originally Posted by warkid (Post 225469)
i am using underfoot but yet i could enter riftseekers on someone elses server?

but still bastion of thunder dose not work and afew more? yet i can any tranquil?

I am not sure what zones PEQ has locked with Min status off the top of my head. Did you set your account as a GM account? I know some of the zones that PEQ are still working on are locked with a minimum status to enter.

you can run the mysql query to set your status:
Code:

update account set status = 200 where `name` like 'youraccountname'
obviously changing 'youraccountname' to the username you use to login to your server with.

warkid 10-30-2013 03:21 PM

im set as GM .... that command you gave me dose nothing?


All times are GMT -4. The time now is 09:43 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.