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.

.
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
Code:
ALTER TABLE npc_types ADD ac int;
Then typed
Code:
update npc_types set ac=0 where ac is null