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)

goddest 01-31-2017 04:21 PM

Quote:

Originally Posted by Maze_EQ (Post 252811)
https://i.imgur.com/HktOxn9.png


Should read before attempting stuff.

This has been the same process for 10+ years.

But create a shortcut on your desktop, then add patchme to the targetline

Thank you I had forgotten all about that hehe found it in the forums after I post, game boots only thing is its empty no servers. So somewhere I have screwed up I'm going to go through the process over thanks for all the help :)
wound up reading a lot since midnight lol.:-D

Maze_EQ 01-31-2017 05:58 PM

5998 for titanium 5999 for uf+

If theres no servers, try to relog.

Or you're pointing to your own login server,

goddest 02-01-2017 12:55 AM

Quote:

Originally Posted by Maze_EQ (Post 252815)
5998 for titanium 5999 for uf+

If theres no servers, try to relog.

Or you're pointing to your own login server,


Ok I see my server in the list now but it says its DOWN, I followed everything to a tee I thought is there something I missed that's really simple?

I made a server account on the web page, but I don't see it on the server list. here is what I have done plz correct me.
<world>
<shortname>kirkys</shortname>
<longname>kirkys</longname>


<loginserver1>
<host>login.eqemulator.net</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver1>
<loginserver2>
<host>192.168.2.15</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver2>

[database]
host = localhost
port = 3306
db = peq
user = root
password = eqemu
subsystem = MySQL

[options]
unregistered_allowed = TRUE
reject_duplicate_servers = FALSE
trace = TRUE
world_trace = FALSE
dump_packets_in = FALSE
dump_packets_out = FALSE
listen_port = 5998
local_network = 192.168.2.15
auto_create_accounts = TRUE

[LoginServer]
Host=192.168.2.15:5998

Live Statistics
*Worldserver Name:
kirkys
*Server Version:
[U]
*Server Status:
locked
Server Information
*Registered Name:
Kirkys
*Server Type:
PvE
*Class:
Standard
*Server Owner:
goddest
*Website:
Not Available
*Description:
Not Available

goddest 02-01-2017 01:10 PM

No start_zones entry in database, using defaults
[World Server] Attempting autobootup of tutorialb (189:0)
[World Server] No zoneserver available to boot up.

goddest 02-01-2017 08:19 PM

Quote:

Originally Posted by goddest (Post 252824)
No start_zones entry in database, using defaults
[World Server] Attempting autobootup of tutorialb (189:0)
[World Server] No zoneserver available to boot up.


Nvm Thanks For comments and help and for the eqemulator akka works great now!:D:D +rep.

typenamehere 02-04-2017 03:48 PM

Where is database
 
I don't think my database is being installed in the correct directory. After starting the start batch, it shows World: UP Zones (counts from 1 to 30) then shows World: Down. This repeats infinitely and the server never appears on the server select. Additionally I cannot find hte DB in HeidiSQL
What is the default install directory for the database?

Edit: It seems everything located at raw.githubusercontent.com/EQEmu/Server/Master... fails to find the path specified and does not install, which looks like is pretty much the entire database
Edit2: I was able to find the database from the manual installation and get it installed, Now when i try to load the server, world.exe spams Missing update XXXX Cannot find path to file specified over and over for many different files. This evenually ceases and server appears on server select however always CTD when trying to enter the world.

https://s29.postimg.org/4rggjovtj/Capture.png

goddest 02-05-2017 12:24 AM

Quote:

Originally Posted by typenamehere (Post 252849)
I don't think my database is being installed in the correct directory. After starting the start batch, it shows World: UP Zones (counts from 1 to 30) then shows World: Down. This repeats infinitely and the server never appears on the server select. Additionally I cannot find hte DB in HeidiSQL
What is the default install directory for the database?

Edit: It seems everything located at raw.githubusercontent.com/EQEmu/Server/Master... fails to find the path specified and does not install, which looks like is pretty much the entire database
Edit2: I was able to find the database from the manual installation and get it installed, Now when i try to load the server, world.exe spams Missing update XXXX Cannot find path to file specified over and over for many different files. This evenually ceases and server appears on server select however always CTD when trying to enter the world.

https://s29.postimg.org/4rggjovtj/Capture.png

Are you downloading from
http://wiki.eqemulator.org/p?Akkas_P...ller&frm=Main#

also create a login server account this is separate from the web page login. also make sure your eqemu_config.xml file looks like this:

<?xml version="1.0">
<server>
<world>
<shortname>Kirkys</shortname>
<longname>kirkys family server</longname>

<address>192.168.2.15</address>
<localaddress>127.0.0.1</localaddress>

<loginserver1>
<host>login.eqemulator.net</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver1>
<loginserver2>
<host>192.168.2.15</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver2>



<tcp ip="127.0.0.1" port="9000" telnet="enable"/>

<key>jRwr2b906I1tZluagA9iFzYl8IwTz6E</key>

<http port="9080" enabled="true" mimefile="mime.types" />
</world>

<chatserver>
<host></host>
<port>7500</port>
</chatserver>

<mailserver>
<host></host>
<port>7500</port>
</mailserver>

<zones>
<defaultstatus>0</defaultstatus>

<ports low="7000" high="7400"/>
</zones>

<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>eqemu</password>
<db>peq</db>
</database>

<qsdatabase>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>eqemu</password>
<db>peq</db>
</qsdatabase>

<webinterface>
<port>9081</port>
</webinterface>

<launcher>
</launcher>

<files>
</files>
<directories>
</directories>
</server>



these 2 lines are missing from the eqemu_config.xml so add them in.
<address>192.168.2.15</address>
<localaddress>127.0.0.1</localaddress>

typenamehere 02-05-2017 12:30 AM

I added those two lines (changing address to my internal IP). Does not seem like I instantly CTD, however now it just hangs at enter world and does not load in.

Update error remains unchanged.

goddest 02-05-2017 02:25 AM

Quote:

Originally Posted by typenamehere (Post 252860)
I added those two lines (changing address to my internal IP). Does not seem like I instantly CTD, however now it just hangs at enter world and does not load in.

Update error remains unchanged.

Is this a fresh install of windows?
Are you using windows x64?
Did you change the login.ini to your ip?

Also you may need to delete restart from scratch from the link provided make sure you create a world server account this is different from logging in to the forums.
before you start from scratch copy paste here your eqeum_config.xml so I can see what u have imput also ur login.ini or private message me.

typenamehere 02-05-2017 09:35 AM

config files
 
I had not input my IP in login.ini, it was not in Akka's instructions :(. Unfortunately after changing that my client still freezes after hitting enter world. This is not a clean install of windows and I am using Windows 10 x64.

eqemu_config.xml
Code:

<server>
        <world>
                <shortname>ZZZdev</shortname>
                <longname>ZZ In DEV ZZ</longname>


                <loginserver1>
                        <host>login.eqemulator.net</host>
                        <port>5998</port>
                        <account></account>
                        <password></password>
                </loginserver1>
                <loginserver2>
                        <host>127.0.0.1</host>
                        <port>5998</port>
                        <account></account>
                        <password></password>
                </loginserver2>

<address>192.168.1.107</address>
<localaddress>127.0.0.1</localaddress>

                <tcp ip="127.0.0.1" port="9000" telnet="enable"/>

                <key>BgxCRMpLgJaEalzmIiGySCcKTAUQzIJ</key>

                <http port="9080" enabled="true" mimefile="mime.types" />
        </world>

        <chatserver>
                <host></host>
                <port>7500</port>
        </chatserver>

        <mailserver>
                <host></host>
                <port>7500</port>
        </mailserver>

        <zones>
        <defaultstatus>0</defaultstatus>

        <ports low="7000" high="7400"/>
        </zones>

        <database>
          <host>localhost</host>
          <port>3306</port>
          <username>root</username>
          <password>eqemu</password>
          <db>peq</db>
        </database>       

        <qsdatabase>
          <host>localhost</host>
          <port>3306</port>
          <username>root</username>
          <password>eqemu</password>
          <db>peq</db>
        </qsdatabase>

        <webinterface>
                <port>9081</port>
        </webinterface>

        <launcher>
        </launcher>

        <files>
        </files>
        <directories>
        </directories>
</server>

login.ini

Code:

[database]
host = localhost
port = 3306
db = peq
user = root
password = eqemu
subsystem = MySQL

[options]
unregistered_allowed = TRUE
reject_duplicate_servers = FALSE
trace = TRUE
world_trace = FALSE
dump_packets_in = FALSE
dump_packets_out = FALSE
listen_port = 5998
local_network = 192.168.1.107
auto_create_accounts = TRUE

[security]
plugin = EQEmuAuthCrypto
mode = 5

[Titanium]
port = 5998
opcodes = login_opcodes.conf

[SoD]
port = 5999
opcodes = login_opcodes_sod.conf

[schema]
account_table = loginserver_server_accounts
world_registration_table = loginserver_world_server_registration
world_admin_registration_table = loginserver_server_admin_registration
world_server_type_table = loginserver_server_list_type


goddest 02-05-2017 07:01 PM

Quote:

Originally Posted by typenamehere (Post 252864)
I had not input my IP in login.ini, it was not in Akka's instructions :(. Unfortunately after changing that my client still freezes after hitting enter world. This is not a clean install of windows and I am using Windows 10 x64.

eqemu_config.xml
Code:

<server>
        <world>
                <shortname>ZZZdev</shortname>
                <longname>ZZ In DEV ZZ</longname>

                <address>192.168.1.107</address>
                <localaddress>127.0.0.1</localaddress>
               
                        <loginserver1>
                        <host>login.eqemulator.net</host>
                        <port>5998</port>
                        <account></account>
                        <password></password>
                </loginserver1>
                <loginserver2>
                        <host>192.168.1.107</host>
                        <port>5998</port>
                        <account></account>
                        <password></password>
                </loginserver2>

<address>192.168.1.107</address>
<localaddress>127.0.0.1</localaddress> Moved these 2 lines where needed to be all most be in line!
                [/COLOR]<tcp ip="127.0.0.1" port="9000" telnet="enable"/>

                <key>BgxCRMpLgJaEalzmIiGySCcKTAUQzIJ</key>

                <http port="9080" enabled="true" mimefile="mime.types" />
        </world>

        <chatserver>
                <host></host>
                <port>7500</port>
        </chatserver>

        <mailserver>
                <host></host>
                <port>7500</port>
        </mailserver>

        <zones>
        <defaultstatus>0</defaultstatus>

        <ports low="7000" high="7400"/>
        </zones>

        <database>
          <host>localhost</host>
          <port>3306</port>
          <username>root</username>
          <password>eqemu</password>
          <db>peq</db>
        </database>       

        <qsdatabase>
          <host>localhost</host>
          <port>3306</port>
          <username>root</username>
          <password>eqemu</password>
          <db>peq</db>
        </qsdatabase>

        <webinterface>
                <port>9081</port>
        </webinterface>

        <launcher>
        </launcher>

        <files>
        </files>
        <directories>
        </directories>
</server>

login.ini

Code:

[database]
host = localhost
port = 3306
db = peq
user = root
password = eqemu
subsystem = MySQL

[options]
unregistered_allowed = TRUE
reject_duplicate_servers = FALSE
trace = TRUE
world_trace = FALSE
dump_packets_in = FALSE
dump_packets_out = FALSE
listen_port = 5998
local_network = 192.168.1.107
auto_create_accounts = TRUE

[security]
plugin = EQEmuAuthCrypto
mode = 5

[Titanium]
port = 5998
opcodes = login_opcodes.conf

[SoD]
port = 5999
opcodes = login_opcodes_sod.conf

[schema]
account_table = loginserver_server_accounts
world_registration_table = loginserver_world_server_registration
world_admin_registration_table = loginserver_server_admin_registration
world_server_type_table = loginserver_server_list_type


Changed couple thins for you if you are still having issues it may be because you had a previous install of msql, and such all paths must be deleted! Be sure to change the eqhost.txt to 127.0.0.1:5998 other users use 192.168.1.107:5998 5998 ports if not using sof if you are change the port to 5999 in the eqhost.text in the eq folder

Also when you downloaded the installer did you first create a folder called EQEmuServer and did you open the installer.rar file & extract all the files to this folder?

goddest 02-05-2017 08:29 PM

http://imageshack.com/a/img923/7443/7wpvO6.png

this is what your folder should look like after u have run the eqemu_install.bat file as administrator one more thing make sure to right click folder properties and uncheck read only before running the eqemu_install.bat

Five 02-20-2017 10:36 PM

Quote:

Originally Posted by typenamehere (Post 252849)
I don't think my database is being installed in the correct directory. After starting the start batch, it shows World: UP Zones (counts from 1 to 30) then shows World: Down. This repeats infinitely and the server never appears on the server select. Additionally I cannot find hte DB in HeidiSQL
What is the default install directory for the database?

Edit: It seems everything located at raw.githubusercontent.com/EQEmu/Server/Master... fails to find the path specified and does not install, which looks like is pretty much the entire database
Edit2: I was able to find the database from the manual installation and get it installed, Now when i try to load the server, world.exe spams Missing update XXXX Cannot find path to file specified over and over for many different files. This evenually ceases and server appears on server select however always CTD when trying to enter the world.

https://s29.postimg.org/4rggjovtj/Capture.png


Can anyone point me to where I can find all the missing files? Thanks!

Akkadius 02-20-2017 11:39 PM

Your guys' MySQL/MariaDB installation is not having a path reference in the installer, what version of Windows are you using

Five 02-21-2017 07:55 AM

Hey Akka - Win 10 here. Thanks for the installers and all the hard work. I will check around and try a few different things with MariaDB today and see if I can get it going.

Maze_EQ 02-24-2017 12:12 PM

FYI

Windows 2016 test today.

Noticed a few things that were funky.

I'm completely familiar with the manual setup of EQ, as I've done this a few hundred times.

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

During the automated install I noticed the database didn't have the correct player_tables sourced in.

I manually sourced the player tables in the zip that the installer pulls, still didn't contain the correct data.

I then grabbed the weekly from PEQ directly (peqbeta_2017-02-22-02-01.tar.gz) and sourced everything manually.

The correct tables showed.

Not sure if I made a mistake somewhere (Possible) but wanted to bring this to akkadius' attention.

See below: Akka's installer .zip sourced.

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


See below: PEQ Weekly manually downloaded and sourced.

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


Can see there's missing tables in peqbeta.sql/player_tables.sql as compared to peqbeta_2017-02-22-02:01.sql/player_tables_2017-02-22-02:01.sql

Just an observation, is anyone else having this issue or just me?

joligario 02-24-2017 12:51 PM

Does https://github.com/EQEmu/Server/comm...2dea91630b4cbd get after the issue?

Maze_EQ 02-24-2017 12:53 PM

Guess he already caught it.

Well disregard lol.

Was a fresh install using the script this morning.

Figured I'd bring it to attention.

McMayhem88 02-28-2017 03:18 PM

Okay so I've been trying to setup a server since yesterday. Went through the link shown in the Getting Started Guide that is shown on the main page (which is the Complete Windows-based Server Setup Guide, but that broke down at the SVN Checkout phase. Then I found the Akka Server Setup Install linked here and that actually got everything setup in just a few moments (great work on that).

My issue now is when I run the t_start_server.bat or the t_start_server_with_login_server.bat I'm getting this weird loop where it starts out at 0/30 zones then gets to 30/30 zones and then restarts the process over and over. I see a few windows pop up but nothing else. I went through every step outlined in the guide even though I guess eqemu_update.pl has been replaced with eqemu_server.pl? I didn't see that mentioned in the guide :/.

Anyway, I'm currently stuck in this loop. Hoping someone else has dealt with this and figured it out.

Any help would be greatly appreciated. Sorry if this has been asked before, but there are so many "guides" and "wiki pages" that seem to be out of date now that I was hoping to get some info straight from the source.

Akkadius 02-28-2017 04:01 PM

Installer is broken due to PEQ being moved recently. Have patience and I'll fix it when I have a moment, I've been on vacation and I'll update when it's fixed

McMayhem88 02-28-2017 04:27 PM

Thanks Akkadius. I appreciate the quick response. Just wanted to make sure I didn't skip something important. Certainly no rush on my account. Please, enjoy your vacation!

Akkadius 03-01-2017 05:36 PM

I fixed the PEQ dumps.

I've also tested the installer again, it seems to be happy now.

http://i.imgur.com/WA01oZa.png

Let me know if you guys run into anything else.

Maze_EQ 03-01-2017 06:07 PM

Well, just for verification purposes, I spun up a new VM (2k12) and it installed just fine.

No issues I can see.

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

thanks bruh

McMayhem88 03-01-2017 07:40 PM

I can confirm all my issues have now been fixed. Thank you so much for the speedy fix Akkadius!

Ruldain 03-05-2017 09:30 PM

Mercenaries
 
Good evening -

Details:
- In-house Server (only for local lan play)
- ROF2 client
- Windows 10 x64 Pro Server
- Using latest PEQ database

I'm wondering if anyone using Akka's Win Server installer has Mercenaries working? Upon trying initially I was unable to get the Mercenary Vendors to even acknowledge a right click to bring up a vendor window. I ran the SQL against PEQ and was able to get the merchant window to appear
<code>UPDATE `peq`.`npc_types` SET `class`='71' WHERE `lastname` LIKE '%Mercenary Liaison'; </code>
Needless to say I see posts that it is possible to do this but I'm looking for a step by step or hyperlink that addresses this further as I've so far been unable to find one that directly applies.
To those that ask why not use BOTS is that I'm wanting the ability to generate Mercs instead of Bots...
Originally I found this site http://www.eqemulator.org/forums/showthread.php?t=40713 and only the last statement worked against the database.

TIA,

Ruldain

P.S. - Love the work done so far on this - 17 year fan of EQ

ChaosSlayerZ 03-12-2017 09:20 PM

Question.

I am trying to use Akkadius sever self-install on friends PC which runs Windows Vista and install doesn't seem to ever finish - even after an hour of running.
I know Vista is a crapy os, but this what I have to work with, does self-install even works on Vista?

Thanks!

Uleat 03-12-2017 09:53 PM

I honestly don't know...

Have you tried downloading newer runtimes?

ChaosSlayerZ 03-12-2017 10:03 PM

Sorry no, I will try. ;)
I didn't had much time to play with it, was hopping auto-installer to take care of that ;)

I do realize Vista probably wasn't even considered as server platform ;)

drelk001 03-17-2017 01:30 AM

After running the t_start_server.BAT
I got this error.
http://i.imgur.com/FjI6a93.png


I installed everything at some point while running the Server setup I got this error

http://i.imgur.com/88UUafO.png

Help?
What do I do?

drelk001 03-17-2017 01:46 AM

Imma just uninstall everything and retry. ill let you guys know if anything changes.

Akkadius 03-17-2017 02:17 AM

Quote:

Originally Posted by drelk001 (Post 253484)
Imma just uninstall everything and retry. ill let you guys know if anything changes.

Are you running Windows XP?

It looks like you are, it is not supported by the launcher.

Compatibility:

- Windows 7 - x64
- Windows 8 - x64
- Windows Server 2012 - x64

drelk001 03-17-2017 02:19 AM

Quote:

Originally Posted by Akkadius (Post 253485)
Are you running Windows XP?

It looks like you are, it is not supported by the launcher.

Compatibility:

- Windows 7 - x64
- Windows 8 - x64
- Windows Server 2012 - x64

im using windows 7
I got a server up and running now. Thanks a ton. this is super cool.

Akkadius 03-17-2017 03:06 AM

Quote:

Originally Posted by drelk001 (Post 253488)
I have been looking around and still cant find it. is there a way to have GM commands for my server?

That is beyond the scope of this thread, you can use the wiki or forums search to find most answers to your questions

Uleat 03-28-2017 04:45 PM

Windows binaries have been updated to include the glm library update.

Greenlantern78 03-28-2017 06:14 PM

I am a mere mortal who does not understand networking at all. I have followed the instructions to the letter and read all of these replies. I can't get my Titanium client to connect to the server. It just stays on "patching..." Any help is appreciated.

I have created a shortcut with patchme after the target. I also attempted to add those address lines to my config.xml but it caused some kind of weird loop error when starting the server. The address lines were not there without me adding them (as you will see below).

Here are my files as of right now:

login ini:

[database]
host = localhost
port = 3306
db = peq
user = root
password = eqemu
subsystem = MySQL

[options]
unregistered_allowed = TRUE
reject_duplicate_servers = FALSE
trace = TRUE
world_trace = FALSE
dump_packets_in = FALSE
dump_packets_out = FALSE
listen_port = 5998
local_network = 10.0.0.24
auto_create_accounts = TRUE

[security]
plugin = EQEmuAuthCrypto
mode = 5

[Titanium]
port = 5998
opcodes = login_opcodes.conf

[SoD]
port = 5999
opcodes = login_opcodes_sod.conf

[schema]
account_table = loginserver_server_accounts
world_registration_table = loginserver_world_server_registration
world_admin_registration_table = loginserver_server_admin_registration
world_server_type_table = loginserver_server_list_type

eqemu_config:

<?xml version="1.0">
<server>
<world>
<shortname>Widowmaker</shortname>
<longname>Widowmakers Realm</longname>


<loginserver1>
<host>login.eqemulator.net</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver1>
<loginserver2>
<host>10.0.0.24</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver2>



<tcp ip="127.0.0.1" port="9000" telnet="enable"/>

<key>l6ZkKz74UcNqp1oo6i0JjPyYU5GCLGp</key>

<http port="9080" enabled="true" mimefile="mime.types" />
</world>

<chatserver>
<host></host>
<port>7500</port>
</chatserver>

<mailserver>
<host></host>
<port>7500</port>
</mailserver>

<zones>
<defaultstatus>0</defaultstatus>

<ports low="7000" high="7400"/>
</zones>

<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>eqemu</password>
<db>peq</db>
</database>

<qsdatabase>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>eqemu</password>
<db>peq</db>
</qsdatabase>

<webinterface>
<port>9081</port>
</webinterface>

<launcher>
</launcher>

<files>
</files>
<directories>
</directories>
</server>

EQ Host:

[LoginServer]
Host=10.0.0.24:5999 (I have also tried 5998)

I am using the downloadable installer that was updated as of today. But I also had this same issue with the one available yesterday.

No errors are reported when I run the server with login, except this one in EQEmu Login Server: "[Error HandleNewLSInfo error, remote address was null, defaulting to stream address 10.0.0.24."

The address lines I tried (from earlier posts in here) was:

<address>10.0.0.24</address>
<localaddress>127.0.0.1</localaddress>

I started to have the weird loop problem after I added this. Did not seem to matter where I added it.

Any help is appreciated. I would love to play EQ in my own server.

Uleat 03-28-2017 06:25 PM

If it says `patching,` then this part of the problem isn't in your config.

http://wiki.eqemulator.org/p?Play_Gu...ating-shortcut

Greenlantern78 03-28-2017 06:55 PM

Thank you. I knew I was missing something simple. I was trying to run the game from the everquest.exe, not eqgame.exe (in my defense it has been like 10 years since I played). I switched and then connected but could not see my server in the realmlist. Then I switched the eqhost to 5998. It appears to be working now. Appreciate your help!

Uleat 03-28-2017 07:23 PM

If the game actually did patch, you will need to re-install the game client.

You can try the shortcut before going through all of that, though.

Greenlantern78 03-28-2017 07:38 PM

It never actually patched, so no problem there. Thank you again for making me see my problem. Also, thanks to Akkadius for making this sweet, sweet installer.

bkiv 03-31-2017 11:46 AM

Thank you
 
TLDR; I probably just need to be pointed to a beginners guide for dummies, but can't find one.

I am a long-time EQ player who is now an EQ emulator player, and hope to create a custom server as an artistic outlet. I have zero experience with anything related to what's needed to begin creating.

I got the server up and running (Windows 7, 64 bit), and after a little fumbling I was able to get a fresh titanium install connected to my server via EQemulator (couldn't figure out LAN, but not 100% sure why I'd need it at this point). This process was well-written and I really appreciate it! The game looks and feels excellent.

Now I feel I am kind of on a wild goose chase. There is a ton of information out there, but I don't know how to take the first step toward creating. Working on making my char a GM, and getting connected to EQEmu Operations Center for Development. Slowly discovering more and more though. Thank you again for all your hard work!


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

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