PDA

View Full Version : Boot5Zones.bat connects but still get a few errors


kslnxusr
12-09-2004, 07:46 PM
I got Boot5Zones.bat to connect, and in a excited frenzy didn't look at my log and loaded EQ, I got to the server select screen and tried to loginto my server and the screen brings up another poll, and then when i click skip it goes BLACK, and i can't figure out whats going on.

Would this have somethings to do with it?
[Status] CURRENT_ZONE_VERSION: EQEMu 0.6.0-DR2
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
[Status] EMuShareMem loaded
[Status] Loading npcs
[Status] Loading npc faction lists
[Status] Loading loot tables
[Status] Loading doors
[Status] Loading guilds
[Status] Loading factions
[Status] Loading AA effects
[Status] Loading swarm spells
[Status] Loading tributes
[Error] Error in LoadTributes first query 'SELECT id,name,descr FROM tributes':
#1146: Table 'eq.tributes' doesn't exist
[Status] Loading corpse timers
[Status] Loading what ever is left
Couldn't open './addon.ini'.
[Status] Loading commands
[Status] 176 commands loaded
[Status] Loading embedded perl XS
[Quest] Loading perlemb plugins.
[Quest] Loading perl commands...
[Quest] Warning - commands.pl: Perl runtime error: open 'commands.pl' No such fi
le or directory at (eval 3) line 1.

[Error] Starting command queue Mapping...

[Quest] Loading perlemb plugins.
[Quest] Loading perl commands...
[Quest] Warning - commands.pl: Perl runtime error: open 'commands.pl' No such fi
le or directory at (eval 3) line 1.

[Status] Entering sleep mode
Connected to worldserver: 192.168.0.5:9000


This is from my Boot5Zones.bat file, please if anyone has any ideas that would be great. I've searched the Forums up and down and seem to not find what i need. Thank you.

Lanfo
12-11-2004, 09:52 PM
Hiya,

I am having the same problem with eq.tributes, (exact same error as you have). I tried putting tributes.sql in but that did not help.

I have not been able to find a commands.pl file at all :(


BTW:
Did you do anything special to get doors to work? I'm getting errors on that to.

I'm using PEQ_Kunark_RC1.sql

If I have any luck I'll let you know.

kslnxusr
12-15-2004, 09:05 AM
I updated the door's DB , and sourced the new one in. still have yet to find a way to get "eq.tributes" to work , still not finding it. I even get my server on the server list screen but when i click enter world, well screen goes black and that's as far as i get , but can log into all other servers fine from there.

residentninja
12-15-2004, 04:35 PM
For the commands.pl file:

Create a new txt file call commands.pl

Inside commands.pl put in the code:

sub commands_init {}

From what I've been able to find that's all you have to do for the commands.pl file.

Lanfo
12-19-2004, 01:36 PM
Thank you residentninja!!

I have looked everywhere trying to find out what to do about the commands.pl missing.

kslnxusr,

To fix your problem with tributes might want to try this,

You need to download tributes.sql and TL.sql

C:\>cd c:\mysql\bin

c:\mysql\bin>mysql -u root eq

mysql>source tl.sql;
mysql>source tributes.sql;


You may have already done this next step but if not, it helped me.

ALTER TABLE npc_types ADD npc_aggro TINYINT NOT NULL DEFAULT '0';