EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   Can't find my server on the list, searches exhausted. (https://www.eqemulator.org/forums/showthread.php?t=40348)

Excuses 01-22-2016 12:14 AM

Quote:

Originally Posted by Uleat (Post 246672)
A few people have had issues with the process..though, I can't figure out why based on the information they provided.

I had to import the tables manually through SQL, and now bot's work a charm.

Excuses 01-22-2016 12:16 AM

Quote:

Originally Posted by XanatosNemos (Post 246674)
I followed the guide=/ says it was the most up to date. Anyways, how do i go about converting everything to the latest in a simple manner and preferably not losing my saved stuff? Thanks for the help!

Copy the tables found here: https://github.com/EQEmu/Server/blob...09_30_bots.sql

Insert via SQL, close server and run a back up of the database. Restart, this is how i got bots functioning properly.

For some reason, the bot schema was not actually working on my end. So i did it all manually.

XanatosNemos 01-22-2016 12:30 AM

noob question: how do I copy those into an sql?

Uleat 01-22-2016 12:43 AM

This tells me that you're using older code and that your database is probably ok:https://github.com/EQEmu/Server/blob.../bot.cpp#L1556

That's where a new bot is saved during the creation process.


If your code is saying that it can't find 'peq.botdata' .. then it's likely because it doesn't exist any more.

In your database, you should have at least `bot_data` .. and possibly `botdata_old` if you had run the older script previously.


You can check to see what tables you have using HeidiSQL/Navicat, or entering these queries on a mysql/mariadb command line:
Code:

SHOW TABLES LIKE 'botdata';
SHOW TABLES LIKE 'botdata_old';
SHOW TABLES LIKE 'bot_data';


XanatosNemos 01-22-2016 02:46 AM

in my Db i can find nothing related to bot.

Uleat 01-22-2016 11:44 AM

If this is a new server, I would recommend updating to the latest source code, dropping your 'build' folder (or at least clearing the cmake cache) and re-running
cmake (don't forget to select the 'bots' checkbox), then re-compiling the latest source code.

Once that is done, copy the new binaries to your server folder and run eqemu_update.pl manually.


Select option 3 to update your database (requires selecting option 3 first to check for and queue updates, and then again to apply them.)

Select option 4 to install the new bots schema (queue and apply again.)


That should get you up to speed with the current server state.

XanatosNemos 01-22-2016 04:49 PM

How do I update to the latest ? Sorry

XanatosNemos 01-28-2016 12:27 PM

bumping this post

Uleat 01-28-2016 01:28 PM

Did you manually install - per wiki instructions, use the msi or use the latest install script?


All times are GMT -4. The time now is 09:04 PM.

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