fragment Posted May 15, 2019 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 14 Reputation: 0 Joined: 04/25/19 Last Seen: Sunday at 01:30 AM Share Posted May 15, 2019 (edited) Hello,Rathena need your help Can you Modified the MVP Invasion per 5 hours and then if 1 hours didnt kill they will @killmonster2 Thanks a Lot - script Sample -1,{ OnInit: setarray .Map$[0],"prontera","payon","izlude"; setarray .MVP[0],1751,1832,1252,1648; end; OnHour00: OnHour08: killmonster .Map$[ .RandMap ],"All"; if( .event_timer%8 ) end; .event_timer++; set .RandMap,rand( getarraysize( .Map$ ) ); set .RandMVP,rand( getarraysize( .MVP ) ); monster .Map$[ .RandMap ],0,0,"MVP Event",.MVP[ .RandMVP ],1,strnpcinfo(0)+"::OnKilled"; announce "MVP "+getmonsterinfo( .MVP[ .RandMVP ],0 )+" Telah Merusak Kota "+.Map$[ .RandMap ]+" . Seseorang Harus membantu!!",0; end; OnKilled: announce "MVP telah Mati. Kota telah Aman.",0; end; } Edited May 16, 2019 by Emistry Please use codebox. Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted September 15, 2019 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted September 15, 2019 - script Sample -1,{ OnInit: setarray .Map$[0],"prontera","payon","izlude"; setarray .MVP[0],1751,1832,1252,1648; end; OnHour00: OnHour08: killmonster .Map$[ .RandMap ],"All"; if( .event_timer%8 ) end; .event_timer++; set .RandMap,rand( getarraysize( .Map$ ) ); set .RandMVP,rand( getarraysize( .MVP ) ); monster .Map$[ .RandMap ],0,0,"MVP Event",.MVP[ .RandMVP ],1,strnpcinfo(0)+"::OnKilled"; announce "MVP "+getmonsterinfo( .MVP[ .RandMVP ],0 )+" Telah Merusak Kota "+.Map$[ .RandMap ]+" . Seseorang Harus membantu!!",0; initnpctimer; end; OnKilled: announce "MVP telah Mati. Kota telah Aman.",0; OnTimer3600000: killmonster .Map$[ .RandMap ],"All"; stopnpctimer; end; } 1 Quote Link to comment Share on other sites More sharing options...
Question
fragment
Hello,Rathena need your help
Can you Modified the MVP Invasion per 5 hours and then if 1 hours didnt kill they will @killmonster2
Thanks a Lot
- script Sample -1,{ OnInit: setarray .Map$[0],"prontera","payon","izlude"; setarray .MVP[0],1751,1832,1252,1648; end; OnHour00: OnHour08: killmonster .Map$[ .RandMap ],"All"; if( .event_timer%8 ) end; .event_timer++; set .RandMap,rand( getarraysize( .Map$ ) ); set .RandMVP,rand( getarraysize( .MVP ) ); monster .Map$[ .RandMap ],0,0,"MVP Event",.MVP[ .RandMVP ],1,strnpcinfo(0)+"::OnKilled"; announce "MVP "+getmonsterinfo( .MVP[ .RandMVP ],0 )+" Telah Merusak Kota "+.Map$[ .RandMap ]+" . Seseorang Harus membantu!!",0; end; OnKilled: announce "MVP telah Mati. Kota telah Aman.",0; end; }
Please use codebox.
Link to comment
Share on other sites
1 answer 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.