• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

NPC Marriage Script for TFS 0.3.6 Working

Add this into your MySQL database :
Code:
  ALTER TABLE `players` ADD `marrystatus` INT UNSIGNED NOT NULL DEFAULT '0' AFTER `marriage`;

or

Add this into your Sqlite database :

Code:
ALTER TABLE `players` ADD `marrystatus` INT NOT NULL DEFAULT '0'
 
Still not working with the first lua,after the greet msg,he only answers if I say divorce and then no more replies.

Hoping to get it working,thanks for any help.
:)
 
Back
Top