Kakaroto Posted March 31, 2015 Group: Members Topic Count: 99 Topics Per Day: 0.02 Content Count: 637 Reputation: 95 Joined: 05/11/12 Last Seen: 4 hours ago Share Posted March 31, 2015 Hello good night ... I wonder if someone would have a scrip do count a certain monster in a certain map every 1 hour, and if the monster is dead, he invokes the monster ....I thank you enough to help '-' Quote Link to comment Share on other sites More sharing options...
Skorm Posted March 31, 2015 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 March 31, 2015 - script NPCNAME -1,{ OnInit: OnHour00: if( !mobcount("prt_fild01","NPCNAME::OnMonsterExist") ) monster "prt_fild01",0,0,"--ja--",1001,1,"NPCNAME::OnMonsterExist"; OnMonsterExist: } Quote Link to comment Share on other sites More sharing options...
Kakaroto Posted March 31, 2015 Group: Members Topic Count: 99 Topics Per Day: 0.02 Content Count: 637 Reputation: 95 Joined: 05/11/12 Last Seen: 4 hours ago Author Share Posted March 31, 2015 (edited) - script NPCNAME -1,{ OnInit: OnHour00: if( !mobcount("prt_fild01","NPCNAME::OnMonsterExist") ) monster "prt_fild01",0,0,"--ja--",1001,1,"NPCNAME::OnMonsterExist"; OnMonsterExist: } It did not work ... just the monster not appear ... The idea is to tell the monster for example 1005, or better, see if it is alive on the map in a specific map, if the monster is dead he invokes this monster in this same map ... Edited March 31, 2015 by Skorm Quote Link to comment Share on other sites More sharing options...
Question
Kakaroto
Hello good night ... I wonder if someone would have a scrip do count a certain monster in a certain map every 1 hour, and if the monster is dead, he invokes the monster ....
I thank you enough to help '-'
Link to comment
Share on other sites
2 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.