Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Dekaron > Dekaron Private Server
You last visited: Today at 08:48

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Skill Icons and Animation

Discussion on Skill Icons and Animation within the Dekaron Private Server forum part of the Dekaron category.

Reply
 
Old   #1
 
BioNicX's Avatar
 
elite*gold: 0
Join Date: Sep 2010
Posts: 981
Received Thanks: 296
Skill Icons and Animation

Hello,

I've been looking all day to find the link between Skill icon indexes and it's animation. Let's say Imbibe's skill icon index is 303, how can i make it 200, is it possible?. Im talking about the skill icon indexes that we use in status.csv in skill folder.

PS: im thinking is in property>effect folder?

Thanks
BioNicX is offline  
Old 08/10/2011, 01:22   #2
 
҉ THT ҉'s Avatar
 
elite*gold: 0
Join Date: Jul 2009
Posts: 912
Received Thanks: 250
There should be a tut some where in the forumm,, but it will take a lot of search time..
҉ THT ҉ is offline  
Old 08/10/2011, 02:19   #3
 
[DEV]Harmony's Avatar
 
elite*gold: 0
Join Date: Feb 2009
Posts: 815
Received Thanks: 431
Quote:
Originally Posted by BioNicX View Post
Hello,

I've been looking all day to find the link between Skill icon indexes and it's animation. Let's say Imbibe's skill icon index is 303, how can i make it 200, is it possible?. Im talking about the skill icon indexes that we use in status.csv in skill folder.

PS: im thinking is in property>effect folder?

Thanks
Its in modeleffect.csv

As an example, my Bounce defender skill icon is 194,

And you wanna link it to the right effect,

19,194,0,1,11,24,1,500,1,con_BounceDefender_Resist Monster_action
19,194,0,2,11,24,2,4000,0,con_BounceDefender_Resis tMonster_keep
19,194,0,3,11,24,3,1000,1,con_BounceDefender_Resis tMonster_finish

Then it would be like this, the 2nd coloumn is how you link skill icons to effects.
[DEV]Harmony is offline  
Thanks
1 User
Old 08/10/2011, 02:53   #4
 
BioNicX's Avatar
 
elite*gold: 0
Join Date: Sep 2010
Posts: 981
Received Thanks: 296
I can't find Imbibe in there for some reason, its icons suppose to be 272.


Thanks Harmony, you've been a great help to me and to my project!.
BioNicX is offline  
Old 08/10/2011, 05:10   #5
 
[DEV]Harmony's Avatar
 
elite*gold: 0
Join Date: Feb 2009
Posts: 815
Received Thanks: 431
Quote:
Originally Posted by BioNicX View Post
I can't find Imbibe in there for some reason, its icons suppose to be 272.


Thanks Harmony, you've been a great help to me and to my project!.
You can't find it because Korea didn't release it in their modeleffect.csv, apparently they have some files like meshes/effects etc which are getting read by the client in an other way.

Anyways you'll have to make the line yourself, but just because I'm that nice I already made it for you,


Code:
19,Replace with Icon Index,0,1,11,1287,1,1000,1,Imbibe
Let me know if it doesn't work.
[DEV]Harmony is offline  
Old 08/10/2011, 14:34   #6
 
BioNicX's Avatar
 
elite*gold: 0
Join Date: Sep 2010
Posts: 981
Received Thanks: 296
Thanks for the line. I got the first action animation working. But i couldnt get the second "keep" to work. You know the rings that go up and down.
BioNicX is offline  
Old 08/10/2011, 16:37   #7
 
[DEV]Harmony's Avatar
 
elite*gold: 0
Join Date: Feb 2009
Posts: 815
Received Thanks: 431
Quote:
Originally Posted by BioNicX View Post
Thanks for the line. I got the first action animation working. But i couldnt get the second "keep" to work. You know the rings that go up and down.
This line is supposed to be for the Ringns.
[DEV]Harmony is offline  
Old 08/10/2011, 17:03   #8
 
Josinho's Avatar
 
elite*gold: 0
Join Date: Jan 2011
Posts: 33
Received Thanks: 9
Is possible add skill icon and effect of the alloken there?.. I dont understand how add the line..
Josinho is offline  
Old 08/10/2011, 18:09   #9
 
BioNicX's Avatar
 
elite*gold: 0
Join Date: Sep 2010
Posts: 981
Received Thanks: 296
Quote:
Originally Posted by [DEV]Harmony View Post
This line is supposed to be for the Ringns.
hmm, i can only see the animation for the first , i cant see the rings around my body after the buff. I must did something wrong.
BioNicX is offline  
Old 08/10/2011, 18:13   #10
 
[DEV]Harmony's Avatar
 
elite*gold: 0
Join Date: Feb 2009
Posts: 815
Received Thanks: 431
I'll check if the line is right when im at home, currently at work so I can't test it. I'll reply later back.
[DEV]Harmony is offline  
Thanks
1 User
Old 08/10/2011, 21:01   #11
 
Josinho's Avatar
 
elite*gold: 0
Join Date: Jan 2011
Posts: 33
Received Thanks: 9
Someone can tell me what's mean: code1, code2, code3, code4, eff_cate, eff_id, eff_scene, eff_time, eff_loop.

Please I need to know that..
Josinho is offline  
Old 08/10/2011, 21:54   #12
 
BioNicX's Avatar
 
elite*gold: 0
Join Date: Sep 2010
Posts: 981
Received Thanks: 296
Quote:
Originally Posted by Josinho View Post
Someone can tell me what's mean: code1, code2, code3, code4, eff_cate, eff_id, eff_scene, eff_time, eff_loop.

Please I need to know that..
code 1= not sure
code 2= Icon Index
code 3= not sure
code 4= not sure

the rest are self explanatory.

1,3,4 ask harmony he will know for sure

@Harmony

Hey do you mind PM-ing me your msn?
BioNicX is offline  
Thanks
1 User
Old 08/11/2011, 04:03   #13
 
elite*gold: 0
Join Date: Sep 2010
Posts: 56
Received Thanks: 19
Code 1 is the category for visual effects that pertain to your character (buff-wise).
Code 2 is the shared index for status icons.
Code 3 is always 0.
Code 4.. I don't remember/know.

It isn't the same for every line in modeleffect, however (most lines don't refer to buff effects, so they wouldn't have any need for a status icon index).

eff_cate is the category of the visual effect (<cate> #).
eff_id is the id of the visual effect (<effect> id #).
eff_scene is the specific scene of the visual effect (<scene> sceneid #) -- usually refers to the starting effect, the ending effect and the reoccurring effect.
eff_time is a timer for when the effect operates.
eff_time is to indicate whether the effect should loop (in the case of glows you receive from candy) or trigger only once (in the care of one-time effects that take place before the reoccurring effect).

Or so I think, anyway. Haven't done this in a while. It's easy to grasp the concepts needed to edit effects by simply going over the lines already present in modeleffect.

The following line adds an effect to the list of IDs usable with NPCs.
Code:
25,4,1,8,11,1337,1,2000,0,Teleport Magic Hand
The following line adds an effect to the list of IDs usable with specific equipment (wings, weapons, etc.. -- not armor, accessories or costumes).
Code:
31,1,4,0,5,2008,1,2000,0,Sum_Wing02_T
Anyway, Harmony knows more about this stuff than I do. You should probably check out his blog.
SlothLikeSin is offline  
Thanks
2 Users
Reply


Similar Threads Similar Threads
[NEW]Skill Icons
06/22/2011 - Metin2 PServer Guides & Strategies - 18 Replies
Ich habe neue Skill Icons gefunden... (Heißt, dass sie nicht von mir sind) Ich habe keine Lust alle Hochzuladen... ------------------------------------------------- ------- VirusTotal - Free Online Virus, Malware and URL Scanner http://plazma.cwsurf.de/bilder/skills.jpg
Broken Skill Animation
03/20/2011 - Dekaron Private Server - 6 Replies
Ok, I really don't get this. Some of the new skills cast perfectly, some don't. The ones that don't, you stand by a monster, cast the skill, the monster dies but the character doesn't even move. I checked share/action/pc/xx.xx.csv and it looks right.. Can anyone shed some light?
Skill Animation ändern? *-*
02/15/2011 - Flyff Private Server - 3 Replies
hallu *-* hab aus interesse versucht die sfx zu ändern nachdem ich sie in beast ansah (v16). weiß einer wo diese eingetragen sind ? finde nur .dds und nicht .sfx ich geh mal nicht von aus das diese serverside sind o:
NO Skill Animation
10/02/2010 - Kal Online - 1 Replies
Guten Abend zusammen, ich hab zwar schon rumgesucht aber leider nichts zu dem Thema gefunden. Würde gern wissen ob mann die Skill animation z.b. von Staggering Blow komplett abschalten kann. Wenn jemand ne Idee hatt immer her damit. Danke euch :-)
looking for Skill Icons
01/10/2007 - Conquer Online 2 - 12 Replies
Ok, so maybe i lied a little in the Title but atleast my topic description is correct. I know where the skill icon DDS files are, what i want to know is, lets say i made a new icon for SummonGuard, is there a way i can make my conquer interface use the new Icon rather than reusing the same icon for both, Why theyu couldnt have just made a diffrent icin in the 1st place i will never know, but eh, what can you do, tq is lazy.



All times are GMT +2. The time now is 08:48.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.