anjoliwanag Posted August 18, 2013 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 13 Reputation: 0 Joined: 06/05/12 Last Seen: April 13, 2016 Share Posted August 18, 2013 Hello, I Want a script in which every 30th Minute of the hour all players gets a message. I.E: - script Hello -1,{ OnMinute30: mes "Hello"; close; end; } Quote Link to comment Share on other sites More sharing options...
Emistry Posted August 18, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 19 hours ago Share Posted August 18, 2013 OnMinute00: OnMinute30: addrid(0); mes "Hello"; close; Quote Link to comment Share on other sites More sharing options...
anjoliwanag Posted August 18, 2013 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 13 Reputation: 0 Joined: 06/05/12 Last Seen: April 13, 2016 Author Share Posted August 18, 2013 OnMinute00: OnMinute30: addrid(0); mes "Hello"; close; Thanks for the reply Unfortunately it didn't solve my problem. it gives me; parse_line: expect command, missing function name or calling undeclared func tion 1 : { 2 : OnMinute57: * 3 : 'a'ddrid(0); I checked trunk/doc/script_commands.txt and the command addrid isn't there. Quote Link to comment Share on other sites More sharing options...
Emistry Posted August 18, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 19 hours ago Share Posted August 18, 2013 update your rathena svn ... Quote Link to comment Share on other sites More sharing options...
Skorm Posted August 18, 2013 Group: Forum Moderator Topic Count: 33 Topics Per Day: 0.01 Content Count: 1282 Reputation: 393 Joined: 02/03/12 Last Seen: Thursday at 10:36 PM Share Posted August 18, 2013 A message popping up every 30 minutes on my screen would be rather annoying on any server... I recommend you use... announce "This will be shown to everyone at all in green.",bc_all,0x00FF00; And broadcast what ever you have to say to the players. Quote Link to comment Share on other sites More sharing options...
Question
anjoliwanag
Hello, I Want a script in which every 30th Minute of the hour all players gets a message. I.E:
Link to comment
Share on other sites
4 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.