- 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!
Download:
Add this file to your [RanOnlineClient\data\animation]
Open these specific chf's in your EditorSkinChar.exe
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:
Replace:
Put this code below: [EMOTICON_0056]
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!
Download:
To view the content, you need to sign in or register
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)
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

