 | 本帖最後由 a5566123 於 2024-9-4 17:31 編輯
需版本內有內建贊助NPC
ex:
DROP TABLE IF EXISTS `shop_user`;
CREATE TABLE `shop_user` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`p_id` int(10) NOT NULL DEFAULT '0',
`p_name` varchar(50) DEFAULT NULL,
`count` int(10) NOT NULL DEFAULT '1',
`account` varchar(50) NOT NULL,
`out` int(8) NOT NULL DEFAULT "0",
`play` varchar(45) DEFAULT NULL,
`time` datetime DEFAULT NULL,
`ip` varchar(45) DEFAULT NULL,
`ready` tinyint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=68 DEFAULT CHARSET=utf8;
可幫忙串接
綠界自動贊助系統
discrod:wex0129_76518
| |