Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[SHARE]House Dance Male and Female Animation

Initiate Mage
Joined
Sep 8, 2022
Messages
4
Reaction score
8
View attachment lowkey_housedancing v2.rar
update attach on not compatible client
/*---------------------------------------------*/

edit your emoticon.ini on data/glogic
/*---------------------------------------------*/
Code:
;
;
[FILE_INFO]
DataNumber = 58    [COLOR=#ff0000]<- [I]57[/I] before then i add +1 animation[/COLOR]
;
[EMOTICON_0001]
Used = 1
Id = 1
Motion = greeting1
TermList = Hello,how,greet
;
;
; [COLOR=#ff0000]go to the last[/COLOR]
;
[EMOTICON_0057]
Used = 1
Id = 57
Motion = dance1
TermList = dance1
;------------------
;
[EMOTICON_0058]               [COLOR=#b22222]<-- add this[/COLOR]
Used = 1                     [COLOR=#B22222]<-- add this[/COLOR]
Id = 58                     [COLOR=#B22222]<-- add this[/COLOR]
Motion = housedance         [COLOR=#B22222]<-- add this[/COLOR]
TermList = housedance,edm   [COLOR=#B22222]<-- add this[/COLOR]
;


/*---------------------------------------------*/
Edit the lowkey_w_housedancing.cfg, lowkey_m_housedancing.cfg
on your CFG editor add cfg
Ani MainType
10 AN_Guesture
Ani Sub
Type 58 Sub

/*---------------------------------------------*/
Edit your CHF files on data/skinobject
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"

add this on male CHF -> lowkey_m_housedancing.cfg
add this on female CHF -> lowkey_w_housedancing.cfg


 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
May 7, 2019
Messages
6
Reaction score
0
ty2,...make a note that this animation is working on juver files only.
 
Last edited:
Newbie Spellweaver
Joined
Mar 30, 2021
Messages
60
Reaction score
2
cool share ts thank you <3 i already hit the like btn
 
Newbie Spellweaver
Joined
Jun 9, 2016
Messages
15
Reaction score
1
Hi. Can someone share CFG editor? I've been looking for this but no luck. Thank you!
 
Junior Spellweaver
Joined
Apr 2, 2019
Messages
134
Reaction score
26
Hi. Can someone share CFG editor? I've been looking for this but no luck. Thank you!

Hi, you can try this Ran tool with CFG editor. you can hit like if it is working on your end.

 
Newbie Spellweaver
Joined
Jun 9, 2016
Messages
15
Reaction score
1
Hi, you can try this Ran tool with CFG editor. you can hit like if it is working on your end.


Hi Elicaleb, thank you for this! Very much appreciated :)
 
Banned
Banned
Joined
May 22, 2020
Messages
226
Reaction score
72
does this comes with skeleton file? Got this error saying i dont have the x file.
 
Experienced Elementalist
Joined
Mar 18, 2013
Messages
280
Reaction score
14
View attachment 172378
update attach on not compatible client
/*---------------------------------------------*/

edit your emoticon.ini on data/glogic
/*---------------------------------------------*/
Code:
;
;
[FILE_INFO]
DataNumber = 58    [COLOR=#ff0000]<- [I]57[/I] before then i add +1 animation[/COLOR]
;
[EMOTICON_0001]
Used = 1
Id = 1
Motion = greeting1
TermList = Hello,how,greet
;
;
; [COLOR=#ff0000]go to the last[/COLOR]
;
[EMOTICON_0057]
Used = 1
Id = 57
Motion = dance1
TermList = dance1
;------------------
;
[EMOTICON_0058]               [COLOR=#b22222]<-- add this[/COLOR]
Used = 1                     [COLOR=#B22222]<-- add this[/COLOR]
Id = 58                     [COLOR=#B22222]<-- add this[/COLOR]
Motion = housedance         [COLOR=#B22222]<-- add this[/COLOR]
TermList = housedance,edm   [COLOR=#B22222]<-- add this[/COLOR]
;


/*---------------------------------------------*/
Edit the lowkey_w_housedancing.cfg, lowkey_m_housedancing.cfg
on your CFG editor add cfg
Ani MainType
10 AN_Guesture
Ani SubType 58 Sub

/*---------------------------------------------*/
Edit your CHF files on data/skinobject

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"

add this on male CHF -> lowkey_m_housedancing.cfg
add this on female CHF -> lowkey_w_housedancing.cfg

can i know the cps name of the costume set ? :)
 
Back
Top