• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Make so when a monster dies it comes on the screen in white text?

kokosal

New Member
Joined
Feb 21, 2010
Messages
115
Reaction score
0
Can somebody please give me a script that makes so when a boss monster dies it comes up on the screen with white text so everybody on the server can see it?
And so it also comes up when it respawns.
 
Code:
function onDeath(cid, corpse, deathList)
	return doBroadcastMessage('Blah, blah, blah...', MESSAGE_EVENT_ADVANCE)
end

For spawn think, you'll have probably to use some script with doCreateMonster and doBroadcastMessage, use onRaid function or some hardcode in source.
 
Back
Top