Jump to content
  • 0

Acis Npc


Quantino

Question

Hi everyone.

 

I need help with with aCis pack. Can someone explain me how to do that? I know that i must go to gameserver/data/xml/npcs and what then? Also I tried to spawn in game npcs (which I didn't add) from gameserver/data/xml/npcs list but dont work.

 

Please explain me how to do that, I rly need your help!

 

Thanks for your attention :)

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Hi everyone.

 

I need help with with aCis pack. Can someone explain me how to do that? I know that i must go to gameserver/data/xml/npcs and what then? Also I tried to spawn in game npcs (which I didn't add) from gameserver/data/xml/npcs list but dont work.

 

Please explain me how to do that, I rly need your help!

 

Thanks for your attention :)

You have a ton of npcs there for examble....search better...you will find a way
Link to comment
Share on other sites

  • 0

Hi everyone.

 

I need help with with aCis pack. Can someone explain me how to do that? I know that i must go to gameserver/data/xml/npcs and what then? Also I tried to spawn in game npcs (which I didn't add) from gameserver/data/xml/npcs list but dont work.

 

Please explain me how to do that, I rly need your help!

 

Thanks for your attention :)

create a new file in npcs . create a txt file and save it us xml....you should name it 60000-60999 something like that...now if you want to put npc in this file you must set id 60001.. 

<?xml version="1.0" encoding="utf-8"?>
<list>
<npc id="60000" idTemplate="31280" name="To poutso klegan" title="tsipras">
		<set name="level" val="70"/>
		<set name="radius" val="8"/>
		<set name="height" val="23"/>
		<set name="rHand" val="0"/>
		<set name="lHand" val="0"/>
		<set name="type" val="L2TvTEventNpc"/>
		<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="14"/>
		</skills>
	</npc>
<npc id="60001" idTemplate="30519" name="AGAPH MONO" title="AGAPH MONO">
		<set name="level" val="70"/>
		<set name="radius" val="7"/>
		<set name="height" val="18"/>
		<set name="rHand" val="0"/>
		<set name="lHand" val="0"/>
		<set name="type" val="L2ClanManager"/>
		<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="18"/>
		</skills>
	</npc>


</list>
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock