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

    • https://www.l2jbrasil.com/topic/149147-daily-reward-tested-on-l2jsunrise/  to h5 sunrise
    • https://www.l2jbrasil.com/topic/149147-daily-reward-tested-on-l2jsunrise/   
    • A lot of people say L2 is dead, and ACIS is still in development. But seriously, you’ve got the skills and knowledge why not make your own game with a clean brand new client from scratch? The only thing missing is client devs, and you can find plenty here or on freelance sites. Stop treating it like a hobby and turn it into something that can actually make money and people happy, you have the name just move forward, even AI can help you script quests, me first I would totally play any game you made similar to l2 anyway 🍪 have one i know you like them
    • Would it be possible to update the guide? The images are offline! 😞
    • In the fast-paced world of digital marketing, having the right tools makes all the difference. If you're searching for a reliable SMM panel Nigeria, GoUpSocial is here to take your online presence to the next level. Built for influencers, marketers, startups, and content creators, our platform is the ultimate solution for smart and scalable social media growth. With GoUpSocial, you get more than just numbers—you get engagement that drives real impact. As a trusted Nigerian SMM panel, we help you gain visibility across top platforms like Instagram, TikTok, YouTube, Facebook, and Twitter—all at the most competitive prices in the market. Experience the Power of the Best SMM Panel in Nigeria We understand that quality matters just as much as affordability. That’s why GoUpSocial has become the go-to platform for users seeking the best SMM panel in Nigeria. Here’s what makes us the preferred choice: 🚀 Real-Time Delivery: Get your orders processed and completed in minutes, not hours. 💼 All-in-One Dashboard: Manage all your campaigns with ease from a clean, simple interface. 💡 Effective Strategies: Our tools are tailored for organic-looking growth and high user engagement. 🧾 Transparent Pricing: No hidden fees—just straightforward, affordable packages. 👩‍💻 Expert Support: Our team is available 24/7 to guide you through every step of the process. Whether you need more followers, likes, views, or overall engagement, our SMM panel Nigeria services deliver measurable and meaningful results. Why We’re the Nigeria Fastest and Cheapest SMM Panel GoUpSocial isn’t just another provider—it’s the Nigeria fastest and cheapest SMM panel built with performance and value in mind. We combine automation, intelligent targeting, and local market understanding to help you scale effortlessly. Need to boost a campaign today? Our platform supports instant order processing, real-time tracking, and localized engagement strategies—making it ideal for any influencer or business operating in Nigeria. Plus, as the cheapest SMM panel in Nigeria, we make sure that even clients with limited budgets can access top-quality services without compromise. A Nigerian SMM Panel Built for 2025 and Beyond As social media algorithms evolve, traditional methods of gaining reach and engagement no longer work. That’s why we’ve built the SMM panel Nigeria 2025—a next-gen platform optimized for today’s challenges. From smart delivery settings to niche-specific targeting, GoUpSocial provides you with every advantage in a competitive digital world. Our system adapts to the latest platform changes, helping you stay relevant, visible, and in control. Looking for a localized service? Our SMM panel for Nigerian followers helps you connect directly with your audience—boosting both credibility and conversions. All-in-One Online Panel in Nigeria for Every Social Goal No matter your objective—brand awareness, follower growth, or engagement improvement—GoUpSocial is the online panel in Nigeria that offers it all. With flexible services, dynamic campaigns, and secure systems, we give you the tools to succeed in a crowded online space. And because we’re committed to your growth, our platform is continually updated to reflect the best practices of modern digital marketing. Take the Leap with the Best Nigerian SMM Panel Ready to grow smarter? With GoUpSocial, you don’t just gain social proof—you build real influence. As the cheapest Nigeria SMM panel, we combine speed, quality, and affordability in one seamless platform. Whether you're an aspiring influencer, a marketing agency, or a brand aiming for greater reach, GoUpSocial is the ultimate Nigerian SMM panel to help you reach your full potential. 👉 Sign up today and unlock the next level of social media growth with GoUpSocial.
  • 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