Jump to content
  • 0

if any player enter in home town..rainbow appears


Question

Posted

i want if any player login and find themselves in home town there would be rainbow appear (specialeffect 410)

rainbow should appear in particular spot..or it would be work..as well if there is not particular spot...

Thanks in advance..

6 answers to this question

Recommended Posts

Posted


prontera,155,181,5 script Sample #rainbow 111,{

end;

OnPCLoadMapEvent:

if( strcharinfo(3) == .map$ )

specialeffect EF_RAINBOW;

end;

OnInit:

set .map$,strnpcinfo(4);

setmapflag .map$,mf_loadevent;

end;

}

  • Upvote 1
Posted
prontera,155,181,5	script	Sample	#rainbow	111,{
end;

OnPCLoadMapEvent:
if( strcharinfo(3) == .map$ )
	specialeffect EF_RAINBOW;
end;

OnInit:
set .map$,strnpcinfo(4);
setmapflag .map$,mf_loadevent;
end;
}

Cool working..but i dont want to add npc...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...