dose anybody know how to do the timing thing for bosses or monsters like if i wanted Satan or Andrew or even Victoria to spawn 2 times in raw if someone killed any of them i saw it in one of the server like if you killed Satan he is gonna spawn 20 sec later and than it takes ages to find him again hod do i make the bosses or the monster spawn when i want them to spawn i did try to worked out but no hope well using the following code gives me 2 options
1= to add some silver or cps to the player that killed the boss
2= to send a sys message to tall all players that the boss was killed and the player name that killed him
but.. i need to add a time control for the bosses to so i did try the spawn speed and if i used it lets say that the boss showed up and none of the players killed him the boss is gonna stay there and when its time for the next boss to spawn nothing to stop him which mean we have 2 bosses and with time its gonna be 3 and 4 and 100 till some one clean it :P so i really need some help like a code to use or something cus i couldent make it :P
:handsdown::handsdown::handsdown::handsdown::hands down::handsdown::handsdown::handsdown:
PM.me at{ [Only registered and activated users can see links. Click Here To Register...] }
1= to add some silver or cps to the player that killed the boss
Code:
if (Name.Contains("Satan"))
{
Char.CPs += 150;
Game.World.SendMsgToAll("Server", " Satan is Dead " + Char.Name + "'s Got 150 CPs For Killing Satan " + Char.Name + " is the hero of exampleCO ", 2011, 0);
but.. i need to add a time control for the bosses to so i did try the spawn speed and if i used it lets say that the boss showed up and none of the players killed him the boss is gonna stay there and when its time for the next boss to spawn nothing to stop him which mean we have 2 bosses and with time its gonna be 3 and 4 and 100 till some one clean it :P so i really need some help like a code to use or something cus i couldent make it :P
:handsdown::handsdown::handsdown::handsdown::hands down::handsdown::handsdown::handsdown:
PM.me at{ [Only registered and activated users can see links. Click Here To Register...] }