• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

i need help in DB Flyff

Status
Not open for further replies.
Newbie Spellweaver
Joined
Feb 14, 2015
Messages
13
Reaction score
1
i need help !

erro: Cannot insert NULL value into column 'm_Bank', table 'CHARACTER_01_DBF.dbo.BANK_TBL'; the column does not allow nulls. INSERT failed.
 
Inactive
Joined
Jan 20, 2009
Messages
1,014
Reaction score
1,830
More information is needed as the database just doesn't randomly fail like that. So if your adding something new to the database like a column or table then you should most likely include what you did.

Also there is no need to spam threads to get your thread answered. I was kind enough to delete all 5 without infracting you.

Have a little patience and someone will answer your thread when they are able to.
 
Newbie Spellweaver
Joined
Feb 14, 2015
Messages
13
Reaction score
1
After these changes in the Database started these errors CHARACTER_TBL.PNG - i need help in DB Flyff - RaGEZONE Forums CHARACTER_STR2.PNG - i need help in DB Flyff - RaGEZONE Forums CHARACTER_STR_3.PNG - i need help in DB Flyff - RaGEZONE Forums CHARACTER_STR4.PNG - i need help in DB Flyff - RaGEZONE Forums CHARACTER_STR5.PNG - i need help in DB Flyff - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Inactive
Joined
Jan 20, 2009
Messages
1,014
Reaction score
1,830
And further down you'll see:
Code:
							-- Ver 15
							, '$'
							, 0
							, 0

Make it looks like:
Code:
							-- Ver 15
							, '$'
							, 0
							, 0
							, 0

Should also most likely add another , 0 for vendor npc if you haven't.
 
Newbie Spellweaver
Joined
Feb 14, 2015
Messages
13
Reaction score
1
I had added this before, I just forgot to put it together with the previous images. Sorry !
TEST.PNG - i need help in DB Flyff - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Status
Not open for further replies.
Back
Top