Error Loading M2Server: Gates Remain Open Mir2 

Newbie Spellweaver
Joined
May 12, 2006
Messages
71
Reaction score
0
Ok Inport worked :) but when i load gates all gates are open & started good but when i start m2server this is what i get...




help :punch:
 
Fixed that Now i get this

M2Server...



Loaded client version information and server table...
Loading StdItem.DB...
StdItem.DB loaded(757).
Loading MapFiles...
Mapfile loaded(561).
DecoItem loaded..
Loading Guild Territorys...
Loading Monster.DB...
[09/02/2007 17:46:31] StartTimer exception: Cannot access field 'FLD_ANTIPUSH' as type Boolean






TY Lilcooldoode for all the help btw :)
 
explenation on the values of these 'new' fields:(none should allow null)
FLD_TAME = data type bit, default value 1
FLD_AGGRO = data type bit, default value 0
FLD_ANTIPUSH = data type bit, default value 0
FLD_SHOWREV = data type bit, default value 1
FLD_HALLUCINATION = data type bit, default value 1


is it this im looking for ? i checked my sql monster daterbace & they wear set to <NULL> but it says none should allow null so do i change them to 0?
 
this is all the fields and settings i have in my table view for monster.db




explenation on the values of these 'new' fields:(none should allow null) FLD_TAME = data type bit, default value 1
FLD_AGGRO = data type bit, default value 0
FLD_ANTIPUSH = data type bit, default value 0
FLD_SHOWREV = data type bit, default value 1
FLD_HALLUCINATION = data type bit, default value 1
 
Back