PDA

View Full Version : No Spawns


ultimatex
06-07-2004, 04:13 PM
Maybe its cause DR4 is so new. But I had compiled the newest DR4, World.exe, zone.exe, and EMUSharemem.dll.

I am also using the MW_057DR2_alpha_1.sql for my database with the latest itemtablechanges.sql.

I can get my server working no prob. login with a few buddies, and stuff.. But there are no spawns in any zones.. Maybe i am missing something or maybe not. Im just wondering if its my DB, or if its the DR4. if its the DB, which would you reccomend for me to use?

Thanks for all the help! I am learning alot from all this.

Tree
06-07-2004, 04:20 PM
you need the NPC addon i believe

wize_one
06-07-2004, 04:23 PM
your eqemusharemem is probably not compiled right. recheck the downloads section of the database for info.

ultimatex
06-07-2004, 04:23 PM
Thanks for the tip... Any clue where i can get one? I am still learning all the different places to get this stuff..

ultimatex
06-07-2004, 04:46 PM
Sweet wize_one! Shoulda read that...

Edit : Ok I had to remove my npctypes.cpp from the project. But .h works fine now. After I edited the Value from 400000 to 200000. I get no errors from that file, but still need to take out .cpp. But compiles just fine with npctypes.h.

I read around the forum. and I found that i am suppose to take both out. it compiles fine when i do so. But no spawns. :shock: .

I can get all 3 of the files to compile. So following everyones advise, I get the feeling that it isnt the compile which is the problem.

Dunno! I get that feeling im not the only one with this problem!

Edit: Found something else in the forum.. I'll try it 1st, if it works I'll let ya know.

ok so it does work, this is what i did.

Went into sql, typed
ALTER TABLE npc_types ADD ac int;

Then typed
update npc_types set ac=0 where ac is null