permanent emotion

Code:
prontera,150,150,0	script	Sample	100,{	OnInit:		while (1) {			emotion e_kis;			sleep 500;		}		end;}
 
prontera,150,150,0 script Sample 100,{ OnInit: while (1) { emotion e_kis; sleep 500; } end;}
thanks pats.

i have 1 more prob. if u dont mind

this is the problem.. 

i want my script to be restarted after the event has completely done.

this is a raid.. i want this to be happen on my script if possible

restart the event after killing all mobs in the map or after the participant warped out

 
Last edited by a moderator:
Soo.. it does e_kis while the event is on?

Try this: http://upaste.me/168169 additional comments in paste.

It will attempt to do the e_kis emoji once the server has started as long as $EVENT is equal to 1.

 
http://upaste.me/6a72933486220b72

I think this way it would work better, also I think some kind of mapflag is needed to end a script when a player warps out. Oh, btw, I forgot to add OnInit, just add it before OnStart...

Regards.

 
Back
Top