Jump to content
  • 0

###### Spawn


Kakaroto

Question


  • Group:  Members
  • Topic Count:  99
  • Topics Per Day:  0.02
  • Content Count:  623
  • Reputation:   94
  • Joined:  05/11/12
  • Last Seen:  

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


  • Group:  Forum Moderator
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  1268
  • Reputation:   381
  • Joined:  02/03/12
  • Last Seen:  


- script NPCNAME -1,{

OnInit:

OnHour00:

if( !mobcount("prt_fild01","NPCNAME::OnMonsterExist") )

monster "prt_fild01",0,0,"--ja--",1001,1,"NPCNAME::OnMonsterExist";

OnMonsterExist:

}

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  99
  • Topics Per Day:  0.02
  • Content Count:  623
  • Reputation:   94
  • Joined:  05/11/12
  • Last Seen:  

-	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 by Skorm
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...