Jump to content
  • 0

Party and Time of Day Monsters


buu

Question

Is there a way to make a certain monster spawn when a player is in a party with at least one other person?

Also, is there a way to make a certain monster spawn on a certain time of day or even a certain day of the week?

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 1
On 7/4/2019 at 6:03 AM, Khaikaa said:

1st answer: No its not

 

wrong

 

On 7/4/2019 at 1:13 AM, buu said:

Is there a way to make a certain monster spawn when a player is in a party with at least one other person?

Also, is there a way to make a certain monster spawn on a certain time of day or even a certain day of the week?

 

Of course there is

First you need to check they're in a party. Create an NPC. Set the on kill - player event to set the variable players in party to 1. Set the on kill - party event to set the variable players in party to add 1. Then make the player kill the NPC. Give it 1 hp and make it so it can't move (NPC Avoid box). Then just have the NPC you want to have a spawn condition of the variable players in party if it is >1!!!

Link to comment
Share on other sites

  • 2
4 hours ago, buu said:

Is there a way to make a certain monster spawn when a player is in a party with at least one other person?

Also, is there a way to make a certain monster spawn on a certain time of day or even a certain day of the week?

1st answer: No its not

2nd answer: yes it is, you only need to manage time control and spawn npc command

Link to comment
Share on other sites

  • 0
9 minutes ago, The Bunny Gamer said:

 

wrong

 

 

Of course there is

First you need to check they're in a party. Create an NPC. Set the on kill - player event to set the variable players in party to 1. Set the on kill - party event to set the variable players in party to add 1. Then make the player kill the NPC. Give it 1 hp and make it so it can't move (NPC Avoid box). Then just have the NPC you want to have a spawn condition of the variable players in party if it is >1!!!

 

I guess you're right, havn't thought about that way of doing it. Good job.

Link to comment
Share on other sites

×
×
  • Create New...