Trigger spawn x2

Status
Not open for further replies.
Level 1
Joined
Jan 1, 2015
Messages
4
so my problem is I have a region every time a tree dies it spawns a mob it works
I have a smaller region in the bigger one every time a tree dies it spawns a tree in the middle of the smaller region which works but I cant get the new trees to spawn mobs I tried 1 event with 2 actions and even 2 different triggers but the mob will not spawn only the trees do
any suggestions would be great
 
Level 9
Joined
Feb 15, 2013
Messages
372
So in case, you have Big Region and Small Region...
Small one spawns trees
Big one spawn mobs when trees dead
So your problem is after first tree is spawn the 2nd tree wont spawn anymore? and even 3rd, 4th, 5th...??

Lets make small region first
Every (x) seconds of game time check if TreeAmount less than 1, then create one tree following by set TreeAmount = TreeAmount + 1

Big Region
A destructible dies within (YOUR REGION), then create 1 mob following by set TreeAmount = TreeAmount - 1

hope this works ._.
 
Status
Not open for further replies.
Top