EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   Windows Server Installer :: Modular & Scripted (https://www.eqemulator.org/forums/showthread.php?t=40299)

marianoryu 09-15-2017 10:52 PM

Quote:

Originally Posted by Akkadius (Post 255729)
Stumped by what - there's not a whole lot of information here

Shoot me some more information and I can try to help

How do I create an account so that I can log in?

The_Beast 09-15-2017 11:22 PM

Quote:

Originally Posted by marianoryu (Post 255725)
I am still stumped in this - any help will be most welcome.

First of all, just to verify, look in your database to make sure these 4 tables are there :

tblloginserveraccounts
tblserveradministration
tblserverlisttype
tblworldserverregistration


If those tables are there, the server "long name" and server "shortname" (in tblworldserverregistration) have to match
what is in your eqemu_config.xml file.

Second of all, there should be a file called login.ini, if you make sure the following line is set to TRUE, the user name and
password you first enter in your client login window, will automatically be created.

auto_create_accounts = TRUE

marianoryu 09-16-2017 09:23 AM

Quote:

Originally Posted by The_Beast (Post 255782)
First of all, just to verify, look in your database to make sure these 4 tables are there :

tblloginserveraccounts
tblserveradministration
tblserverlisttype
tblworldserverregistration


If those tables are there, the server "long name" and server "shortname" (in tblworldserverregistration) have to match
what is in your eqemu_config.xml file.

Second of all, there should be a file called login.ini, if you make sure the following line is set to TRUE, the user name and
password you first enter in your client login window, will automatically be created.

auto_create_accounts = TRUE

I just looked - unless I'm looking at the wrong place (I assume the database I want to look is "peq"), they're not there.

In the case you need to see, here's how everything looks before starting the client.

https://i.imgur.com/T8dmKhI.png

The_Beast 09-16-2017 04:26 PM

You definately got some things going on there. World is not loading a few things, it's also not connecting to the login server and
you should have another window for zone server. Have no idea whats happening on your end.

marianoryu 09-16-2017 06:16 PM

Quote:

Originally Posted by The_Beast (Post 255789)
You definately got some things going on there. World is not loading a few things, it's also not connecting to the login server and
you should have another window for zone server. Have no idea whats happening on your end.

Nor I, unfortunately. All I've done was run the installer in Admin mode, log into HeidiSQL, edit the shortcut and run "t_start_with_loginserver".

drelk001 09-20-2017 07:22 PM

is there a way to change the stat caps granted to each level?

gimpel333 09-23-2017 01:34 AM

Trojan?
 
I was near done downloading the latest winserver install when my firewall aborted.

Now it claims that link/file has a trojan and won't allow me to download.

Is there a mirror?

gimpel

Garudan 09-30-2017 07:22 AM

When I did the whole installer thing, no errors come up, I end with a folder which looks like its suppost to do.

When I start t_start_server.bat a window pops up, as it is supposed to.

World: changes from down to UP, you can watch it going from 0/30 to 30/30.
When its there, another window pops up, immediately closes and World: changes to down again.
Then the loop restarts. This goes on forever, nothing else happening.

Any ideas? Any questions? Log is empty.

marianoryu 09-30-2017 01:18 PM

Okay, I got it working.

The problem now is that I have another service using the MySQL 3306 port.

Is there any way to change this one to something else?

Thank you very much in advance.

sklead 10-09-2017 11:17 AM

Quote:

Originally Posted by marianoryu (Post 255888)
Okay, I got it working.

The problem now is that I have another service using the MySQL 3306 port.

Is there any way to change this one to something else?

Thank you very much in advance.

I was having the same issue and made a little progress

I just opened up my task manager and ended the mysql process and service and then tried to boot my world server. Now a couple of different windows pop up and it starts booting world zones, then it boots the UCS which changes from DOWN to UP, then it boots the Queryserv, but after it boots that the UCS goes down again. It basically then ping pongs and boots one but knocks the other down over and over again.

Yard Dogg 10-09-2017 11:52 AM

Do have Microsoft SQL Server installed and possibly running at same time ?
(see programs and features in Control Panel)

sklead 10-09-2017 09:32 PM

Quote:

Originally Posted by Yard Dogg (Post 255936)
Do have Microsoft SQL Server installed and possibly running at same time ?
(see programs and features in Control Panel)

In my case I don't have anything by that name. Just a bunch of Visual C++ Redistributable files and the .NET framework. I didn't appear to have any other MySQL or Microsoft SQL services running in Task Manager.

Garudan 10-12-2017 10:30 AM

Quote:

Originally Posted by Garudan (Post 255886)
When I did the whole installer thing, no errors come up, I end with a folder which looks like its suppost to do.

When I start t_start_server.bat a window pops up, as it is supposed to.

World: changes from down to UP, you can watch it going from 0/30 to 30/30.
When its there, another window pops up, immediately closes and World: changes to down again.
Then the loop restarts. This goes on forever, nothing else happening.

Any ideas? Any questions? Log is empty.

Anyone? I have also used a self compiled version of the .exe's, which leads me to think of a configuration problem. But no clue where to look at.

Yard Dogg 10-12-2017 11:39 AM

Try going into the main server folder in dos (command) windows and running each .exe manually (just to test), each in it own cmd window.
Errors should showup there if there is nothing in logs, as you indicated. Do these in order: (just type the full name)
loginserver.exe
shared_memory.exe (this will run once and quit)
world.exe

(wait a few seconds for world to load)
eqlaunch.exe zone
ucs.exe
queryserv.exe

mnewell125 10-29-2017 10:57 AM

Bots not casting
 
I'm very new to this. I had no trouble running the installer. Once it finished I ran the "setup_bots" command at the end. Once I started the server and logged in I was able to create a bot and group but the cleric bot did not cast. I looked through the forums and read a post or two about this. I was not able to find a fix. I have reran the "Setup_bots" from a command prompt and still no casting.

From what I can tell, my DB is missing the bot_spells_entries. There are alot of other bot tables just no spells.

Can anyone tell me how to get that table installed. I know very little about doing this. I can access the DB with heidi SQL and make minor changes to char xp ect... I would need specific instruction on adding the bot_spells_entries table if someone has one or can tell me where to find it.

Thanks for the work on the installer Akkadius!!


All times are GMT -4. The time now is 03:30 PM.

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