Aeromesi
Custom Instance Maniac
[Server News System 1.0]
Explanation:
/* Server News script Version 1.0 Special thanks to IeYasuru for providing the script on eAthena years ago and for my Server. Special thanks to Garr for providing an updated SQL table for this script. Recoded and formated for Hercules by: Aeromesi Information/How to use: Whisper NPC:servnews so that you can post the Latest news for your server, install the SQL Table in your MySQL Server You may Add as many posts as you want as well as Delete based on the post_id in the SQL. Players will be able to view all current News upon login, when they relog they won't see the message until more updated news is announced. */ How to install:
Simply install the SQL script given in the Server News script at the header:
Simply install the SQL script given in the Server News script at the header:
Code:
DROP TABLE IF EXISTS `gm_news`;CREATE TABLE IF NOT EXISTS `gm_news` ( `post_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, `gm_poster` char(50) DEFAULT NULL, `message` char(50) DEFAULT NULL, PRIMARY KEY (`post_id`)) ENGINE=InnoDB;
Remember, if you like my work, please rep up my profile or view my scripting services! I may be able to help you in what you want.
More power to Hercules!
Enjoy!
Regards,
Aeromesiservernews.txt
Attachments
Last edited by a moderator: