Jump to content

[Guide]How To Make Your Own Transform [Skill]


Recommended Posts

How To Make Your Own Tranform Skill Like Kamael Race The Final Form Skill

 

 

Hi! This is a guide for how to make your own transformation skill.

 

Ok let’s get started

 

First let’s do the server side thing:

 

Download the transform file and change the name of the file like this:

 

-Transform change to the name of the mob that you will use for this skill (it will also be the name of the skill) ex : Valakas, DoomKnight just make sure that it is the exact name and you typed it together.

-.txt change to .java

 

Now open it and look for the caps typed text and change it like this :

 

- THE NAME OF THE TRANSFORMATION = the name you have put on the java file earlier

-THE TEMPLATE ID OF THE TRANSFORMATION = here you put the template id you will have to put in the transformdata.dat

-COLLISION RADIUS & COLLISION HEIGHT = for this just copy them from npc sql.

- For the skills you will have to put it like this :

this.getPlayer().addSkill(SkillTable.getInstance() .getInfo(skillid, level), false);

 

Don’t delete that 3 skills that are there because it will cause bugs.

Now save it and copy it in gameserver-data-scripts-transformations

 

Now go in your gameserver-data-stats-skills and open 0500-0599.xml and add a new skill like this :

id="YOUR SKILL ID" levels="1" name="Transform THE MOB NAME">

<set name="mpConsume" val="31"/>

<set name="target" val="TARGET_SELF"/>

<set name="skillType" val="BUFF"/>

<set name="isMagic" val="true"/>

<set name="operateType" val="OP_ACTIVE"/>

<set name="hitTime" val="1500"/>

<set name="reuseDelay" val="3600000"/>

 

<set name="castRange" val="-1"/>

<set name="effectRange" val="-1"/>

<for>

<effect count="1" name="Transformation" time="1800" val="0"/>

</for>

</skill>

 

-Now just add the skill to a player.

Ok now for the client part open your skillgrp.dat and add the skill in there like this :

 

541 1 1 31 -1 1 1.5000000 1 D icon.skilltransform1 0 0 0 0 -1 -1

 

replace 541 whit YOUR SKILL ID.

 

Open skillname-e.dat and add :

541 1 a,Transform Grail Apostle\0 a,Transform into a Grail Apostle.\0 a,none\0 a,none\0

 

replace 541 whit YOUR SKILL ID

replace “Transform Grail Apostle” whit Transform THE MOB NAME

 

Open skillsoundgrp.dat and add :

 

541 1 SkillSound8.transform_cast 250.0000000 40.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 0.0000000 250.0000000 50.0000000

 

 

541 0 13091 0 LineageEffect.s_u833_transform LineageEffect.s_u833_transform

 

  replace 541 whit your npc id and 13091 whit the mob template id

 

And you are done

 

Just add the skill to sql and it will be ready.

 

 

Link to comment
Share on other sites

with this u can add skil p.x. Gothic Vortex to bishop?

if u can make that reply and tell me how;P

I REALY LIKE THIS!

Link to comment
Share on other sites

with this u can add skil p.x. Gothic Vortex to bishop?

if u can make that reply and tell me how;P

I REALY LIKE THIS!

 

No That Guide Is That Can You Make Transofrm Skill

 

Like Kamael Race The Skill : Final Form Tha Transferns You To A Flying Kamael Character Like Angel

And That You Make It For Other Races Like (Human Super Skill) (Transofrm You To Anakim [Fun Not Real Anakim :P] )

Link to comment
Share on other sites

So this would be Like a skill [You create] that do the same that Transofm Scrolls do. if i didnt understud wrong no?

 

(u know those scrolls u click and u transform into a Mob)

Link to comment
Share on other sites

So this would be Like a skill [You create] that do the same that Transofm Scrolls do. if i didnt understud wrong no?

 

(u know those scrolls u click and u transform into a Mob)

 

Yes But With Skill You Can Add It As A New Skill In A Class Like A Say

 

Skill : Dragon Elf (A New Elf Skill [We Say...] And He Transofrm You To Dragon :) ]

 

Its More Cool Than Simple Transofrm Scrolls ;D

Link to comment
Share on other sites

  • 6 months later...
  • 4 months later...

and what program use to edit Skillgrp.dat and other files? i have gracia final client use l2fileedit for gracia but when i click save and then 413 and ok it gives me error don't save file, what program you are using to save this file whan you made changes?

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...
  • 3 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.

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