View Single Post
  #2  
Old 06-19-2004, 06:49 AM
jorikinn
Fire Beetle
 
Join Date: Jun 2004
Posts: 1
Default

Thanks for those packages, blastoma.
I installed all on my EQEmu server, and they work fine.

When you install the PERL enabled server (which is needed to run the quests i think), you need also to download ActivePerl from http://www.perl.com

The server is a 0.5.7-DR6.
The databases package sources fine, without beeps. I installed the databases with:
Quote:
c:\mysql\bin\mysql -u username -p
drop database eq;
create database eq;
use eq;
source EQEMu-SQL-06-16-04.sql;
INSERT INTO account (id, name, charname, packencrypt, sharedplat, password, status, lsaccount_id, gmspeed, revoked) VALUES (1, 'eqemu', '', '', 0, 'eqemu', 250, NULL, 0, 0);
quit
(I needed the "insert into" stuff because I am running this as a local server with minilogin).

The mob logic and population seems to be not quite ready yet:
- No mobs in uqua, inktuta (probably no mobs in other high end GoD zones either).
- The factions seems to be a bit too "unkos". Freeport guards, western wastes dragons and other mobs, seems to be all indiff or dubious. The only KoS mobs I found was VP dragons. I was a DE Wiz with SolRo faction myself.
- Mobs seem to have a bit too little HP, I could nuke WW and old world dragons to 20% with one single SoS (2740 hit).

Anyone got more eqlive style faction databases?