MAC Ban NPC
Here is a Mac ban NPC. Credits to Goddameit for the original codes and the idea. I altered it to apply for Mac addresses instead.
CREATE TABLE IF NOT EXISTS `mac_ban` ( `list` varchar(18) NOT NULL, `ban_reason` varchar(255) NOT NULL default '', `unban_reason` varchar(255) NOT NULL default '', `status` tinyint(1) NOT NULL default '0', `ban_id` int(11) unsigned NOT NULL default '0', `unban_id` int(11) unsigned NOT NULL default '0', KEY `list` (`list`)) ENGINE=MyISAM DEFAULT CHARSET=latin1;
Here is the script
http://pastebin.com/raw.php?i=rRsaK97t
Here is a Mac ban NPC. Credits to Goddameit for the original codes and the idea. I altered it to apply for Mac addresses instead.
CREATE TABLE IF NOT EXISTS `mac_ban` ( `list` varchar(18) NOT NULL, `ban_reason` varchar(255) NOT NULL default '', `unban_reason` varchar(255) NOT NULL default '', `status` tinyint(1) NOT NULL default '0', `ban_id` int(11) unsigned NOT NULL default '0', `unban_id` int(11) unsigned NOT NULL default '0', KEY `list` (`list`)) ENGINE=MyISAM DEFAULT CHARSET=latin1;
Here is the script
http://pastebin.com/raw.php?i=rRsaK97t