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://novproxy.com?kwd=tt-la
    • Dear clients, we strongly advise against holding funds in USDT due to an increase in mass freezes by the issuer. Any wallet can be locked without explanation if your coins happen to be in the wrong place at the wrong time. If you hold savings in USDT, swap them for something safer, such as XMR, BTC, ETH, or similar. When working with crypto, opt for decentralized coins that are technically impossible to freeze. Alternatively, after handling USDT, move your funds into safe assets. To protect your funds, we recommend using XMR, BTC, ETH.
    • Hello everyone, I am looking for a C4 Scions of Destiny (P656) Retail x1 L2OFF Server Pack + Source. My goal is not to launch a server immediately. I want to learn L2OFF server development in C++, understand the original C4 architecture, and eventually build my own project in the future. I have already tried to reach an agreement with a few members who offer C4 projects, but communication has been quite slow, so I decided to ask the community here as well. I'm specifically looking for a Retail x1 version, not a heavily customized x45 or PvP pack. Ideally, the package should include: Complete LoginServer Complete GameServer Source code SQL database AI / NPC scripts Geodata Visual Studio solution/project Everything required to compile, study, and run the server If anyone knows a trusted seller or can recommend a reliable P656 Retail x1 package, I would really appreciate your advice. I would also appreciate hearing from anyone who has purchased a Retail x1 package before and can share their experience. Thank you very much!
    • NEW SEASON OPENING - TODAY ! GRAND OPENING FROM - 10/07/2026, FRIDAY, 20:00 +3 GMT !
    • Elite Lineage II Development | Websites • Master Accounts • Custom Systems • Server Solutions Turn Your Lineage II Project Into a Professional Experience Hello everyone, My name is Frank, and for years I've been developing custom solutions for Lineage II private servers. My focus isn't simply creating attractive websites—it's building complete ecosystems that improve both the player experience and server management. Unlike generic web designers, I understand how Lineage II servers actually work. Every page and system is designed with real gameplay, server administration, and player retention in mind. Whether you're launching your first project or upgrading an established server, I can help you create something that looks and feels like a premium MMORPG. What I Can Build Modern Landing Pages Your landing page is the first impression players have of your server. I create high-end landing pages featuring: • Cinematic hero sections • Animated backgrounds • Countdown timers • Feature showcases • Grand Opening events • Server roadmap • Responsive mobile design • Fast loading and SEO-friendly structure No generic templates. Every landing page is built specifically for your project. Complete Master Account Systems One of my specialties is developing advanced account management panels that integrate naturally with your Lineage II server. Examples include: • Account Dashboard • Character Selection • Character Information • Character Statistics • Combat Power System • Achievement System • Character Mastery • Collections • Daily Rewards • Vote Rewards • Referral Systems • Lucky Wheel • Premium Account Management • Donation Store • Coin Wallet • VIP Services • PIN Protection • Password Management • Inventory Viewer • Warehouse Viewer • Rankings • Online Players • Server Statistics • Event Pages Everything is designed with both usability and visual quality in mind. Custom Web Systems Need something unique? I also develop completely custom features tailored to your server. Examples: • World Boss Event Pages • Raid Boss Tracker • Olympiad Rankings • Castle Siege Overview • Grand Boss Status • Event Management Panels • Daily Hunt Interfaces • Progression Systems • Collection Systems • Custom Shops • Clan Pages • Marketplace • Admin Panels If you have an idea, we can build it. Full Website Development I can create your complete server website, including: • Home • Downloads • News • Patch Notes • Server Information • Wiki • Rankings • Community Pages • Support Center • Knowledge Base • FAQ • Voting Pages • Donation Pages Designed to match your server's identity. Forum Integration Professional integration with community platforms. Examples: • XenForo • phpBB • Discord Integration • Custom Forum Themes • User Synchronization Server Experience Because I actively work with Lineage II servers, I understand much more than web development. Experience includes designing and implementing systems around: • Character progression • Achievement tracking • Collection systems • Daily Hunt mechanics • Lucky Wheel events • Premium services • Server economy • Custom reward systems • World Boss events • Event scheduling • Player dashboards • Administrative tools This allows me to design websites and panels that feel like a natural extension of your server instead of just another website. Technologies • PHP 8 • MySQL / MariaDB • HTML5 • CSS3 • JavaScript • AJAX • Responsive Design • API Integration • Linux Server Environment Why Choose Me? ✔ Years of Lineage II development experience ✔ I understand both the website and the game server ✔ Custom development—not copy-paste templates ✔ Modern UI & UX ✔ Mobile responsive ✔ Clean and optimized code ✔ Long-term support ✔ Fast communication ✔ Flexible solutions for every budget Portfolio Below you'll find examples of projects I've created, including custom landing pages, master account systems, dashboards, progression systems, and unique interfaces developed for real Lineage II servers.     Need Something Unique? Some of the most successful servers stand out because they offer features players haven't seen before. If you have an idea—even if it's only a rough concept—I can help transform it into a polished, fully functional system.     Contact Interested in working together? Feel free to send me a private message with your project details. I'll be happy to discuss your ideas and provide a free estimate. Let's build something your players will remember.     Discord:  https://discord.gg/qnmNkY6D3n
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..