Im new to this forum, and Rathena helped me learn some development stuff, so i would like to share some to show my gratitude. Though im not sure if this is the right section for this.
Here's a simple automated server announcement:
- script ServerAnnouncement -1,{
OnInit:
initnpctimer;
end;
OnEnable:
initnpctimer;
end;
OnTimer1200000: //every 20mins
stopnpctimer;
announce "Feel free to use @request if you have any concerns regarding the game.",bc_all,"0x70dbdb";
donpcevent "ServerAnnouncement::OnEnable";
end;
}
Question
Keitenai
Hello everyone,
Im new to this forum, and Rathena helped me learn some development stuff, so i would like to share some to show my gratitude. Though im not sure if this is the right section for this.
Here's a simple automated server announcement:
Edited by Sky Cloud6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.