Thread: No Spawns
View Single Post
  #5  
Old 06-07-2004, 04:46 PM
ultimatex's Avatar
ultimatex
Sarnak
 
Join Date: Feb 2004
Location: My Happy Place
Posts: 36
Default

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
__________________
No Place Like 127.0.0.1
Reply With Quote