Jump to content

Recommended Posts

Posted

I would like to know how can i change the visual animation of a class skill to an raidboss or a monster skill ?
Just the animation nothing else. I couldn't find a guide but if you know any guides (from other forums too) leave a reply with it below.

Thanks in advance.
 

Posted (edited)

yes

ok so this 1 is not so complicated i tink XD

you need to open Skillgrp.dat and you will need to change this line for example . . .

 

Warp skill example from Kamael that i use in my l2jserver h5

628    1    1    0    0    4294967295    0    0.10000000    1    L2    524    icon.skill5662        0    0    0    a,none\0    0    -1    11    0    a,none\0

the L2 is the animation of the char itself like when you buff yourself with a dance the char starts to dance so it's a phisical animation

the L2 i tink is for doing nothing, the char will not make any animation -> look at other skills and see wath the char is doing and change from that

next is 524 wich is the animation of skill or you can say effect of the skill like for example when you use blink, an aura animates arownd your char for 1 sec

 

now there are some sklls that require's a scpecific animation character Like L2 (wich in this case is doing nothing i tink XD) + animation of skill like 524 to show the corect full animation, some of them may show only a part of he effect XD

 

ok ill try make another post coz i'm tired zzZ XD ill explain better i hope

 

sory bad english :(

Edited by puredemonsss
Posted (edited)

sory bad english :(

 

so let's try again hopefully better this time and even ill make a tutorial on this forum XD

so first wee open Skillgrp.dat

ill give an example with my custom skill Warp from Kamael

wath i have discovred i hope they are corect coz some of them works for me :)

so folow the marks

36102    *1    *2    0    *3    *4    0    *5    *6    *7    *8    icon.skill1448        0    0    *9    a,none\0    0    -1    11    0    a,none\0

*1   skill lvl
*2   when you open the skills panel they are clasified by
       0 is physic , 1 is magic , 2 is reinforcement , 3 is weakening , 4 is nobless , 5 is item , 6 is togle , 7 is transform , 8,9,10,11,12,13 passive unknown tabs or i say forgot the names XD
*3   mp cost
*4   range
*5   hittime , cast time , 3.00000000 is 3 seconds , pls use all the zeros or it might not work
*6   this i tink is for if is magic skill like for example wath to use like bss->blessed spirit shots or ss->soul shots
       if an skill is set in server to use ss and in client will be set to bss , well will be a mess of effects trust me
       remember to set correctly
*7   different annimation for char manifest , can be different for using different weapons
       if i am correct the code U will show for an female kamael with arbalet the animation from Death Roullete skill
       while the code L2 will do nothing i tink and i ddn't stay to test it long to know precise
*8   the annimation skill effect, i curently use
1412 wich is from another skill try to change it an use the skill, is aweasome :P
*9   hp cost

 

if you want i can make you the customs you like ill give a try and se if wath i found is realy the thing XD

post some skills that you want to change

example

Death Spike animation change to Battle Heal

something like that

if i can ill make it hopefully XD

 

hopefully some1 will quote with other finds coz i realy don't know them all XD

Edited by puredemonsss
Posted
skill_id    skill_level    oper_type    mp_consume    cast_range    cast_style    hit_time    is_magic    ani_char    desc    icon_name    extra_eff    is_ench    ench_skill_id    hp_consume    UNK_0    UNK_1
3    1    0    10    40    3    1.080000    0    S        icon.skill0003    0    0    0    0    9    11
3    2    0    10    40    3    1.080000    0    S        icon.skill0003    0    0    0    0    9    11
3    3    0    11    40    3    1.080000    0    S        icon.skill0003    0    0    0    0    9    11
3    4    0    13    40    3    1.080000    0    S        icon.skill0003    0    0    0    0    9    11
3    5    0    13    40    3    1.080000    0    S        icon.skill0003    0    0    0    0    9    11

As you can see skillgrp of interlude it's different ..  :/

Posted

1 ] copy the skill with the animation that you like

2 ] copy the skill with the animation that you want to change

3 ] change the id of the skill with the animation that you like

4 ] change the icon.skillXXXX of the skill with the animation that you like with the icon.skilXXXX of the skill that you want to look like

5 ] DONE

 
Posted (edited)

 

1 ] copy the skill with the animation that you like

2 ] copy the skill with the animation that you want to change

3 ] change the id of the skill with the animation that you like

4 ] change the icon.skillXXXX of the skill with the animation that you like with the icon.skilXXXX of the skill that you want to look like

5 ] DONE

 

 

wath you are sayng is not a proper modify or custom specialy if his server is live

 

skill_id    skill_level    oper_type    mp_consume    cast_range    cast_style    hit_time    is_magic    ani_char    desc    icon_name    extra_eff    is_ench    ench_skill_id    hp_consume    UNK_0    UNK_1

3    1    0    10    40    3    1.080000    0    S        icon.skill0003    0    0    0    0    9    11

3    2    0    10    40    3    1.080000    0    S        icon.skill0003    0    0    0    0    9    11

3    3    0    11    40    3    1.080000    0    S        icon.skill0003    0    0    0    0    9    11

3    4    0    13    40    3    1.080000    0    S        icon.skill0003    0    0    0    0    9    11

3    5    0    13    40    3    1.080000    0    S        icon.skill0003    0    0    0    0    9    11

 

there are skills that don't have animation at all coz  the animation of char wich is S , myght be all is needed or is done this way

plus there is a desc betwen ani_char and extra_eff that is empty, it myght be no effect

try see other skills wath they have

try inport code by code and test

if you do like others do

copy @ paste

you will never learn

 

ps: when you do copy @ paste pls try analize wath you are doing and make small changes to se wath has hapened

 

pls post all your skillgrp.dat

coz i cant analize only that the skills are different level and consume more mp

sory i don't have Interlude

 

skill_id    skill_level    oper_type    mp_consume    cast_range    cast_style    hit_time    is_magic    ani_char    desc    icon_name    extra_eff    is_ench    ench_skill_id    hp_consume    UNK_0    UNK_1

3    1    0    10    40    3    1.080000    0    S    ?????    icon.skill0003    0    0    0    0    9    11

3    2    0    10    40    3    1.080000    0    S    ?????    icon.skill0003    0    0    0    0    9    11

3    3    0    11    40    3    1.080000    0    S    ?????    icon.skill0003    0    0    0    0    9    11

3    4    0    13    40    3    1.080000    0    S    ?????    icon.skill0003    0    0    0    0    9    11

3    5    0    13    40    3    1.080000    0    S    ?????    icon.skill0003    0    0    0    0    9    11

 

look at other skill if they have a number or leter or something at  desc  wich is marked with ????? 

if they have try add from them

 

if this is not working try to search in other skills the line extra_eff wich is 0 here

 

if this is not working

mail me in a document the skills you have done

and the skills that haves the animation you like

or post

Edited by puredemonsss
Posted (edited)

i tink i solved your problem

 

skill_id    skill_level    oper_type    mp_consume    cast_range    cast_style    hit_time    is_magic    ani_char    desc    icon_name  

extra_eff    is_ench    ench_skill_id    hp_consume    UNK_0    UNK_1
3    1    0    10    40    3    1.080000    0    S   this is the animation, paste from other skills     icon.skill0003    0    0    0    0    9    11
3    2    0    10    40    3    1.080000    0    S   this is the animation, paste from other skills     icon.skill0003    0    0    0    0    9    11
3    3    0    11    40    3    1.080000    0    S   this is the animation, paste from other skills     icon.skill0003    0    0    0    0    9    11
3    4    0    13    40    3    1.080000    0    S   this is the animation, paste from other skills     icon.skill0003    0    0    0    0    9    11
3    5    0    13    40    3    1.080000    0    S   this is the animation, paste from other skills     icon.skill0003    0    0    0    0    9    11

Edited by puredemonsss
Posted

i tink i solved your problem

 

skill_id    skill_level    oper_type    mp_consume    cast_range    cast_style    hit_time    is_magic    ani_char    desc    icon_name  

extra_eff    is_ench    ench_skill_id    hp_consume    UNK_0    UNK_1

3    1    0    10    40    3    1.080000    0    S   this is the animation, paste from other skills     icon.skill0003    0    0    0    0    9    11

3    2    0    10    40    3    1.080000    0    S   this is the animation, paste from other skills     icon.skill0003    0    0    0    0    9    11

3    3    0    11    40    3    1.080000    0    S   this is the animation, paste from other skills     icon.skill0003    0    0    0    0    9    11

3    4    0    13    40    3    1.080000    0    S   this is the animation, paste from other skills     icon.skill0003    0    0    0    0    9    11

3    5    0    13    40    3    1.080000    0    S   this is the animation, paste from other skills     icon.skill0003    0    0    0    0    9    11

Thanks a lot ..  that's the sollution but there is only one thing you need to notice.

If desc is empty then there will NOT be any visual effect. You can use only effects from skills that desc is not empty.

Posted

i'm glad it worked XD

 

ask ncsoft why some skills use same animations or only char animation XD

or is that you use custom system don't know but

your notice now can determine you to add wath you want :P from others skills

 

seya

Posted

i'm glad it worked XD

 

ask ncsoft why some skills use same animations or only char animation XD

or is that you use custom system don't know but

your notice now can determine you to add wath you want :P from others skills

 

seya

cya :D

Guest
This topic is now closed to further replies.


  • Posts

    • Hello community, I’d like to share an improved version of the L2smr editor for StaticMeshes, focused on solving some workflow issues I found in the original tool. CreditsThis project is based on the original acmi/L2smr repository https://github.com/acmi/L2smr , created by acmi, and I updated it to Java 17 with some additional features. Issues in the original L2smr Too many windows: each StaticMesh opened in a new one → cluttered desktop. No search: navigating through hundreds of StaticMeshActors was slow and tedious. Added improvements Flexible views Single Window Mode: reuse one window instead of opening new ones. Multiple Window Mode: still available for those who prefer having several views open simultaneously. Real-time Search Field Instant filtering as you type. Case-insensitive search. “Reset” button to quickly clear the search.     Installation and Execution: Clone the repository: git clone https://github.com/Jeep12/l2smr.git cd l2smr        2.Build the project:   ./gradlew build        3. Run the application:     ./run.bat      Or simply double-click on run.bat.     The run.bat script automatically extracts JavaFX from the included javafx-17.0.2.zip file in the javafx/ directory, sets up the required libraries, and launches the application. You don’t    need to install JavaFX separately.      Repository: https://github.com/Jeep12/l2smr     Maybe these features already existed in another version or fork, and they might not be very big changes, but since I didn’t know about them and found them necessary, I decided to          implement them myself and wanted to share them.      
    • no....Mobius L2Clientdat and L2FileEditor can do that...but still cant works with TaiWanese Grand Crusade ,especially Armorgrp.dat and Armorgrp-Classic.dat
    • L2GOLD - Halcyon x45 Project Classic Interlude   C6 - Classic Interlude: Protocol 110     Is a complete copy of L2Gold in Classic [110 Protocol] with L2OFF files.   Fully L2Gold Features - Daily Quest - Daily Mining Quest - Ancient Weapons -Refine System  -Rebirth System -Fully configurable everything you want -Gold stats/Gold skills/Gold items working 100% -Zones 100% alike  -Unique donations system (npc or voicedcommand .donate) - On Enchant success announcement ( if +16 for weapon, 8 for armor , 7 for jewel) - Announce of Castle Lord - Announce of Hero  - Olympiad Max A grade - Olympiad Buffs on matches changed to Gold Alike - Working fully Dreadbane   - AI Mods: Static Time for RB   Automated Events: Squash Watermelon RB Event High rate  (those are fully automated)   Server is running a Test Server: Online to anyone can test it.   Game Client: https://www.mediafire.com/file/1d8xe18rvgi04lx/L2_Classic_Interlude_Client_V2.rar/file   Game Patch: https://www.mediafire.com/file/3z4b8ezy93h2z1g/L2Halcyon+Gold+Patch.rar/file   GM Accounts: ID: root pass root [ accounts go from  root1 until root20 ]   Regular Accounts Registrations: http://84.247.164.27/?page=register   Some Screenshots: https://imgur.com/a/o7TxzTN   Contact me here via PM (only serious buyers).    Price of the product: Fully Server Pack + Source ( 250 Euros )
    • ✨ A Service with Vibes  Vibe SMS ✨   Vibe SMS is not just a platform for working with numbers. We’ve built it to be simple, convenient, and stress-free, so your tasks get done without hassle. We value real communication: we listen to your ideas, provide support, and make sure everyone feels calm and confident. With us, you’re not just a client  you’re part of a space built on trust, support, and a human touch. Vibe SMS is a place where people matter and where we create an atmosphere you’ll want to stay in.   Website link — https://vibe-sms.net/ Our Telegram channel — https://t.me/vibe_sms
  • Topics

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