Jump to content

Recommended Posts

Posted

Καλήμερα σε όλους. αυτό είναι το πρώτο μου Guide.

 

Πως παίρναμε ένα Npc στο l2jacis 

 

 

Ξεκινάμε

 

 

1. Το Npc Που θα κατεβάσουμε θα έχει κάποια Html Files

 

 

2. εάν είναι Gatekeeper τα αρχια που έχετε τα βάζετε στον φάκελο teleporter ι κάπως έτσι και πάει λέγοντας.. 

 

 

3. Ανιγετε το Gameserver/Data/Xml/npc και φτιάχνουμε ένα text Με όνομα Custom-Npcs Κάνουμε Save As Custom-Npcs.xml 

 

 

4. Ανιγουμε το text Με notepad++ εάν δεν το έχετε το κατεβάζετε από εδώ : http://notepad-plus-plus.org/ και κανουμε Paste afto: 

 

 

 

<?xml version="1.0" encoding="utf-8"?>
<list>
<npc id="Το to id απο το Npc" idTemplate="και το id Template" name="Global Gatekeeper" title="ServerName">
<set name="level" val="70"/>
<set name="radius" val="15"/>
<set name="height" val="25"/>
<set name="rHand" val="0"/> 
<set name="lHand" val="0"/>
<set name="type" val="L2Teleporter"/>   <- εδώ βάζουμε το type του npc Μας 
<set name="exp" val="0"/>
<set name="sp" val="10"/>
<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="80"/>
<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="7"/>
</skills>
</npc>
</list>
 
Και για αλά Npc κάνουμε αυτό : και πάει λέγοντας.. 
 
 
<?xml version="1.0" encoding="utf-8"?>
<list>
<npc id="Το to id απο το Npc" idTemplate="και το id Template" name="Global Gatekeeper" title="ServerName">
<set name="level" val="70"/>
<set name="radius" val="15"/>
<set name="height" val="25"/>
<set name="rHand" val="0"/> 
<set name="lHand" val="0"/>
<set name="type" val="L2Teleporter"/>   <- εδώ βάζουμε το type του npc Μας 
<set name="exp" val="0"/>
<set name="sp" val="10"/>
<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="80"/>
<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="7"/>
</skills>
<npc id="Το to id απο το Npc" idTemplate="και το id Template" name="Global Gatekeeper" title="ServerName">
<set name="level" val="70"/>
<set name="radius" val="15"/>
<set name="height" val="25"/>
<set name="rHand" val="0"/> 
<set name="lHand" val="0"/>
<set name="type" val="L2Teleporter"/>   <- εδώ βάζουμε το type του npc Μας 
<set name="exp" val="0"/>
<set name="sp" val="10"/>
<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="80"/>
<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="7"/>
</skills>
</npc>
</list>
 
 
 
Ευχάριστω που είδατε το συγκεκριμένο Guide. For Newbie.. 
By GiwrgosMasterGR
For Help add Skype Giorgosmargazhs 
  • Upvote 1
  • 5 weeks later...

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
Reply to this topic...

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