Map problem

03/30/2016 16:12 muckii1#1
Hey,
I wanted to add a new map but now the Zones dont start and in assets stands this

16:09:11 : AssertClass::ac_AssertFail : FieldContainer::fc_Load : checksum error - Field struct changed[0]
03/30/2016 17:02 fanke2250#2
you have no new number in checksum and serial; checksum and seial have the same sumber but itīs another number than other maps
03/30/2016 18:34 muckii1#3
Already found it^^
Wanted to add new mobs and now i only get this

18:28:51 : AssertClass::ac_AssertFail : MobDataBox::mdb_Load : Mob number mismatch[0]
18:28:51 : AssertClass::ac_AssertFail : Conflict [19387/19352/0]

Found the mistake with this problem now it is

18:41:46 : AssertClass::ac_AssertFail : MobDataBox::mdb_Load : DataOrder mismatch[19387]
03/30/2016 19:31 LoLBoL#4
MobInfo order doesn't match with the order of MobInfoServer.
03/30/2016 21:32 muckii1#5
Fixxed it now but now
21:30:09 : AssertClass::ac_AssertFail : MobResistTable::operator [] : Invalid index[ResBall]

Found it ;)
Now
21:34:04 : AssertClass::ac_AssertFail : SkillDataBox::SkillDataIndex::sdi_SetAbstate : StateName wrong[Sta_B_Albi_Knock]
21:34:04 : AssertClass::ac_AssertFail : SkillDataBox::SkillDataIndex::sdi_SetAbstate : StateName wrong[29641]
03/30/2016 21:44 fanke2250#6
abstate ID 29641?
03/30/2016 21:57 muckii1#7
Now all works *-*
Found the things^^
Thanks to all who helped