Jump to content

5 Screenshots

About This File

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,
`Message` text,
`Status` tinyint(2) NOT NULL default '0',
`Inquiry_Time` datetime NOT NULL default '0000-00-00 00:00:00',
`Reply` text,
`Reply_Time` datetime NOT NULL default '0000-00-00 00:00:00',
`Reply_Name` varchar(30) NOT NULL default '',
PRIMARY KEY  (`ID`)
) ENGINE=MyISAM;

Topic Detail :

http://rathena.org/b..._140#entry99947



What's New in Version 1.0

Released

  • [ 1.0 ] - Enable to Players send Messages to GM Team while GM able to Read and Reply.

×
×
  • Create New...