Added homepoint and aetheryte code. You can set the homepoint on an aetheryte or inn and the return menu will show the correct response. Added effects/msgs to teleport/return. Some sql changes I forgot.

This commit is contained in:
Filip Maj 2017-05-01 22:30:43 -04:00
parent 8c9ecebae6
commit 1516e0bc50
18 changed files with 481 additions and 140 deletions

View file

@ -4,7 +4,7 @@ Source Host: localhost
Source Database: ffxiv_server
Target Host: localhost
Target Database: ffxiv_server
Date: 4/2/2017 2:27:44 PM
Date: 5/1/2017 10:28:15 PM
*/
SET FOREIGN_KEY_CHECKS=0;
@ -45,5 +45,7 @@ CREATE TABLE `characters` (
`restBonus` int(10) DEFAULT '0',
`achievementPoints` int(10) unsigned DEFAULT '0',
`currentActiveLinkshell` varchar(32) NOT NULL DEFAULT '',
`homepoint` int(10) unsigned NOT NULL DEFAULT '0',
`homepointInn` tinyint(3) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=164 DEFAULT CHARSET=utf8;
) ENGINE=InnoDB AUTO_INCREMENT=166 DEFAULT CHARSET=utf8;