Jump to content
  • 0

Question

Posted

Hello all, first of all i want to create anti pk  for protect newbies from pro players...and i want to create a stronger anti-pk.

Who can help me with how i can create one?

i need full tutorial (link or something).

 

 

 

                                                                                                                                                                            Thank's.

3 answers to this question

Recommended Posts

  • 0
Posted

Just create new npc for example :

 

	<npc id="31032" name="Guard" title="">
		<set name="level" val="85"/>
		<set name="radius" val="10000"/>
		<set name="height" val="24"/>
		<set name="rHand" val="275"/>
		<set name="lHand" val="0"/>
		<set name="type" val="L2Guard"/>
		<set name="exp" val="0"/>
		<set name="sp" val="0"/>
		<set name="hp" val="999999"/>
		<set name="mp" val="1674.8"/>
		<set name="hpRegen" val="8.5"/>
		<set name="mpRegen" val="3"/>
		<set name="pAtk" val="999999"/>
		<set name="pDef" val="999999"/>
		<set name="mAtk" val="999999"/>
		<set name="mDef" val="999999"/>
		<set name="crit" val="8"/>
		<set name="atkSpd" val="253"/>
		<set name="str" val="40"/>
		<set name="int" val="21"/>
		<set name="dex" val="30"/>
		<set name="wit" val="20"/>
		<set name="con" val="43"/>
		<set name="men" val="20"/>
		<set name="corpseTime" val="7"/>
		<set name="walkSpd" val="50"/>
		<set name="runSpd" val="160"/>
		<set name="dropHerbGroup" val="0"/>
		<ai type="DEFAULT" ssCount="0" ssRate="0" spsCount="0" spsRate="0" aggro="1000" canMove="true" seedable="false"/>
		<skills>
			<skill id="4045" level="1"/>
			<skill id="4416" level="14"/>
		</skills>
	</npc>

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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.



×
×
  • Create New...