[SHARE] Flair Animation

🚫
Exiled
Joined
Aug 14, 2015
Messages
84
Reaction score
33
I know most of you already know and have it. I just wanted to share this little thing.

Because I don't see a tutorial for this or I just can't find it.

Many thanks and credits to the owner or maker of this.

Enjoy!

1699584076126 - [SHARE] Flair Animation - RaGEZONE Forums


Download:

Add this file to your [RanOnlineClient\data\animation]

Open these specific chf's in your EditorSkinChar.exe
Code:
BRAWLER_M.SKINFILE        "o_m2.chf"
SWORDSMAN_M.SKINFILE    "o_m1.chf"
ARCHER_W.SKINFILE        "o_w1.chf"
SHAMAN_W.SKINFILE        "o_w2.chf"
EXTREME_M.SKINFILE        "o_m.chf"
EXTREME_W.SKINFILE        "o_w.chf"
BRAWLER_W.SKINFILE        "o_w4.chf"
SWORDSMAN_W.SKINFILE    "o_w3.chf"
ARCHER_M.SKINFILE        "o_m3.chf"
SHAMAN_M.SKINFILE        "o_m4.chf"
GUNNER_M.SKINFILE        "o_m5.chf"
GUNNER_W.SKINFILE        "o_w5.chf"
ASSASSIN_M.SKINFILE        "o_m6.chf"
ASSASSIN_W.SKINFILE        "o_w6.chf"
TRICKER_M.SKINFILE        "o_m7.chf"
TRICKER_W.SKINFILE        "o_w7.chf"

Press Add Cfg and add the new animation connected to flair (m_flair.cfg, w_flair.cfg)

⚠️NOTE: m_flair is for male & w_flair is for female

Click save and replace new chf to your [data/skinobject]



Let's go to the second thing you have to do

To add the new command for flair animation (Ex: /flair or /breakdance)

Open your EditorText and find emoticon.ini

Find:
Code:
DataNumber = 56

Replace:
Code:
DataNumber = 57

Put this code below: [EMOTICON_0056]
Code:
[EMOTICON_0057]
Used = 1
Id = 63
Motion = flair
TermList = flair,breakdance
 
Idk why it doesn't work on me, I am using EP4 classic and I found out that SUB for tutdance is same with this flair which is 78. Please see my code below for reference, help pls. Thanks for this!

Emoticon.ini
[FILE_INFO]
DataNumber = 62

Note: I changed the ID 63 (from your post) to 78 but yes, in-game is conflicted with tutdance which means if I use /flair command, tutdance will animate.

1699620311588 - [SHARE] Flair Animation - RaGEZONE Forums


Sample for my Archer Male
skinobject

1699620391954 - [SHARE] Flair Animation - RaGEZONE Forums



Already added those animations on my data/animation folder, please enlighten me.
 
Last edited:
Idk why it doesn't work on me, I am using EP4 classic and I found out that SUB for tutdance is same with this flair which is 78. Please see my code below for reference, help pls. Thanks for this!

Emoticon.ini
[FILE_INFO]
DataNumber = 62

Note: I changed the ID 63 (from your post) to 78 but yes, in-game is conflicted with tutdance which means if I use /flair command, tutdance will animate.

View attachment 245037

Sample for my Archer Male
skinobject

View attachment 245038


Already added those animations on my data/animation folder, please enlighten me.


you can use this one, this file has 10/63 not 10/78 different from tutdance

Code:
[EMOTICON_0057]
Used = 1
Id = 63
Motion = flair
TermList = flair,breakdance
 

Attachments

Back