Jump to content
  • 0

How to limit the movement of the player ?


Question

Posted
prontera,88,105,0	script	#Start99	139,5,5,{

OnTouch:
	//Limit the movement of the players.
	initnpctimer;
	mapannounce "prontera","hello!",bc_map,"0x00ffff";
	end;
OnTimer3000:
	mapannounce "prontera","hello!",bc_map,"0x00ffff";
	end;
OnTimer6000:
	mapannounce "prontera","hello!",bc_map,"0x00ffff";
	end;
OnTimer9000:
	stopnpctimer;
	mapannounce "prontera","hello!",bc_map,"0x00ffff";
	//Take off the limited of the players.
	end;
}

How to limit the movement of the player ?

 

The Players trigger the mapannounce when they entry to some area,the system let  Players can not move or use skills until the end of the mapannounce,just like the Players are speaking to the NPC.

 

 

2 answers to this question

Recommended Posts

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...