Jump to content
  • 0

Create Npc Problem.


Question

Posted

Hello guys, I am using aCis files and I cant create a NPC by myself(Maybe bcs i dont know exactly how).

 

Here is the code i added in 

 

Servers\gameserver\data\xml\npcs\50000-50999

 

 

 

<npc id="50008" name="BufferMaestro" title="">
<set name="level" val="70"/>
<set name="radius" val="8"/>
<set name="height" val="24.5"/>
<set name="rHand" val="206"/>
<set name="lHand" val="0"/>
<set name="type" val="L2Npc"/>
<set name="exp" val="0"/>
<set name="sp" val="0"/>
<set name="hp" val="2444.46819"/>
<set name="mp" val="1345.8"/>
<set name="hpRegen" val="7.5"/>
<set name="mpRegen" val="2.7"/>
<set name="pAtk" val="688.86373"/>
<set name="pDef" val="295.91597"/>
<set name="mAtk" val="470.40463"/>
<set name="mDef" val="216.53847"/>
<set name="crit" val="4"/>
<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="120"/>
<set name="dropHerbGroup" val="0"/>
<set name="attackRange" val="40"/>
<ai type="default" ssCount="0" ssRate="0" spsCount="0" spsRate="0" aggro="0" canMove="true" seedable="false"/>
<skills>
<skill id="4045" level="1"/>
<skill id="4416" level="16"/>
</skills>
</npc>

 
When I enter the game and type //spawn 50008 , I get an error: "Applicant information is incorrect"
 
Any ideas? I just copied another NPC, changed the Name and ID, but I cant spawn it.

1 answer to this question

Recommended Posts

Guest
This topic is now closed to further replies.


×
×
  • Create New...