Dev Blaze Posted October 16, 2012 Group: Members Topic Count: 68 Topics Per Day: 0.01 Content Count: 212 Reputation: 5 Joined: 01/24/12 Last Seen: February 19, 2019 Share Posted October 16, 2012 I need to make this Event become Automated event Every 30mins Please help me : Script: http://pastebin.com/nBL9gFMs Quote Link to comment Share on other sites More sharing options...
AnnieRuru Posted October 16, 2012 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 2044 Reputation: 682 Joined: 10/09/12 Last Seen: December 20, 2020 Share Posted October 16, 2012 lol http://www.eathena.ws/board/index.php?showtopic=241950 when I wrote that script I did use OnWhisperGlobal to turn event on and off but his script uses different direction -> actively register to start, and when over, another 2 guilds can sign up again either you try to expand my script there ( I already learned battleground script system by then ) or you have to figure out the way how to stop active-registration ... btw since this is support section, at least show which part of the script you have edited Quote Link to comment Share on other sites More sharing options...
Dev Blaze Posted October 17, 2012 Group: Members Topic Count: 68 Topics Per Day: 0.01 Content Count: 212 Reputation: 5 Joined: 01/24/12 Last Seen: February 19, 2019 Author Share Posted October 17, 2012 (edited) @AnnieRuru BTW Thank You With your script I like your script but i need some excitement can you make this every 30 mins..the event will announce to starts Script :http://pastebin.com/S3yYdeiy And can you put Prizes every team won this game warp on 1 map and click npc for the prizes for exmple 1 tcg then move out to prontera thnx in advace Sorry for my bad english Edited October 17, 2012 by o GM Mark o Quote Link to comment Share on other sites More sharing options...
Emistry Posted October 17, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2371 Joined: 10/28/11 Last Seen: 6 hours ago Share Posted October 17, 2012 (edited) above this line.. announce "assault event will start, the 1st two guilds that register will be participated in this event", 0; add this. OnMinute00: OnMinute30: the value behind OnMinute can be change to any value you want between 0 ~ 59 and with a interval of 30 minutes. or.... if put above this line.... if ( .assault_on == 1 ) { dispbottom "event has started"; end; } else if ( .assault_on == 2 ) { dispbottom "event is going on"; end; } then would have to edit the dispbottom to announce or others.. Edited October 18, 2012 by Emistry Quote Link to comment Share on other sites More sharing options...
Question
Dev Blaze
I need to make this Event become Automated event Every 30mins
Please help me :
Script:
http://pastebin.com/nBL9gFMsLink to comment
Share on other sites
3 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.