Go Back   EQEmulator Home > EQEmulator Forums > General > General::News

General::News EQemu news posts.

Reply
 
Thread Tools Display Modes
  #1  
Old 11-13-2014, 02:41 PM
Toony's Avatar
Toony
Sarnak
 
Join Date: Jul 2009
Location: USA
Posts: 89
Default

Just to clarify, max level with this repack is 65?
Reply With Quote
  #2  
Old 11-13-2014, 06:35 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

Quote:
Originally Posted by Toony View Post
Just to clarify, max level with this repack is 65?
I don't know what the default it, probably whatever PEQ has it set to, but you can customize the database to anything you like.
Reply With Quote
  #3  
Old 11-13-2014, 05:52 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

A rework of bots is on the long list..but, there are many, many other things that need more immediate attention...

If the mob class rework becomes more than just dev bantor, maybe a more stable bot will ensue
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote
  #4  
Old 11-16-2014, 06:55 PM
Toony's Avatar
Toony
Sarnak
 
Join Date: Jul 2009
Location: USA
Posts: 89
Default

Up and running a few weeks now, but I noticed running the backup DB .bat gives a 0 byte sql file in the backup folder; am I looking in the wrong place?
Reply With Quote
  #5  
Old 11-16-2014, 07:01 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,072
Default

Quote:
Originally Posted by Toony View Post
Up and running a few weeks now, but I noticed running the backup DB .bat gives a 0 byte sql file in the backup folder; am I looking in the wrong place?
Are you sure its 0 bytes and you haven't refreshed? Do you see the backup bat displaying errors?
Reply With Quote
  #6  
Old 11-16-2014, 09:30 PM
Toony's Avatar
Toony
Sarnak
 
Join Date: Jul 2009
Location: USA
Posts: 89
Default

Quote:
Originally Posted by Akkadius View Post
Are you sure its 0 bytes and you haven't refreshed? Do you see the backup bat displaying errors?
They are 0 bytes, but the window was closing before I could read any error message. I was able to get a little farther once I used the cmd prompt below.
Reply With Quote
  #7  
Old 11-16-2014, 07:34 PM
ghanja's Avatar
ghanja
Dragon
 
Join Date: Aug 2012
Location: Hershey, PA
Posts: 499
Default

Quote:
Originally Posted by Toony View Post
Up and running a few weeks now, but I noticed running the backup DB .bat gives a 0 byte sql file in the backup folder; am I looking in the wrong place?
I'm going to go out on a limb and assume your Maria DB (specifically the location of mysql.exe, mysqldump.exe, etc.) is not within your Environment Path.

Follow these instructions for your applicable version of Windows:

Code:
Windows 8

    Drag the Mouse pointer to the Right bottom corner of the screen
    Click on the Search icon and type: Control Panel
    Click on -> Control Panel -> System -> Advanced
    Click on Environment Variables, under System Variables, find PATH, and click on it.
    In the Edit windows, modify PATH by adding the location of the MariaDB binaries (i.e. C:\Program Files\MariaDB 10.0\bin)  to the value for PATH.
    Close the window.


Windows 7

    Select Computer from the Start menu
    Choose System Properties from the context menu
    Click Advanced system settings > Advanced tab
    Click on Environment Variables, under System Variables, find PATH, and click on it.
    In the Edit windows, modify PATH by adding the location of the MariaDB binaries (i.e. C:\Program Files\MariaDB 10.0\bin)  to the value for PATH.


Windows XP

    Start -> Control Panel -> System -> Advanced
    Click on Environment Variables, under System Variables, find PATH, and click on it.
    In the Edit windows, modify PATH by adding the location of the MariaDB binaries (i.e. C:\Program Files\MariaDB 10.0\bin)  to the value for PATH.
    Close the window.


Windows Vista

    Right click My Computer icon
    Choose Properties from the context menu
    Click Advanced tab (Advanced system settings link in Vista)
    In the Edit windows, modify PATH by adding the location of the MariaDB binaries (i.e. C:\Program Files\MariaDB 10.0\bin)  to the value for PATH.
If there is NOT a trailing semi-colon at the end of the existing "Variable value" for "Variable Name" of PATH, then you need to put a semi-colon before adding C:\Program Files\MariaDB 10.0\bin

An example of what the value of variable Path may look like (and this assumes your AKKA REPACK was installed in C: drive of course):

Code:
%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\system32\wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0;c:\Program Files\WIDCOMM\Bluetooth Software;c:\Program Files\WIDCOMM\Bluetooth Software\syswow64;c:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn;C:\Program Files\Microsoft SQL Server\100\Tools\Binn;C:\Program Files\Microsoft SQL Server\100\DTS\Binn;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Common Files\Autodesk Shared\;C:\Program Files (x86)\Autodesk\Backburner\;C:\Microchip\MPLAB C32 Suite\bin;C:\FPC\2.6.2\bin\i386-Win32;C:\Program Files\MariaDB 10.0\bin;
Also, run the t_backup_server_database.bat from an elevated command prompt.

Code:
Left click Windows/Start
Type in search: cmd
cmd.exe should show up, right click that
Left click "Run as administrator"
Click "Yes" (if running UAC, if not it will go straight to a dos prompt)
C:
CD "\EQ - AKKA'S PEQ REPACK\EQEMU SERVER"
t_backup_server_database.bat
You'll be able to copy/paste any errors from the command prompt (just highlight whatever text you want copied, there is no right clicking to it in a dos prompt).

Then just left click in a post/reply here to paste the error(s).
Reply With Quote
  #8  
Old 11-16-2014, 09:27 PM
Toony's Avatar
Toony
Sarnak
 
Join Date: Jul 2009
Location: USA
Posts: 89
Default

Ok, I got farther that time..

Code:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Windows\system32>CD "\EQ - AKKA'S PEQ REPACK\EQEMU SERVER"

C:\EQ - AKKA'S PEQ REPACK\EQEMU SERVER>t_backup_server_database.bat

C:\EQ - AKKA'S PEQ REPACK\EQEMU SERVER>echo "Backing up database to Backups folder..."
"Backing up database to Backups folder..."

C:\EQ - AKKA'S PEQ REPACK\EQEMU SERVER>perl DB_Dumper.pl compress loc="Backups"


Todays Date: 11-16-2014
Compression SET
Backup Directory: Backups
Directory currently exists... Adding files to it...

Backing up Database peq...

--- CMD ---
mysqldump -uroot -p"**************" peq > "Backups\peq 11-16-2014.sql"
---------------------------------------

'mysqldump' is not recognized as an internal or external command,
operable program or batch file.

Error occurred... exiting...
Reply With Quote
  #9  
Old 11-16-2014, 09:34 PM
ghanja's Avatar
ghanja
Dragon
 
Join Date: Aug 2012
Location: Hershey, PA
Posts: 499
Default

Did you add the proper path of where Maria DB 10.0 is installed?

To my knowledge, the repack installs on the boot drive (which is in most if not all cases the C: drive).

Verify that MariaDB 10.0 is here:

Code:
C:\Program Files\MariaDB 10.0\
If so, then you either did not add to the environment value correctly, or you did not exit from a command prompt you already had opened and then open a new one. That is to say, changes to the environment variable (Path) will not take effect until a new command prompt is open.
Reply With Quote
  #10  
Old 11-16-2014, 09:38 PM
ghanja's Avatar
ghanja
Dragon
 
Join Date: Aug 2012
Location: Hershey, PA
Posts: 499
Default

Here, just do this instead (if it creates a duplicate path it isn't a big deal):

Perform this in an elevated (i.e. "Run as Administrator") cmd.exe (aka dos prompt):
Code:
setx path "%PATH%;C:\Program Files\MariaDB 10.0\bin"
Reply With Quote
  #11  
Old 11-16-2014, 11:26 PM
Toony's Avatar
Toony
Sarnak
 
Join Date: Jul 2009
Location: USA
Posts: 89
Default

Quote:
Originally Posted by ghanja View Post
Here, just do this instead (if it creates a duplicate path it isn't a big deal):

Perform this in an elevated (i.e. "Run as Administrator") cmd.exe (aka dos prompt):
Code:
setx path "%PATH%;C:\Program Files\MariaDB 10.0\bin"
It ran and generated a compressed backup in the folder, it was like 24 megs vs. the 230 the DB is? but seems like it ran fine.

Thanks
Reply With Quote
  #12  
Old 11-17-2014, 12:04 AM
Khaldore
Fire Beetle
 
Join Date: Jun 2007
Location: Montana
Posts: 6
Default

I had to manually add MariaDB's bin folder to the PATH variable as well... for some reason, I was expecting the repack installer to do it. *shrug*

Having said that, this repack is fantastic, lot of respect to Akkadius for putting it together. I haven't tried tinkering with my own server since I last owned a working PC, so having something quick and easy to drop into a VM is wonderful for testing.
Reply With Quote
  #13  
Old 11-17-2014, 12:07 AM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,072
Default

When I went through the first 5-6 tries of getting the installer to cleanly do its thing. I had the PATH added there, it was the one thing that was missed in the final build :P
Reply With Quote
  #14  
Old 11-17-2014, 01:46 PM
Zudz
Fire Beetle
 
Join Date: Nov 2014
Posts: 2
Default

Heyo. I got this set up, and I've been wandering around Steamfont (thanks so much for that!), but it seems like things don't aggro me. They'll fight me if I pull them, but otherwise everything is indifferent towards me. Is there something I can/should do to correct that?
Reply With Quote
  #15  
Old 11-17-2014, 02:01 PM
joligario's Avatar
joligario
Developer
 
Join Date: Mar 2003
Posts: 1,498
Default

Quote:
Originally Posted by Zudz View Post
Heyo. I got this set up, and I've been wandering around Steamfont (thanks so much for that!), but it seems like things don't aggro me. They'll fight me if I pull them, but otherwise everything is indifferent towards me. Is there something I can/should do to correct that?
You might need to clarify if you went to old steamfont or new one.
Reply With Quote
Reply

Thread Tools
Display Modes

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 On

Forum Jump

   

All times are GMT -4. The time now is 01:25 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