donkeyg Posted November 29, 2014 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Share Posted November 29, 2014 how to make custom mvp spawn at 7PM and 9PM? and it will announce "<MVP NAME> has been spawned in prontera town" bump~ Quote Link to comment Share on other sites More sharing options...
tr0n Posted November 29, 2014 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 562 Reputation: 153 Joined: 02/21/12 Last Seen: February 27, 2024 Share Posted November 29, 2014 Just use these three commands to make it work. It's not very hard and you should be able to do it - Announce: http://rathena.org/wiki/Announce - Monster: http://rathena.org/wiki/Monster - Label Timers: http://rathena.org/wiki/OnHour#Label_Timers If you have any questions feel free to ask. Quote Link to comment Share on other sites More sharing options...
donkeyg Posted December 1, 2014 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Author Share Posted December 1, 2014 Just use these three commands to make it work. It's not very hard and you should be able to do it - Announce: http://rathena.org/wiki/Announce - Monster: http://rathena.org/wiki/Monster - Label Timers: http://rathena.org/wiki/OnHour#Label_Timers If you have any questions feel free to ask. - script announcer#2 -1,{ OnClock1900: OnClock2200: announce "<MVP NAME> IS NOW SPANED IN PvP Arena",0; end; } yes.. i tried make this by myself.. how about make the mvp spawn at specific time? bumpppppp Quote Link to comment Share on other sites More sharing options...
donkeyg Posted December 2, 2014 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Author Share Posted December 2, 2014 How to Make Ifrit MVP spawn Everyday 7PM and 10pm? Quote Link to comment Share on other sites More sharing options...
Conflicts Posted December 2, 2014 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 317 Reputation: 63 Joined: 11/13/11 Last Seen: March 23 Share Posted December 2, 2014 I have merged both topics. @dongkeyg, avoid making another post for the same problem / request. Quote Link to comment Share on other sites More sharing options...
donkeyg Posted December 2, 2014 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Author Share Posted December 2, 2014 I have merged both topics. @dongkeyg, avoid making another post for the same problem / request. okay.. sorry.. btw can u help me pls? really need it badly Quote Link to comment Share on other sites More sharing options...
Akbare Posted December 3, 2014 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 491 Reputation: 20 Joined: 11/19/11 Last Seen: June 5, 2023 Share Posted December 3, 2014 How to Make Ifrit MVP spawn Everyday 7PM and 10pm? disable default spawn first and create new script : - script announcer#2 -1,{ OnClock1900: OnClock2200: [ add monster script spawn ] // monster announce "<MVP NAME> IS NOW SPANED IN PvP Arena",0; end; } sorry im noob for scripting Quote Link to comment Share on other sites More sharing options...
donkeyg Posted December 3, 2014 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Author Share Posted December 3, 2014 How to Make Ifrit MVP spawn Everyday 7PM and 10pm? disable default spawn first and create new script : - script announcer#2 -1,{ OnClock1900: OnClock2200: [ add monster script spawn ] // monster announce "<MVP NAME> IS NOW SPANED IN PvP Arena",0; end; } sorry im noob for scripting how to add specific spawn time for mvp?? this is the problem.. Quote Link to comment Share on other sites More sharing options...
Akbare Posted December 3, 2014 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 491 Reputation: 20 Joined: 11/19/11 Last Seen: June 5, 2023 Share Posted December 3, 2014 How to Make Ifrit MVP spawn Everyday 7PM and 10pm? disable default spawn first and create new script : - script announcer#2 -1,{ OnClock1900: OnClock2200: [ add monster script spawn ] // monster announce "<MVP NAME> IS NOW SPANED IN PvP Arena",0; end; } sorry im noob for scripting how to add specific spawn time for mvp?? this is the problem.. OMG : This script is a script that will trigger the spawn time OnClock1900: OnClock2200: Quote Link to comment Share on other sites More sharing options...
donkeyg Posted December 3, 2014 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Author Share Posted December 3, 2014 How to Make Ifrit MVP spawn Everyday 7PM and 10pm? disable default spawn first and create new script : - script announcer#2 -1,{ OnClock1900: OnClock2200: [ add monster script spawn ] // monster announce "<MVP NAME> IS NOW SPANED IN PvP Arena",0; end; } sorry im noob for scripting how to add specific spawn time for mvp?? this is the problem.. OMG : This script is a script that will trigger the spawn time OnClock1900: OnClock2200: yeah.. after put this.. what shud i do? i wan to make it automatic spawn on 7pm and 11pm=.="""" Quote Link to comment Share on other sites More sharing options...
Luciar Posted December 3, 2014 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 177 Reputation: 21 Joined: 01/31/12 Last Seen: March 8, 2020 Share Posted December 3, 2014 Just use these three commands to make it work. It's not very hard and you should be able to do it - Announce: http://rathena.org/wiki/Announce - Monster: http://rathena.org/wiki/Monster - Label Timers: http://rathena.org/wiki/OnHour#Label_Timers If you have any questions feel free to ask. Have you read these links? tr0n posted everything you need. You should focus on reading the monster article, as your script is otherwise ready. Quote Link to comment Share on other sites More sharing options...
donkeyg Posted December 4, 2014 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Author Share Posted December 4, 2014 Just use these three commands to make it work. It's not very hard and you should be able to do it - Announce: http://rathena.org/wiki/Announce - Monster: http://rathena.org/wiki/Monster - Label Timers: http://rathena.org/wiki/OnHour#Label_Timers If you have any questions feel free to ask. Have you read these links? tr0n posted everything you need. You should focus on reading the monster article, as your script is otherwise ready. - script announcer#2 -1,{ OnClock1900: OnClock2300: monster "Ifrit",0,0,"Poring 1",1832,1,strnpcinfo(0)+"::OnPoring1Dead announce "<MVP NAME> IS NOW SPANED IN PvP Arena",0; end; } is it like this? "; Quote Link to comment Share on other sites More sharing options...
Skorm Posted December 4, 2014 Group: Forum Moderator Topic Count: 33 Topics Per Day: 0.01 Content Count: 1282 Reputation: 393 Joined: 02/03/12 Last Seen: April 11 Share Posted December 4, 2014 is it like this? - script announcer#2 -1,{ OnClock1900: // This label is triggered automatically at the corresponding time. OnClock2300: // Same with this label. .@event$ = strnpcinfo(0)+"::OnBossDead"; // Setting .@event$ now equals announcer#2::OnBossDead. if( mobcount( "pvp_y_1-2",.@event$ ) ) // Count the amount of monsters with the event label .@event$. killmonster "pvp_y_1-2",.@event$; // If they exist we kill them this is so there will only be one spawned at a time. monster "pvp_y_1-2",0,0,"Ifrit",1832,1,.@event$; // Now we spawn a new mob with the event label .@event$ on pvp_y_1-2. announce "IFRIT HAS SPAWNED IN THE PVP ARENA!",bc_blue|bc_all; // And announce that the mob was spawned. OnBossDead: // This is a dummy label to avoid warnings/errors. } Quote Link to comment Share on other sites More sharing options...
Question
donkeyg
how to make custom mvp spawn at 7PM and 9PM? and it will announce "<MVP NAME> has been spawned in prontera town"
bump~
Link to comment
Share on other sites
12 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.