• Free
  • Version 1.0
  • 1093 downloads

This is a NPC that enable Players to Write a Message and send to GM Team. GM Team are allow to reply to the Messages written by Players. There will be notification upon login if there is any New Messages. Make sure you have loaded this SQL Table before the NPC is used in your Server. CREATE TABLE IF NOT EXISTS `E-Inquiry` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `Sender_ID` int(11) unsigned NOT NULL default '0', `Sender_Name` varchar(30) NOT NULL default '', `Title` text, `Mess