PDA

View Full Version : Another Problem: Can not ag npcs


dnk
01-20-2005, 03:30 AM
Finally I got the server set up.

But I met another problem: npc can nt be ag...
when I consider npcs, they kos me, but they do not attack me even I stand next to them...

I have already done this :

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

but npcs still can not be ag by players...

Plz help , Thanks a lot =)

RangerDown
01-20-2005, 03:36 AM
You need the MAP files to put on your server. They might be part of the CVS, if not I'm not sure where they are now. Without those map files the server doesn't know the geography of the zone and all Line of Sight checks return false, leaving the NPC blind.

Malkamus
01-20-2005, 03:56 AM
But what do you do with the map file all I get is put them in the eqemu folder. That doesn't seem to be all that has to be done though I have close to a gig of those maps in there and it does nothing different. Is there something you have to source or a command that has to be inserted?

WildcardX
01-20-2005, 04:25 AM
The maps go in a directory beneath your EQEmu binary directory named "Maps". The server will auto read it from there.

Malkamus
01-20-2005, 05:53 AM
Ok that's how I have them so my video problem is not map related then,darn.
Oh well back to searching my eq files for a brightness level control I guess.

dnk
01-20-2005, 01:02 PM
I will try to get the map files.

Thanks =)