TheSoN Posted October 22, 2008 Posted October 22, 2008 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. Quote
sτrίkε- Posted October 22, 2008 Posted October 22, 2008 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! Quote
TheSoN Posted October 22, 2008 Author Posted October 22, 2008 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] ) Quote
sτrίkε- Posted October 22, 2008 Posted October 22, 2008 aaaa lol... if u find a guide about make your own skills i appreciate that.. Quote
GrisoM Posted October 22, 2008 Posted October 22, 2008 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) Quote
TheSoN Posted October 22, 2008 Author Posted October 22, 2008 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 Quote
-Mr.CuTe- Posted May 3, 2009 Posted May 3, 2009 really cool guide man!!!Can u share any skill please???if u have dont make it for me :P Quote
striker Posted September 30, 2009 Posted September 30, 2009 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? Quote
d1nos Posted October 28, 2009 Posted October 28, 2009 its driving me crazy! :@ I cant make it work... Quote
MrPerfect20 Posted November 13, 2009 Posted November 13, 2009 Pride is using this .... Awesome share bro !!! Thank you ;) Quote
Recommended Posts
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.